mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 12:24:19 +01:00
More assorted map aliases.
--HG-- extra : rebase_source : 8614d45db94c8415542c0a264b602b24d898971e
This commit is contained in:
@@ -1713,11 +1713,11 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
},
|
||||
|
||||
mappings: function () {
|
||||
mappings.add([modes.MAIN], ["<F1>"],
|
||||
mappings.add([modes.MAIN], ["<open-help>", "<F1>"],
|
||||
"Open the introductory help page",
|
||||
function () { dactyl.help(); });
|
||||
|
||||
mappings.add([modes.MAIN], ["<A-F1>"],
|
||||
mappings.add([modes.MAIN], ["<open-single-help>", "<A-F1>"],
|
||||
"Open the single, consolidated help page",
|
||||
function () { ex.helpall(); });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user