mirror of
https://github.com/overte-org/overte.git
synced 2025-08-14 03:45:42 +02:00
Use ctrl+H instead of alt+H
This commit is contained in:
parent
649b974927
commit
5f3b68d544
1 changed files with 1 additions and 1 deletions
|
@ -3037,7 +3037,7 @@ void Application::keyPressEvent(QKeyEvent* event) {
|
|||
}
|
||||
|
||||
case Qt::Key_H: {
|
||||
if (isOption) {
|
||||
if (isMeta) {
|
||||
auto menu = Menu::getInstance();
|
||||
if (menu->isOptionChecked(MenuOption::FullscreenMirror)) {
|
||||
menu->setIsOptionChecked(MenuOption::FullscreenMirror, false);
|
||||
|
|
Loading…
Reference in a new issue