Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Check to see if Caps Lock is on?
#1
Hi,

Is it possible to check if the Caps Lock is switched on before running a macro?

Thanks,

Paul.
#2
use Keys dialog in floating toolbar
#3
Thanks Gintaras, is this the correct way?

Code:
Copy      Help
ifk(K 1)
    out "caps is on"
ifk-(K 1)
    out "caps is off"
#4
yes.
ifk(K 1)
,out "caps is on"
else
,out "caps is off"


Forum Jump:


Users browsing this thread: 1 Guest(s)