mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 22:08:00 +01:00
Kill AUTOCOMPLETE mode with <C-c>.
This commit is contained in:
@@ -615,7 +615,7 @@ var Modes = Module("modes", {
|
||||
"Return to the previous mode",
|
||||
function () { modes.pop(null, { fromEscape: true }); });
|
||||
|
||||
mappings.add([modes.MENU], ["<C-c>"],
|
||||
mappings.add([modes.AUTOCOMPLETE, modes.MENU], ["<C-c>"],
|
||||
"Leave Menu mode",
|
||||
function () { modes.pop(); });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user