mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-26 22:43:33 +01:00
More assorted map aliases.
--HG-- extra : rebase_source : 8614d45db94c8415542c0a264b602b24d898971e
This commit is contained in:
@@ -1565,7 +1565,7 @@ var Events = Module("events", {
|
||||
mappings: function () {
|
||||
|
||||
mappings.add([modes.MAIN],
|
||||
["<A-b>"], "Process the next key as a builtin mapping",
|
||||
["<A-b>", "<pass-next-key-builtin>"], "Process the next key as a builtin mapping",
|
||||
function () {
|
||||
events.processor = ProcessorStack(modes.getStack(0), mappings.hives.array, true);
|
||||
events.processor.keyEvents = events.keyEvents;
|
||||
|
||||
Reference in New Issue
Block a user