-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Dennis Schulze edited this page Dec 4, 2017
·
1 revision
Switch keyboard layout globally to DE:
ChKbdLayout_DE.exe
Switch keyboard layout globally to US:
ChKbdLayout_EN.exe
start notepad.exe and switch to EN-US, then wait until notepad.exe is closed, and revert to original layout:
ChKbdLayout_RunProc.exe "c:\windows\system32\notepad.exe"
same as above, but open notepad.exe with example txt file (shows how to pass additional cmd line arguments to the exe - note the space character at beginning of second argument")
ChKbdLayout_RunProc.exe "c:\windows\system32\notepad.exe" " C:\Temp\test.txt"