diff options
author | Moritz Sichert <moritz+freedesktop@sichert.me> | 2017-02-09 12:52:27 +0100 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2017-05-17 15:09:06 +0100 |
commit | e1479677681d412e2554d39df86cd2b9008f23d7 (patch) | |
tree | 904f81f0bf3fc88df79d5ff4da3f06632e3e8f51 | |
parent | 859900eedce44e3b1b4d9a853b9cd89e7599a69d (diff) |
Fixed RALT config of de(T3)
-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_Switch, ISO_Level5_Latch, ISO_Level5_Latch ] }; + key <RALT> { [ ISO_Level3_Shift, ISO_Level5_Latch, ISO_Level5_Latch ] }; }; partial alphanumeric_keys |