Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Turn Numlock into a Tab key. Won't eat the numlock command.
#2
Let the macro also press NumLock to restore its previous toggle state. 'Eat' must be unchecked.

Macro
Trigger O 0x1     Help - how to add the trigger to the macro
Code:
Copy      Help
key T

ifk- O 1 ;;if NumLock not toggled
,rep() ifk(O) 0.01; else break ;;wait for NumLock up
,key O ;;press NumLock

Tested only on Vista.


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)