Inverts the default shortcuts for changing input language and keyboard layout

This commit is contained in:
Mylloon 2023-01-10 10:56:21 +01:00
parent 164a322ba9
commit e4ff587604
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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