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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user