Is there a way to create my own input language in Windows 7? For example I switch from EN to, let's say for example RR, and then, when I press "A" on my keyboard, it inserts (Alt + 241) symbol, and so on. Is there a way to do this?
|
feedback
|
|
You can do this with AutoHotKey. It is a small scripting language for windows that you can link with hotkeys. I use it myself to insert french accents using an US keyboard.
Save this to a file called There is a UTF-8 compatible version called AutoHotKey_L if you need to insert really special characters. | |||
|
feedback
|