BigBagKbdTrixPKL icon indicating copy to clipboard operation
BigBagKbdTrixPKL copied to clipboard

My numpad doesn't really work with EPKL

Open attuanmtrinh opened this issue 3 years ago • 3 comments

I use a 89-key keyboard with the numpad also works as the Home/End/etc keys. Using EPKL everything works fine except the numpad works regardless of the NumLock state, and the navigation keys doesn't work at all. I just started using EPKL so I don't really know what to do. Any suggestions would really be appreciated.

attuanmtrinh avatar Aug 11 '21 10:08 attuanmtrinh

Not sure why that'd be, as EPKL doesn't remap the NumPad keys (QWP_1 etc) apart from the decimal key QWPDC. The nav keys may be remapped, as seen in the EPKL_Layouts_Default.ini file, but they aren't by default.

Try selecting AHK Key History on the EPKL menu and play around with it a little to see if you learn something (F5 refreshes).

DreymaR avatar Aug 12 '21 10:08 DreymaR

Hello! I think I found a temporary solution. The problem is not that the NumPad keys are remapped but rather that the non-numpad keys (Home etc) are remapped to the numpad ones and that for some strange reason causes problems.

Take a look here at a temporary workaround: https://github.com/DreymaR/BigBagKbdTrixPKL/issues/46#issuecomment-1200343064

guraltsev avatar Jul 31 '22 04:07 guraltsev

This probably stems from the weird way the Virtual Key codes of the nav keys on the NumPad are treated by AutoHotkey.

Since the Home etc keys are VK mapped in EPKL, pressing the NumPad Home must be intercepted by AHK as a Home key event which then got mapped by EPKL to NumPad Home – but that somehow didn't work as expected.

Hopefully, 22af93a fixes it? I don't have a NumPad on my laptop to test it. Please let me know.

DreymaR avatar Sep 06 '22 12:09 DreymaR