add ctrl(+shift)+tab keybinds

This commit is contained in:
ouwou
2022-05-09 01:33:09 -04:00
parent f58ca39e8c
commit bbf32730cd
7 changed files with 73 additions and 5 deletions

View File

@@ -28,6 +28,8 @@ public:
#ifdef WITH_LIBHANDY
void GoBack();
void GoForward();
void GoToPreviousTab();
void GoToNextTab();
#endif
ChannelList *GetChannelList();