diff options
author | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2017-01-07 01:46:02 +0000 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2017-01-07 01:46:02 +0000 |
commit | e38066c5c1bc2e72d78809da8ab241db00d9b78e (patch) | |
tree | 7b59bc899fb6855d107be7230d5d9b2f53ead48d | |
parent | c99c831556217fcacedf9b2eecfb95afbfe4e9b4 (diff) |
Restored original RALT behavior for German
https://bugs.freedesktop.org/show_bug.cgi?id=60991
-rw-r--r-- | symbols/de | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ xkb_symbols "T3" { key.type[Group1] = "THREE_LEVEL"; key <LFSH> { [ Shift_L, Shift_L, ISO_Level5_Latch ] }; key <RTSH> { [ Shift_R, Shift_R, ISO_Level5_Latch ] }; - key <RALT> { [ ISO_Level3_Latch, ISO_Level5_Latch, ISO_Level5_Latch ] }; + key <RALT> { [ ISO_Level3_Switch, ISO_Level5_Latch, ISO_Level5_Latch ] }; }; partial alphanumeric_keys |