diff options
author | 2025-03-10 13:57:25 +0000 | |
---|---|---|
committer | 2025-03-13 05:20:19 -0700 | |
commit | 7b353c68c2e56347901d837035dddef3e79ec542 (patch) | |
tree | 8c061d28cfc1983985db286430e7de333f9ec949 | |
parent | 56bb04a019b430e7bb693a86441ac1198e8af9dc (diff) |
Fix Hungarian KCM layout
This layout has some unintended differences from the Windows one;
this CL aligns the Android KCM with the expected layout that is
shown in the keyboard legends.
Bug: 402074196
Test: Flashed on device
Flag: EXEMPT resource only
Change-Id: If691ad60a7017d3d72cefc4848c8aad3a8caf825
-rw-r--r-- | packages/InputDevices/res/raw/keyboard_layout_hungarian.kcm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/InputDevices/res/raw/keyboard_layout_hungarian.kcm b/packages/InputDevices/res/raw/keyboard_layout_hungarian.kcm index 6c947c77ad3d..455fb83474b6 100644 --- a/packages/InputDevices/res/raw/keyboard_layout_hungarian.kcm +++ b/packages/InputDevices/res/raw/keyboard_layout_hungarian.kcm @@ -37,8 +37,8 @@ key 0 { key 1 { label: '1' base: '1' - shift: '!' - ralt: '\u0303' + shift: '\'' + ralt: '\u007e' } key 2 { @@ -80,7 +80,7 @@ key 7 { label: '7' base: '7' shift: '=' - ralt: '\u0300' + ralt: '`' } key 8 { @@ -374,6 +374,7 @@ key M { base: 'm' shift, capslock: 'M' shift+capslock: 'm' + ralt: '<' } key COMMA { @@ -387,6 +388,7 @@ key PERIOD { label: '.' base: '.' shift: ':' + ralt: '>' } key MINUS { |