Home » Questions » Computers [ Ask a new question ]

capslock as additional control key for just one program on Windows

capslock as additional control key for just one program on Windows

How do I make Caps Lock key work as an additional Control key in just one program on Windows?

Asked by: Guest | Views: 221
Total answers/comments: 1
Guest [Entry]

"AutoHotKey!

Use the bundled window spy to grab the window class, and have a script that looks like:

#IfWinActive, ahk_class [the window class]
CapsLock::LCtrl
#IfWinActive"