mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-06 13:15:46 +01:00
Store canonical names for all bound keys.
This commit is contained in:
@@ -1268,9 +1268,9 @@ const liberator = (function () //{{{
|
||||
// commands must always be the first module to be initialized
|
||||
loadModule("commands", Commands);
|
||||
loadModule("options", Options);
|
||||
loadModule("events", Events);
|
||||
loadModule("mappings", Mappings);
|
||||
loadModule("buffer", Buffer);
|
||||
loadModule("events", Events);
|
||||
loadModule("commandline", CommandLine);
|
||||
loadModule("statusline", StatusLine);
|
||||
loadModule("editor", Editor);
|
||||
|
||||
Reference in New Issue
Block a user