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

@@ -192,6 +192,14 @@ void ChatWindow::GoBack() {
void ChatWindow::GoForward() {
m_tab_switcher->GoForwardOnCurrent();
}
void ChatWindow::GoToPreviousTab() {
m_tab_switcher->GoToPreviousTab();
}
void ChatWindow::GoToNextTab() {
m_tab_switcher->GoToNextTab();
}
#endif
Snowflake ChatWindow::GetActiveChannel() const {