-
Notifications
You must be signed in to change notification settings - Fork 541
Allow modifing shortcuts for moving in the Perpective window #486
Comments
Thank you for your feedback @guidra-rev, to work around this issue in the meantime you can modify the keys in CRenderViewport::ProcessKeys()
If you assign keys that are already bound to other functionality you may need to change those bindings as well. |
|
@guidra-rev Q is already used for other inputs (to move the camera 'down' in the viewport), did you change the code in
|
Hey @guidra-rev and @protypangel! Not sure if you have seen the news about O3DE (successor to Lumberyard) but in it we have a new camera system where you can tweak the controls (it's not currently exposed to the UI unfortunately, but we have a new thing called the 'Settings Registry' that you can edit and add custom controls. In that file (stored in json format) you can add overrides for key values - the file is located here
In future we're going to expose an Editor for this but it is technically possible now. Let me know if you have any questions |
Hi,
Currently French developers can't walk around in the perspective window. The default shortcuts are WASD, this works well for QWERTY keyboards, but other layouts, such as AZERTY use ZQSD instead.
The editor allows exporting keyboard shortcuts, but it does not export the ones described.
Please allow the modification of these shortcuts, or maybe even better, make a preset for different keyboard layouts.
The text was updated successfully, but these errors were encountered: