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/components/chatwindow.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/chatwindow.hpp') diff --git a/src/components/chatwindow.hpp b/src/components/chatwindow.hpp index 1c0b7cc..36bce6a 100644 --- a/src/components/chatwindow.hpp +++ b/src/components/chatwindow.hpp @@ -41,6 +41,8 @@ public: void UseTabsState(const TabsState &state); void GoBack(); void GoForward(); + void GoToPreviousTab(); + void GoToNextTab(); #endif protected: -- cgit v1.2.3