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 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/input/keyboarddata.h') 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 -- cgit v1.2.3-60-g2f50