Lang shortcut #30
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Instead of reversing Alt+Shift and ^Shift we could simply use the WIN+Space shortcut and removing altogether the shift-linked shortcut??
Ref:
:: Inverts the default shortcuts for changing input language and keyboard layout
REG ADD "HKCU\Keyboard Layout\toggle" /v "Hotkey" /t REG_SZ /d 1 /f
REG ADD "HKCU\Keyboard Layout\toggle" /v "Language Hotkey" /t REG_SZ /d 2 /f
done in
f31ecd1553