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

Shift doesn't work when typing savegame names #1773

Open
MrAlaux opened this issue Jul 3, 2024 · 1 comment · May be fixed by #1792
Open

Shift doesn't work when typing savegame names #1773

MrAlaux opened this issue Jul 3, 2024 · 1 comment · May be fixed by #1792

Comments

@MrAlaux
Copy link
Collaborator

MrAlaux commented Jul 3, 2024

Tested in the latest master artifact (Win-64).

As the title says: when entering the name for a savegame, the shift key doesn't seem to have any effect, e.g. holding it and pressing 1 still results in 1 being written instead of the expected !.

@fabiangreffrath
Copy link
Owner

Looks like we need to use the shiftxform[] array somewhere around here:

ch = M_ToUpper(ch);

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

Successfully merging a pull request may close this issue.

2 participants