mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 16:36:54 +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);
|
Menu::getInstance()->triggerOption(MenuOption::AddressBar);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case Qt::Key_CapsLock:
|
case Qt::Key_Backslash:
|
||||||
Menu::getInstance()->triggerOption(MenuOption::Chat);
|
Menu::getInstance()->triggerOption(MenuOption::Chat);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue