Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Turn Numlock into a Tab key. Won't eat the numlock command.
#1
I do a lot of number entry needing the Tab key but I wish I could just use my right hand.
I never use the numlock and want to turn it into another Tab key.

But when I hit it, Tab is performed but num lock is also toggled.

So macro contains:
Code:
Copy      Help
key T

And the trigger is Num Lock with Eat checked off. Am I missing something?
#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.
#3
doesn't work in XP
numlock continues to toggle most of the time.

can I turn numlock back on at the end of the macro REGARDLESS of its current state?
#4
Now should work, I changed the code.
#5
Works great Gintaras.
Thanks!


Forum Jump:


Users browsing this thread: 1 Guest(s)