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

Can't input the keypad equal. #238

Closed
phdpark opened this issue Aug 5, 2015 · 3 comments
Closed

Can't input the keypad equal. #238

phdpark opened this issue Aug 5, 2015 · 3 comments
Labels

Comments

@phdpark
Copy link

phdpark commented Aug 5, 2015

I use adb-to-usb converter on M3501.
But I can't input the kepad equal.
So I have changed the "PEQL" to the "EQL" on "keymap_ansi.c".
And then I can input the equal key on kepad side.
How about others?

@tmk
Copy link
Owner

tmk commented Aug 5, 2015

According to HID Usage Table 1.12 that keyoad keypad equal is for AS/400 keyboard, I'm not sure it is supported in your OS. What's your OS?

Probably Mac may support the code while Windows won't.

IIRC current TMK NKRO mode can't send the code make sure using 6RKO mode.

@phdpark
Copy link
Author

phdpark commented Aug 5, 2015

I'm using WIN7 Korean.
And my keyboard is Apple Extended Keyboard II.
The original source's firmware works well on my pc except kepad's equal key.
So I modified "keymap_ansi.c" source.

@tmk
Copy link
Owner

tmk commented Aug 5, 2015

Ignore my description about 'AS/400 keypad equal'(0x86) in previous comment, it is not related to this problem.

PEQL is 'keypad ='(0x67) and it is supported in Mac acording to HID Usage Table 1.12. And this code can be used in both 6KRO and NKRO mode with TMK firmware.

OK. Now our concern is how Windows handles 'keypad ='. Tried the code on Linux and Windows 7, Linux recognizes as KP_Equal and registers = on Xorg while Windows doesn't register any character but I could see 'NumpadClear' event occured in AHK window. I don't know why it is recognized as 'NumpadClear' in Windows but you'll be able to use AHK to remap its code.

@tmk tmk closed this as completed Dec 7, 2015
@tmk tmk added the NOTE label Dec 7, 2015
tmk added a commit that referenced this issue Jan 8, 2016
Windows doesn't support PEQL(Keypad =)
tmk added a commit that referenced this issue Jan 24, 2021
PEQL is not supported on Windows #238
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants