You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that current key press matching is not a good solution, it's very unflexible and doesn't allow any changes on the fly.
Keymap looks like a valid option here:
HashMap<String,fn(Some(Keycode)) -> ()>
The text was updated successfully, but these errors were encountered:
I think that current key press matching is not a good solution, it's very unflexible and doesn't allow any changes on the fly.
Keymap looks like a valid option here:
The text was updated successfully, but these errors were encountered: