From 54af8ce9c6d972580d2935498e563988450b94f6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Feb 2014 16:49:27 +0300 Subject: add actions for select next/previous tab in shortcuts 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 7c370a372..ce01bc8d6 100644 --- a/src/actionmanager.cpp +++ b/src/actionmanager.cpp @@ -1149,4 +1149,24 @@ impHandler0(showWindows) return false; } +impHandler0(nextShortcutsTab) +{ + if (itemShortcutWindow) + { + itemShortcutWindow->nextTab(); + return true; + } + return false; +} + +impHandler0(prevShortcutsTab) +{ + if (itemShortcutWindow) + { + itemShortcutWindow->prevTab(); + return true; + } + return false; +} + } // namespace ActionManager -- cgit v1.2.3-60-g2f50