From ef1a1be4a87913ed5c50eb10401622275da1c842 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Feb 2014 16:57:51 +0300 Subject: add actions for select next/previous tab in spells/commands window. --- src/input/keyboarddata.h | 14 ++++++++++++++ src/input/keydata.h | 2 ++ 2 files changed, 16 insertions(+) (limited to 'src/input') diff --git a/src/input/keyboarddata.h b/src/input/keyboarddata.h index a8817bc6e..87202e8f2 100644 --- a/src/input/keyboarddata.h +++ b/src/input/keyboarddata.h @@ -2066,6 +2066,20 @@ static const KeyData keyData[Input::KEY_TOTAL] = { &ActionManager::nextShortcutsTab, Input::KEY_NO_VALUE, 50, COND_NOINPUT | COND_INGAME}, + {"keyCommandsPrevTab", + INPUT_UNKNOWN, Input::KEY_NO_VALUE, + INPUT_UNKNOWN, Input::KEY_NO_VALUE, + Input::GRP_DEFAULT | Input::GRP_GUI, + &ActionManager::prevCommandsTab, + Input::KEY_NO_VALUE, 50, + COND_NOINPUT | COND_INGAME}, + {"keyCommandsNextTab", + INPUT_UNKNOWN, Input::KEY_NO_VALUE, + INPUT_UNKNOWN, Input::KEY_NO_VALUE, + Input::GRP_DEFAULT | Input::GRP_GUI, + &ActionManager::nextCommandsTab, + Input::KEY_NO_VALUE, 50, + COND_NOINPUT | COND_INGAME} }; #endif // INPUT_KEYBOARDDATA_H diff --git a/src/input/keydata.h b/src/input/keydata.h index d0cbb8d3a..c36a11e7c 100644 --- a/src/input/keydata.h +++ b/src/input/keydata.h @@ -355,6 +355,8 @@ namespace Input KEY_GUI_W, KEY_PREV_SHORTCUTS_TAB, KEY_NEXT_SHORTCUTS_TAB, + KEY_PREV_COMMANDS_TAB, + KEY_NEXT_COMMANDS_TAB, KEY_TOTAL }; } // namespace Input -- cgit v1.2.3-60-g2f50