diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-05-09 01:33:09 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-05-09 01:33:09 -0400 |
commit | bbf32730cd322ab8d826b9fb73d83fbde73c5419 (patch) | |
tree | b1a1d49baf0e78369dd0c270abc975393bfec89f /src/components/chatwindow.hpp | |
parent | f58ca39e8c49f30783b3bbe5f02d73aa52433215 (diff) | |
download | abaddon-portaudio-bbf32730cd322ab8d826b9fb73d83fbde73c5419.tar.gz abaddon-portaudio-bbf32730cd322ab8d826b9fb73d83fbde73c5419.zip |
add ctrl(+shift)+tab keybinds
Diffstat (limited to 'src/components/chatwindow.hpp')
-rw-r--r-- | src/components/chatwindow.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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: |