Skip to content

Commit

Permalink
feat: disable 'alt + space' lang bar shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Jun 11, 2024
1 parent b289989 commit 4184694
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,22 @@ actions:
value: 'Flags'
data: '0'
type: REG_DWORD

# Disable langunage bar shortcuts
- !registryKey:
path: 'HKCU\Control Panel\Input Method\Hot Keys\00000104'
- !registryValue:
path: 'HKCU\Keyboard Layout\Toggle'
value: 'Layout Hotkey'
data: '3'
type: REG_DWORD
- !registryValue:
path: 'HKCU\Keyboard Layout\Toggle'
value: 'Language Hotkey'
data: '3'
type: REG_DWORD
- !registryValue:
path: 'HKCU\Keyboard Layout\Toggle'
value: 'Hotkey'
data: '3'
type: REG_DWORD

0 comments on commit 4184694

Please sign in to comment.