diff --git a/modules/game_hotkeys/hotkeys_manager.lua b/modules/game_hotkeys/hotkeys_manager.lua index ec0a7bed..78768bac 100644 --- a/modules/game_hotkeys/hotkeys_manager.lua +++ b/modules/game_hotkeys/hotkeys_manager.lua @@ -105,9 +105,7 @@ function HotkeysManager.terminate() hotkeysManagerLoaded = false g_keyboard.unbindKeyDown('Ctrl+K') - g_keyboard.unbindKeyPress('Down', function() channelListPanel:focusNextChild(KeyboardFocusReason) end, channelsWindow) - g_keyboard.unbindKeyPress('Up', function() channelListPanel:focusPreviousChild(KeyboardFocusReason) end, channelsWindow) - + HotkeysManager.save() currentHotkeysList = nil