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

Numkeypad in windows vs linux #11

Closed
terrypchan opened this issue Feb 20, 2015 · 2 comments
Closed

Numkeypad in windows vs linux #11

terrypchan opened this issue Feb 20, 2015 · 2 comments
Assignees

Comments

@terrypchan
Copy link

I have a numkeypad defined on layer2, which works fine in windows, but same keyboard under linux does not work. The switch to layer2 works but the numkeypad types garbage on the screen. Attached is a dropbox link to a zip file containing the kll and *.h and .bin file. Thanks.

https://www.dropbox.com/s/nk9qfh0ya0m5i9w/tchan20150220.zip?dl=0

@haata
Copy link
Member

haata commented Feb 21, 2015

Replied fix on irc

KEYPAD_DECIMAL and KEYPAD_PERIOD are two different keys, the common one for keyboards is KEYPAD_PERIOD. KEYPAD_DECIMAL is hex vs. decimal.

Just use U"Keypad Period" or U"P."

I have noticed some strange-ness with KEYPAD_DECIMAL though, keeping this issue open until I verify.

@haata haata self-assigned this Feb 21, 2015
@haata
Copy link
Member

haata commented Feb 24, 2015

I've verified (using the new outputDebug cli option) that the keyboard is sending the USB codes correctly. Linux was just dealing with the key strangely (as expected because it's non-standard).

@haata haata closed this as completed Feb 24, 2015
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