1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-18 00:15:46 +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

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,