|
How can I setup a command line for Crazy Num-Caps-Scroll?
The command line for Crazy Num-Caps-Scroll is simple. Just add the following commands for each key you want to toggle:
For Caps Lock key - add a /c{# of seconds to toggle} to the end of the command line
For Num Lock key - add a /n{# of seconds to toggle} to the end of the command line
For Scroll Lock key - add a /s{# of seconds to toggle} to the end of the command line
For example:
"C:\JOKES\CRAZY_NCS.EXE" /c5 /n10 /s25
Would toggle the Caps lock key every 5 seconds, the Num lock key every 10 seconds, and the Scroll lock key every 25 seconds.
Be sure to add a space after CRAZY_NCS.EXE and the "/". Also add a space after each "/" command.
Be sure to add " " around the whole path to CRAZY_NCS.EXE
|