* Also changed the 'use with crosshair' hotkey color.
This commit is contained in:
BeniS
2013-01-18 00:12:17 +13:00
parent 95593964bb
commit 74ebd7f903
3 changed files with 31 additions and 20 deletions

View File

@@ -14,7 +14,7 @@ MainWindow
size: 340 410
@onEnter: modules.game_hotkeys.ok()
@onEscape: modules.game_hotkeys.cancel()
@onEscape: modules.game_hotkeys.reload()
Label
id: currentHotkeysLabel
@@ -178,7 +178,7 @@ MainWindow
width: 64
anchors.right: parent.right
anchors.bottom: parent.bottom
@onClick: modules.game_hotkeys.cancel()
@onClick: modules.game_hotkeys.reload()
HotkeyAssignWindow < MainWindow
id: assignWindow