mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +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();
|
deleteSelectedEntities();
|
||||||
} else if (event.text === "ESC") {
|
} else if (event.text === "ESC") {
|
||||||
selectionManager.clearSelections();
|
selectionManager.clearSelections();
|
||||||
} else if (event.text === "TAB") {
|
} else if (event.text === "t") {
|
||||||
selectionDisplay.toggleSpaceMode();
|
selectionDisplay.toggleSpaceMode();
|
||||||
} else if (event.text === "f") {
|
} else if (event.text === "f") {
|
||||||
if (isActive) {
|
if (isActive) {
|
||||||
|
|
Loading…
Reference in a new issue