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'm building a text editor (using rust_minifb fyi, I just figured it'd be better to suggest things here), and I have to have an enormous match statement that ignores locale stuff to get whatever key is pressed so that I can insert it into my text editor's buffer. Functionality that does this for you; while respecting locale things, would be much appreciated.
The text was updated successfully, but these errors were encountered:
I'm building a text editor (using rust_minifb fyi, I just figured it'd be better to suggest things here), and I have to have an enormous match statement that ignores locale stuff to get whatever key is pressed so that I can insert it into my text editor's buffer. Functionality that does this for you; while respecting locale things, would be much appreciated.
The text was updated successfully, but these errors were encountered: