mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
use backslash to activate chat
This commit is contained in:
parent
c14bf84af8
commit
8031454f61
1 changed files with 1 additions and 1 deletions
|
@ -926,7 +926,7 @@ void Application::keyPressEvent(QKeyEvent* event) {
|
|||
Menu::getInstance()->triggerOption(MenuOption::AddressBar);
|
||||
break;
|
||||
|
||||
case Qt::Key_CapsLock:
|
||||
case Qt::Key_Backslash:
|
||||
Menu::getInstance()->triggerOption(MenuOption::Chat);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue