Inverts the default shortcuts for changing input language and keyboard layout
This commit is contained in:
parent
164a322ba9
commit
e4ff587604
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ reg ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenari
|
|||
:: === Disables sticky keys ==
|
||||
reg ADD "HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys" /v Flags /t REG_SZ /d 506 /f
|
||||
|
||||
:: === Inverts the default shortcuts for changing input language and keyboard layout ==
|
||||
reg ADD "HKEY_CURRENT_USER\Keyboard Layout\toggle" /v "Hotkey" /t REG_SZ /d 1 /f
|
||||
reg ADD "HKEY_CURRENT_USER\Keyboard Layout\toggle" /v "Language Hotkey" /t REG_SZ /d 2 /f
|
||||
|
||||
:: === Application downloads ==
|
||||
:: Auto accept ToT
|
||||
echo Y | winget list >nul
|
||||
|
|
Loading…
Reference in a new issue