From bbf32730cd322ab8d826b9fb73d83fbde73c5419 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 9 May 2022 01:33:09 -0400 Subject: add ctrl(+shift)+tab keybinds --- src/windows/mainwindow.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/windows/mainwindow.hpp') 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(); -- cgit v1.2.3