From 5b811bd245080b03c6ec6f7ea5b869068788e930 Mon Sep 17 00:00:00 2001 From: anekos Date: Mon, 1 Mar 2010 19:18:08 +0000 Subject: サンプルを書いた git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36897 d0d07461-0603-4401-acd4-de1884942a52 --- feedSomeKeys_3.js | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'feedSomeKeys_3.js') 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 = feedSomeKeys 3 feed some defined key events into the Web content キーイベントをWebコンテンツ側に送る - 1.0.3 + 1.0.4 anekos new BSD License (Please read the source code comments of this plugin) 修正BSDライセンス (ソースコードのコメントを参照してください) @@ -56,7 +56,7 @@ let PLUGIN_INFO = // }}} // INFO {{{ let INFO = - @@ -72,6 +72,18 @@ let INFO =

+

fmaps examples for .vimperatorrc

+

If you input directly these commands in vimperator commandline, remove the ":lazy".

+ +: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 +
; // }}} -- cgit v1.2.3