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/channeltabswitcherhandy.hpp | |
parent | f58ca39e8c49f30783b3bbe5f02d73aa52433215 (diff) | |
download | abaddon-portaudio-bbf32730cd322ab8d826b9fb73d83fbde73c5419.tar.gz abaddon-portaudio-bbf32730cd322ab8d826b9fb73d83fbde73c5419.zip |
add ctrl(+shift)+tab keybinds
Diffstat (limited to 'src/components/channeltabswitcherhandy.hpp')
-rw-r--r-- | src/components/channeltabswitcherhandy.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/channeltabswitcherhandy.hpp b/src/components/channeltabswitcherhandy.hpp index 6da9b17..a0149be 100644 --- a/src/components/channeltabswitcherhandy.hpp +++ b/src/components/channeltabswitcherhandy.hpp @@ -24,6 +24,8 @@ public: void GoBackOnCurrent(); void GoForwardOnCurrent(); + void GoToPreviousTab(); + void GoToNextTab(); [[nodiscard]] int GetNumberOfTabs() const; |