aboutsummaryrefslogtreecommitdiffstats
path: root/feedSomeKeys_3.js
diff options
context:
space:
mode:
authoranekos2010-03-01 19:18:08 +0000
committeranekos2010-03-01 19:18:08 +0000
commit5b811bd245080b03c6ec6f7ea5b869068788e930 (patch)
tree33e9fc46f6483d3ed6f17013914ed0125ebf3cd6 /feedSomeKeys_3.js
parentdd75027e825c3adfeb51b29cea412eb849fb82ca (diff)
downloadvimperator-plugins-5b811bd245080b03c6ec6f7ea5b869068788e930.tar.bz2
サンプルを書いた
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36897 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'feedSomeKeys_3.js')
-rwxr-xr-xfeedSomeKeys_3.js16
1 files changed, 14 insertions, 2 deletions
diff --git a/feedSomeKeys_3.js b/feedSomeKeys_3.js
index 8012a56..7523859 100755
--- a/feedSomeKeys_3.js
+++ b/feedSomeKeys_3.js
@@ -39,7 +39,7 @@ let PLUGIN_INFO =
<name lang="ja">feedSomeKeys 3</name>
<description>feed some defined key events into the Web content</description>
<description lang="ja">キーイベントをWebコンテンツ側に送る</description>
- <version>1.0.3</version>
+ <version>1.0.4</version>
<author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author>
<license>new BSD License (Please read the source code comments of this plugin)</license>
<license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license>
@@ -56,7 +56,7 @@ let PLUGIN_INFO =
// }}}
// INFO {{{
let INFO =
-<plugin name="feedSomeKeys" version="1.0.3"
+<plugin name="feedSomeKeys" version="1.0.4"
href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/feedSomeKeys_3.js"
summary="Feed some defined key events into the Web content"
xmlns="http://vimperator.org/namespaces/liberator">
@@ -72,6 +72,18 @@ let INFO =
<p></p>
</description>
</item>
+ <h3 tag="fmaps-examples">fmaps examples for .vimperatorrc</h3>
+ <p>If you input directly these commands in vimperator commandline, remove the ":lazy".</p>
+ <code><ex>
+:command! -nargs=+ lazy autocmd VimperatorEnter .* &lt;args>
+:lazy fmaps -u='mail\.google\.com/mail' c / j k n p o u e x s r a # [ ] ? gi gs gt gd ga gc
+:lazy fmaps -u='mail\.google\.com/mail/.*/[0-9a-f]+$' c / j,n k,p n,j p,k o u e x s r a # [ ] ? gi gs gt gd ga gc
+:lazy fmaps -u='www\.google\.co\.jp/reader' -events=vkeypress j k n p m s v A r S N P X O gh ga gs gt gu u / ? J K
+:lazy fmaps -u='(fastladder|livedoor)\.com/reader' j k s a p o v c i,p &lt;Space> &lt;S-Space> z b &lt; > q w e,g
+:lazy fmaps -u='https?://www\.rememberthemilk\.com/home/' j k m i c t ? d F,f G,g S,s L,l Y,y H,h M,m &lt;Del> &lt;C-S-Left> &lt;C-S-Right>
+:lazy fmaps -u='http://code.google.com/p/vimperator-labs/issues/list' o j k
+:lazy fmaps -u='http://code.google.com/p/vimperator-labs/issues/detail' u
+ </ex></code>
</plugin>;
// }}}