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

Backslash is non-typeable on some European keyboards(for example Logitech K400+) #17

Open
nihirash opened this issue Oct 9, 2024 · 1 comment

Comments

@nihirash
Copy link
Contributor

nihirash commented Oct 9, 2024

Some keyboards have no backslash near left shift but they have it near enter(above right shift).

Keycode in core_atarist.c that works for this key is under position 32(and marked as EUR-1).

If I replace it with MATRIX(11,4) macros - I have possibility to type backslashes.

I'm using only Atari ST core so I can confirm that this approach will work fine on another cores.

Quick check with all my home keyboards shows that this fix broke nothing but fixes my combo device that I'm using with my tiny Atari build.

@nihirash
Copy link
Contributor Author

nihirash commented Oct 9, 2024

If my changes don't broke anything for rest people and you - one line PR is here: #18

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

1 participant