mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 20:42:56 +02:00
Things can't be too easy.
This commit is contained in:
parent
baa37a336e
commit
fe4b8a5518
1 changed files with 1 additions and 2 deletions
|
@ -172,7 +172,6 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
{ "from": "Keyboard.W", "when": ["!Application.CameraSelfie", "!Keyboard.Control"], "to": "Actions.LONGITUDINAL_FORWARD" },
|
{ "from": "Keyboard.W", "when": ["!Application.CameraSelfie", "!Keyboard.Control"], "to": "Actions.LONGITUDINAL_FORWARD" },
|
||||||
{ "from": "Keyboard.S", "when": ["!Application.CameraSelfie", "!Keyboard.Control"], "to": "Actions.LONGITUDINAL_BACKWARD" },
|
{ "from": "Keyboard.S", "when": ["!Application.CameraSelfie", "!Keyboard.Control"], "to": "Actions.LONGITUDINAL_BACKWARD" },
|
||||||
{ "from": "Keyboard.S", "when": ["Application.CameraSelfie", "!Keyboard.Control"], "to": "Actions.LONGITUDINAL_FORWARD" },
|
{ "from": "Keyboard.S", "when": ["Application.CameraSelfie", "!Keyboard.Control"], "to": "Actions.LONGITUDINAL_FORWARD" },
|
||||||
|
@ -209,5 +208,5 @@
|
||||||
{ "from": "Keyboard.R", "to": "Actions.ACTION1" },
|
{ "from": "Keyboard.R", "to": "Actions.ACTION1" },
|
||||||
{ "from": "Keyboard.T", "to": "Actions.ACTION2" },
|
{ "from": "Keyboard.T", "to": "Actions.ACTION2" },
|
||||||
{ "from": "Keyboard.Tab", "to": "Actions.ContextMenu" }
|
{ "from": "Keyboard.Tab", "to": "Actions.ContextMenu" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue