diff options
author | anekos | 2010-03-01 19:18:08 +0000 |
---|---|---|
committer | anekos | 2010-03-01 19:18:08 +0000 |
commit | 5b811bd245080b03c6ec6f7ea5b869068788e930 (patch) | |
tree | 33e9fc46f6483d3ed6f17013914ed0125ebf3cd6 /feedSomeKeys_3.js | |
parent | dd75027e825c3adfeb51b29cea412eb849fb82ca (diff) | |
download | vimperator-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-x | feedSomeKeys_3.js | 16 |
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 .* <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 <Space> <S-Space> z b < > 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 <Del> <C-S-Left> <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>; // }}} |