We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
core_atarist.c
If I replace it with MATRIX(11,4) macros - I have possibility to type backslashes.
MATRIX(11,4)
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.
The text was updated successfully, but these errors were encountered:
If my changes don't broke anything for rest people and you - one line PR is here: #18
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: