Support arrows in chat switch.

This commit is contained in:
John Preston
2025-08-26 14:19:36 +04:00
parent 6dcd52deb5
commit 00919f3232
4 changed files with 81 additions and 29 deletions
@@ -648,6 +648,8 @@ bool Application::eventFilter(QObject *object, QEvent *e) {
if (base::Platform::GlobalShortcuts::IsToggleFullScreenKey(event)
&& toggleActiveWindowFullScreen()) {
return true;
} else if (Shortcuts::HandlePossibleChatSwitch(event)) {
return true;
}
} break;
case QEvent::MouseButtonPress: