I use Dvorak and it drives my boss crazy when he needs to remote into my machine.
I'd like to write a batchfile or VBScript to toggle the keyboard mapping since going through the Control Panel -> Regional Settings -> etc. is a pain, but I can't find anything on how to do this. (I could use AutoHotKey but since that involves remapping every key I feel that doing a registry change would be preferable).
I searched the registry for 'Dvorak' and found an entry with 'input.dll,-5092' in it, and 'English' was there as well with an entry of 'input.dll,-5000'...I was hoping that somehow I could just call that DLL via the command-line to switch the input but I haven't figured it out.
Editing the registry via VBS would be an option too but again I'm not sure what I need to change.
Any help would be most appreciated, esp with code. Thanks!
I'd like to write a batchfile or VBScript to toggle the keyboard mapping since going through the Control Panel -> Regional Settings -> etc. is a pain, but I can't find anything on how to do this. (I could use AutoHotKey but since that involves remapping every key I feel that doing a registry change would be preferable).
I searched the registry for 'Dvorak' and found an entry with 'input.dll,-5092' in it, and 'English' was there as well with an entry of 'input.dll,-5000'...I was hoping that somehow I could just call that DLL via the command-line to switch the input but I haven't figured it out.
Editing the registry via VBS would be an option too but again I'm not sure what I need to change.
Any help would be most appreciated, esp with code. Thanks!