summaryrefslogtreecommitdiff
path: root/src/windows/mainwindow.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2022-05-09 01:33:09 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2022-05-09 01:33:09 -0400
commitbbf32730cd322ab8d826b9fb73d83fbde73c5419 (patch)
treeb1a1d49baf0e78369dd0c270abc975393bfec89f /src/windows/mainwindow.hpp
parentf58ca39e8c49f30783b3bbe5f02d73aa52433215 (diff)
downloadabaddon-portaudio-bbf32730cd322ab8d826b9fb73d83fbde73c5419.tar.gz
abaddon-portaudio-bbf32730cd322ab8d826b9fb73d83fbde73c5419.zip
add ctrl(+shift)+tab keybinds
Diffstat (limited to 'src/windows/mainwindow.hpp')
-rw-r--r--src/windows/mainwindow.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/windows/mainwindow.hpp b/src/windows/mainwindow.hpp
index ce3a576..4f6469e 100644
--- a/src/windows/mainwindow.hpp
+++ b/src/windows/mainwindow.hpp
@@ -28,6 +28,8 @@ public:
#ifdef WITH_LIBHANDY
void GoBack();
void GoForward();
+ void GoToPreviousTab();
+ void GoToNextTab();
#endif
ChannelList *GetChannelList();