Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
User Journal

Journal egork's Journal: remap capslock to change keyboard layout windows 7

use http://ahkscript.org/download/ - just download, install and run - you will get the menu where you can chose to open a sample script.
Replace it's content with this

SetCapsLockState, AlwaysOff
+CapsLock::CapsLock
 
CapsLock::Send, {CTRLDOWN}{SHIFTDOWN}{SHIFTUP}{CTRLUP}{CTRLUP}
return

this will make CapsLock to send Shift+Ctrl sequence.

Now go to the the "control panel"->"region and language"->"keyboards and languages"->"change keyboards"->"advanced key settings"->"change key sequence between input languages"->"switch keyboard layout". Chose Shift+Ctrl there. It should work now!

This discussion has been archived. No new comments can be posted.

remap capslock to change keyboard layout windows 7

Comments Filter:

E = MC ** 2 +- 3db

Working...