key_bindings #2553
key_bindings
#2553
|
forgive me if i am missing it. how do I change a keybinding to be "Escape" ??? |
Answered by
FloppyDisco
Mar 9, 2025
Replies: 2 comments 1 reply
|
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" |
1 reply
Answer selected by
FloppyDisco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!