mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-27 01:33:32 +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>
|
<pre>
|
||||||
2008-06-xx:
|
2008-06-xx:
|
||||||
* version 1.2
|
* 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
|
* IMPORTANT: removed old :buffers! buffer window, as it was ugly and slightly broken
|
||||||
use "B" or :buffers instead
|
use "B" or :buffers instead
|
||||||
* IMPORTANT: input fields are not blured anymore by default after a page has loaded
|
* 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(); });
|
function () { document.commandDispatcher.rewindFocus(); });
|
||||||
|
|
||||||
liberator.mappings.add(liberator.modes.all,
|
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; });
|
function () { liberator.modes.passAllKeys = true; });
|
||||||
|
|
||||||
liberator.mappings.add(liberator.modes.all,
|
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
|
keystroke to the web page or to Firefox to retain its original meaning you
|
||||||
have 2 possibilities:
|
have 2 possibilities:
|
||||||
|
|
||||||
|pass-through| |<C-q>| |CTRL-Q| +
|
|pass-through| |<C-z>| |CTRL-Z| +
|
||||||
||CTRL-Q||
|
||CTRL-Z||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Disable all Vimperator keys except <Esc> and pass them to the next event handler.
|
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
|
This is especially useful, if JavaScript controlled forms like the RichEdit
|
||||||
|
|||||||
Reference in New Issue
Block a user