From 1d8ef79da68a89c4561b9079b795d05484ddc419 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 10 May 2022 01:09:42 -0400 Subject: add ctrl+number key shortcuts for tabs --- src/components/chatwindow.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/chatwindow.hpp') diff --git a/src/components/chatwindow.hpp b/src/components/chatwindow.hpp index 36bce6a..9b27ff1 100644 --- a/src/components/chatwindow.hpp +++ b/src/components/chatwindow.hpp @@ -43,6 +43,7 @@ public: void GoForward(); void GoToPreviousTab(); void GoToNextTab(); + void GoToTab(int idx); #endif protected: -- cgit v1.2.3