diff options
Diffstat (limited to 'background_scripts/main.coffee')
| -rw-r--r-- | background_scripts/main.coffee | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 7c970866..1838eb95 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -629,6 +629,7 @@ Commands.clearKeyMappingsAndSetDefaults()  if Settings.has("keyMappings")    Commands.parseCustomKeyMappings(Settings.get("keyMappings")) +Commands.generateKeyStateStructure()  populateValidFirstKeys()  populateSingleKeyCommands()  | 
