10000 Fix console appl crash and keyboard input by Rin-Z4 · Pull Request #298 · letoram/arcan · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix console appl crash and keyboard input #298

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 o 8000 ccasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Rin-Z4
Copy link
@Rin-Z4 Rin-Z4 commented May 13, 2025

I've noticed that the console appl was crashing on certain keys, so I looked into it and turns out input.keysym is being compared to nonexistent members of the KEYBOARD table. Now it's first converted to a label for comparison, except in the >= F1 and <= F10 case, where the labels are converted to keysyms (should probably store those keysym codes somewhere to avoid repeat calls to tokeysym).

@Rin-Z4 Rin-Z4 changed the title Fix console crash and keyboard input Fix console appl crash and keyboard input May 13, 2025
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 this pull request may close these issues.

1 participant
0