From 22a8411cba616cd0ba7c7f57b0d4903053f6c9dd Mon Sep 17 00:00:00 2001 From: teramako Date: Sat, 14 Nov 2009 07:09:25 +0000 Subject: replace new help system git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35899 d0d07461-0603-4401-acd4-de1884942a52 --- walk-input.js | 67 +++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 40 insertions(+), 27 deletions(-) (limited to 'walk-input.js') diff --git a/walk-input.js b/walk-input.js index c74a84a..d28b495 100644 --- a/walk-input.js +++ b/walk-input.js @@ -19,33 +19,46 @@ // // PLUGIN_INFO {{{ -let PLUGIN_INFO = - - Walk Input - The focus walks "input" and "textarea" elements. - 1.2 - Takayama Fumihiko - BSD - http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/walk-input.js - 2.0 - 2.1pre - & - - ||< - ]]> -; +let INFO = + + Takayama Fumihiko + BSD + +

+ The focus walks <input> & <textarea> element. + If you type first, the focus moves to "<input name='search' />". + Then if you type once more, the focus moves to "<input name='name' />". +

+ + + xxx + yyy + zzz + + + + ]]> + + i_ ]]> + <M-i> + <A-i> + +

Move focus forward

+
+
+ + i_ ]]> + <M-S-i> + <A-S-i> + +

Move focus backward

+
+
+
; // }}} (function () { -- cgit v1.2.3