mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
correct menu shortcut for mouselook
This commit is contained in:
parent
2f0fcba1eb
commit
0bf4c9dda2
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ var mouseLook = (function () {
|
|||
}
|
||||
|
||||
function setupMenu() {
|
||||
Menu.addMenuItem({ menuName: "View", menuItemName: "Mouselook Mode", shortcutKey: "META+M",
|
||||
Menu.addMenuItem({ menuName: "View", menuItemName: "Mouselook Mode", shortcutKey: "SHIFT+M",
|
||||
afterItem: "Mirror", isCheckable: true, isChecked: false });
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue