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/actionmanager.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/actionmanager.cpp') diff --git a/src/actionmanager.cpp b/src/actionmanager.cpp index ce01bc8d6..8f0f3db2c 100644 --- a/src/actionmanager.cpp +++ b/src/actionmanager.cpp @@ -1169,4 +1169,24 @@ impHandler0(prevShortcutsTab) return false; } +impHandler0(nextCommandsTab) +{ + if (spellShortcutWindow) + { + spellShortcutWindow->nextTab(); + return true; + } + return false; +} + +impHandler0(prevCommandsTab) +{ + if (spellShortcutWindow) + { + spellShortcutWindow->prevTab(); + return true; + } + return false; +} + } // namespace ActionManager -- cgit v1.2.3-60-g2f50