Skip to content
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

Treat Left and Right Ctrl/Shift/Alt keys as separate inputs #3408

Closed
SirYodaJedi opened this issue Jan 28, 2025 · 3 comments
Closed

Treat Left and Right Ctrl/Shift/Alt keys as separate inputs #3408

SirYodaJedi opened this issue Jan 28, 2025 · 3 comments

Comments

@SirYodaJedi
Copy link

Currently binding either left or right Ctrl, Shift, or Alt to a button will treat both left and right versions of that key as both being bound to said button. This is a bit problematic if you want to bind these keys to different buttons.

For example, my ideal control scheme that I'd be comfortable with for 90% of GBA games would be such, which isn't possible without decoupling left and right shift:

D-Pad: Arrow keys
A: X
B: Z
L: LCtrl
R: LShift
Start: Enter
Select: RShift

Currently using v0.10.4 (64-bit, portable) on Windows 10 2h22.

@endrift
Copy link
Member

endrift commented Feb 8, 2025

Duplicate of #1766. I'm not sure it's possible with the framework I'm using, but it's definitely something I'd like to do if it is.

@endrift endrift closed this as completed Feb 8, 2025
@endrift endrift closed this as completed Feb 8, 2025
@SirYodaJedi
Copy link
Author

Oh, sorry, must've missed the other when searching.

@endrift
Copy link
Member

endrift commented Feb 8, 2025

It wasn't easy to find myself, tbf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants