How can I remap the Numpad numbers to mirror function key settings defined by the application program I am running. For example, the program defines F2 as CTRL+A, which it then uses to toggle a program setting.
Using AutoHotkey I can put
Numpad1::send ^a
and Word/Notepad do...
Hello
I have noticed that the CTRL A keyboard shortcut has stopped working in all programs. I checked in word and it still has CTRL A listed as the shortcut for 'Select All". Any suggestions to help me fix this?
Thank you :p