mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-24 13:03:33 +01:00
intialize the vimperator global constant with an object literal rather than via
a constructor function; move the init() and unload() global functions to startup and shutdown slots of vimperator
This commit is contained in:
@@ -848,7 +848,7 @@ function Mappings() //{{{
|
||||
{
|
||||
short_help: "Escape next key",
|
||||
help: "If you need to pass a certain key to a javascript form field or another extension prefix the key with <code class=\"mapping\"><C-v></code>.<br/>" +
|
||||
"Also works to unshadow Firefox shortcuts like <code class=\"mapping\"><C-o></code> which are otherwise hidden in Vimperator.<br/>" +
|
||||
"Also works to unshadow Firefox shortcuts like <code class=\"mapping\"><C-o></code> which are otherwise hidden in vimperator.<br/>" +
|
||||
"When in 'ignorekeys' mode (activated by <code class=\"mapping\"><I></code>), <code class=\"mapping\"><C-v></code> will pass the next key to Vimperator instead of the web page."
|
||||
}
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user