mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 01:52:28 +01:00
update <C-v> help - "I" mapping is now "<C-q>"
This commit is contained in:
@@ -370,7 +370,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/>" +
|
||||
"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."
|
||||
"When in 'ignorekeys' mode (activated by <code class=\"mapping\"><C-q></code>), <code class=\"mapping\"><C-v></code> will pass the next key to Vimperator instead of the web page."
|
||||
}
|
||||
));
|
||||
addDefaultMap(new Map([vimperator.modes.NORMAL], ["<C-c>"],
|
||||
|
||||
Reference in New Issue
Block a user