mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
change toggle input to t
This commit is contained in:
parent
122b385dd3
commit
e1de226aae
1 changed files with 1 additions and 1 deletions
|
@ -1784,7 +1784,7 @@ var keyReleaseEvent = function (event) {
|
|||
deleteSelectedEntities();
|
||||
} else if (event.text === "ESC") {
|
||||
selectionManager.clearSelections();
|
||||
} else if (event.text === "TAB") {
|
||||
} else if (event.text === "t") {
|
||||
selectionDisplay.toggleSpaceMode();
|
||||
} else if (event.text === "f") {
|
||||
if (isActive) {
|
||||
|
|
Loading…
Reference in a new issue