I like using both AHK and mousekeys. It seems like keys on the numpad are not recognized while Mousekeys is activated as also discussed here: https://autohotkey.com/board/topic/101198-autohotkey-along-side-windows-mouse-keys/.
I would be happy if you could provide me support for one of two resolution ideas:
1) Is there a way to still get the Numpad keys working while Mousekeys is on so that I could e.g. use
Code: Select all
PgDn & NumPgDn
2) Are you aware of an AHK script that imitates the behavior of Mousekeys? I found a few scripts including https://github.com/DarthBrento/MouseKeysPlusPlus/blob/master/MouseKeys%2B%2B.ahk but it does not seem to work.
Thank you very much in advance for your answer!