diff options
author | 2025-03-19 05:01:03 -0700 | |
---|---|---|
committer | 2025-03-19 05:01:03 -0700 | |
commit | 5d52bdec6d4b2b3bff19a28e976a9b98783eb098 (patch) | |
tree | a4fb38b4ff31a5c149e0bf15e46e9cece34c8308 | |
parent | ee95c1a52e4df0c961733940fe7de1713901b822 (diff) | |
parent | 7b353c68c2e56347901d837035dddef3e79ec542 (diff) |
Merge "Fix Hungarian KCM layout" into main
-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 { |