Caps lock on

G

Guest

does any one know how to get the computer to automatically turn caps lock on
when I am in mt drafting application, and then automatically go back to the
default (off) when I change to another application. I use capitals for all
drafting, but end up tYPING lIKE this when I change to the word processor.
There must be a smart way!
 
G

Guest

You can do this with AutoIt, provided you're prepared to spend a little time
writing a small program.

http://www.autoitscript.com

Basically you would need to check which window has focus, say once a second,
and set capslock with a SEND('{CAPSLOCK on}') command if it's the drafting
program.
 
D

Drew Tognola

Brett,

* Start > Run > Regedit

* HKEY_CURRENT_USER\Control Panel\Keyboard

* Double-click 'InitialKeyboardIndicators'

* Change the value to 1

Note:

other options are:

0 - all indicators off

1 - Caps Lock on

2 - Num Lock on

3 - Caps Lock and Num Lock on

4 - Scroll Lock on

5 - Caps Lock and Scroll Lock on

6 - Num Lock and Scroll Lock on

7 - Caps Lock, Num Lock, and Scroll Lock on

Drew
 
G

Guest

Thanks Ian,

That is useful, but I am not a programmer. I use the computer to put lines
on paper, so programming is beyond me.

If someone has a script already written, and some instructions on how to get
it to work that would be fantastic.

Cheers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top