1
0
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:
Doug Kearns
2008-07-22 16:43:23 +00:00
parent 0abf6f0ddf
commit a7d9bef5b5
3 changed files with 5 additions and 3 deletions

2
NEWS
View File

@@ -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

View File

@@ -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,

View File

@@ -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