Posts by Tadeu • 11 points
2 posts
-
1
votes1
answer130
viewsA: Autohotkey: detect Num Lock enabled/disabled
Researching, I found the answer to my own question: $NumpadMult:: if ( GetKeyState("NumLock", "T") ) ; this will be 'true' if NumLock is toggled 'on' send * Else send {tab} return Source:…
autohotkeyanswered Tadeu 11 -
0
votes1
answer130
viewsQ: Autohotkey: detect Num Lock enabled/disabled
Using Autohotkey, I want to change the function of the *(Numpadmult) key from the number pad to Tab, but only when Num Lock is disabled. When Num Lock is active, it should remain *. As is possible?…
autohotkeyasked Tadeu 11