key_bindings #2553
-
forgive me if i am missing it. how do I change a keybinding to be "Escape" ??? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Good point, I added more docs on how to find what possible values there are: c95cea9 For Escape you would do: |
Beta Was this translation helpful? Give feedback.
-
thank you! maybe a nice creature comfort would be some sort of "hey, your key_bindings.ron file was not loaded. You've got an error" |
Beta Was this translation helpful? Give feedback.
thank you!
I thought i had tried that and it did not work, but I also found an error in my RON that was causing all of the keybindings to not be set.
thank you for confirming this for me!
the following is working:
exit: Some(( code: Esc, modifiers: "")),
maybe a nice creature comfort would be some sort of "hey, your key_bindings.ron file was not loaded. You've got an error"
really liking this so far!
thank you!