Currently I am using Recaps for switching between keyboard layouts. But I am looking for a replacement, because it is a little buggy and not updated for years. Do you know any replacement?
|
Following @Bob's suggestion to use AutoHotkey, the following script will simulate Alt+Shift when you press CapsLock:
Windows can be a little stubborn when it comes to keyboard shortcuts only consisting of modifiers, but the above technique works. |
||||
|
|
|
I made it using PowerPro tool (as if it is constantly loaded already for other stuff) And now I achieve language change by tapping and CAPSLOCK via long press o_O =) Be jealous |
||||
|
|
|
Punto Switcher can do this! http://punto.yandex.ru/win/ Basically it allows you to switch keyboard layout automatically, based on what you are typing. But it also can switch keyboard layouts on Caps Lock or many other keys. If don't like automatic switching you can turn it off in settings. |
|||
|
Around a year ago I switched from ReCaps to keyla and I am pretty much happy with it. |
|||
|
|
|
In window you can set Windows to use Grave Accent (`) for switching between languages or keyboard layouts via a single key press. If your windows is set to change keyboar layout by Ctrl+Shift you can use following AutoHotKey script (I strongly recommend using http://l.autohotkey.net) to map them to Caps Lock, normal CapsLock will be achieved by Shif+CapsLock
|
||||
|
|
Alt+Shiftto still be assigned to language switching? If so, AutoHotkey could be used to send anAlt+ShiftonCapsLock. – Bob May 29 '12 at 5:36+is theShiftmodifier, it must come before{Raw}or normal keys. Try:Send, +{LAlt}– iglvzx Jun 1 '12 at 5:05