Minor fix in the hotkeys from previous commit.

master
BeniS 12 years ago
parent 82233dc655
commit 54e061f2f7

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

Loading…
Cancel
Save