diff --git a/chrome/content/vimperator/mappings.js b/chrome/content/vimperator/mappings.js index 6f1d412d..43fa84be 100644 --- a/chrome/content/vimperator/mappings.js +++ b/chrome/content/vimperator/mappings.js @@ -357,8 +357,8 @@ function Mappings() //{{{ addDefaultMap(new Map(anymode, [""], function() { vimperator.modes.passAllKeys = true; }, { - short_help: "Disable Vimperator keys", - help: "Starts an 'ignorekeys' mode, where all keys except <Esc> are passed to the next event handler.
" + + short_help: "Temporarily quit Vimperator mode", + help: "Disable all Vimperator keys except <Esc> and pass them to the next event handler.
" + "This is especially useful, if JavaScript controlled forms like the RichEdit form fields of GMail don't work anymore.
" + "To exit this mode, press <Esc>. If you also need to pass <Esc>" + "in this mode to the web page, prepend it with <C-v>." @@ -367,10 +367,10 @@ function Mappings() //{{{ addDefaultMap(new Map(anymode, [""], function() { vimperator.modes.passNextKey = true; }, { - short_help: "Escape next key", + short_help: "Pass through next key", help: "If you need to pass a certain key to a JavaScript form field or another extension prefix the key with <C-v>.
" + "Also works to unshadow Firefox shortcuts like <C-o> which are otherwise hidden in Vimperator.
" + - "When in 'ignorekeys' mode (activated by <C-q>), <C-v> will pass the next key to Vimperator instead of the web page." + "When Vimperator mode is temporarily disabled with <C-q>, <C-v> will pass the next key to Vimperator instead of the web page." } )); addDefaultMap(new Map([vimperator.modes.NORMAL], [""], @@ -465,8 +465,7 @@ function Mappings() //{{{ vimperator.beep(); }, { - short_help: "Focus last used input field", - help: "TODO" + short_help: "Focus last used input field" } )); addDefaultMap(new Map([vimperator.modes.NORMAL], ["go"],