mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-13 20:18:50 +03:00
add ctrl(+shift)+tab keybinds
This commit is contained in:
@@ -165,6 +165,14 @@ void MainWindow::GoBack() {
|
||||
void MainWindow::GoForward() {
|
||||
m_chat.GoForward();
|
||||
}
|
||||
|
||||
void MainWindow::GoToPreviousTab() {
|
||||
m_chat.GoToPreviousTab();
|
||||
}
|
||||
|
||||
void MainWindow::GoToNextTab() {
|
||||
m_chat.GoToNextTab();
|
||||
}
|
||||
#endif
|
||||
|
||||
void MainWindow::OnDiscordSubmenuPopup() {
|
||||
|
||||
@@ -28,6 +28,8 @@ public:
|
||||
#ifdef WITH_LIBHANDY
|
||||
void GoBack();
|
||||
void GoForward();
|
||||
void GoToPreviousTab();
|
||||
void GoToNextTab();
|
||||
#endif
|
||||
|
||||
ChannelList *GetChannelList();
|
||||
|
||||
Reference in New Issue
Block a user