mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-07 10:25:47 +01:00
use <C-Z> rather than <C-Q> for entering pass-all-keys mode
This commit is contained in:
2
NEWS
2
NEWS
@@ -1,6 +1,8 @@
|
||||
<pre>
|
||||
2008-06-xx:
|
||||
* version 1.2
|
||||
* IMPORTANT: changed the default keybinding to temporarily disable all
|
||||
Vimperator keybindings from <C-Q> to <C-Z>
|
||||
* IMPORTANT: removed old :buffers! buffer window, as it was ugly and slightly broken
|
||||
use "B" or :buffers instead
|
||||
* IMPORTANT: input fields are not blured anymore by default after a page has loaded
|
||||
|
||||
@@ -574,7 +574,7 @@ liberator.Events = function () //{{{
|
||||
function () { document.commandDispatcher.rewindFocus(); });
|
||||
|
||||
liberator.mappings.add(liberator.modes.all,
|
||||
["<C-q>"], "Temporarily ignore all " + liberator.config.name + " key bindings",
|
||||
["<C-z>"], "Temporarily ignore all " + liberator.config.name + " key bindings",
|
||||
function () { liberator.modes.passAllKeys = true; });
|
||||
|
||||
liberator.mappings.add(liberator.modes.all,
|
||||
|
||||
@@ -7,8 +7,8 @@ pleasant for Vim users. In the rare occurrences where you want to pass a
|
||||
keystroke to the web page or to Firefox to retain its original meaning you
|
||||
have 2 possibilities:
|
||||
|
||||
|pass-through| |<C-q>| |CTRL-Q| +
|
||||
||CTRL-Q||
|
||||
|pass-through| |<C-z>| |CTRL-Z| +
|
||||
||CTRL-Z||
|
||||
________________________________________________________________________________
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user