diff --git a/src/Miscellaneous/Keybinds.coffee b/src/Miscellaneous/Keybinds.coffee index ba796938a..82122f4a2 100755 --- a/src/Miscellaneous/Keybinds.coffee +++ b/src/Miscellaneous/Keybinds.coffee @@ -2,7 +2,7 @@ Keybinds = init: -> return if !Conf['Keybinds'] - for hotkey of Conf.hotkeys + for hotkey of Config.hotkeys $.sync hotkey, Keybinds.sync init = ->