-
-
Notifications
You must be signed in to change notification settings - Fork 880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard configuration (reassign keys) #298
Comments
The 'gamepad_0' branch should be handling this... |
@georgemoralis gamepad is separate, right? |
yes |
Hi! I re-implemented keyboard remapping here: #1356 without noticing this was already done once, and as far as I know, my solution doesn't break other inputs, has modifier key, mouse buttons and mouse-movement-to-joystick support. |
@kalaposfos13 sounds like a good idea, I can add my UI on top of your changes. Just let me know when you're all set on the API and there aren't expected to be any new major changes (I mean when the pull request looks ready from your side) and I'll add my UI on top. |
Message me on Discord (kalaposfos) and we can discuss this further. |
Hi! I finished the backend, and hopefully there are no problems with it. Are you still onboard with making the GUI? I'll provide an API for it as soon as I write it. Also, if you can provide me with info on what's needed, that would be appreciated |
… where you could open infinitely many Help windows
Goal: make it possible to assign and reassign keyboard keys to serve as game controls.
The text was updated successfully, but these errors were encountered: