1
0
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:
Kris Maglione
2009-05-22 22:12:11 -04:00
parent fa16e09a9a
commit 36f6ff463f
4 changed files with 126 additions and 126 deletions

View File

@@ -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);