diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-06 16:39:18 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-06 16:39:18 +0100 |
commit | 6aa72a3a2ac3940c989abd80d404a5b051bdcc20 (patch) | |
tree | 2f5dfd6c7d882cb8ac168c4595323bae1e0fd156 | |
parent | d34f574e9957fe4be3a944b02129eb1829f025af (diff) |
x11/xkeyboard-config: the Sun LKeys causes issues remove for now
-rw-r--r-- | x11/xkeyboard-config/patches/patch-symbols_pc | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/x11/xkeyboard-config/patches/patch-symbols_pc b/x11/xkeyboard-config/patches/patch-symbols_pc deleted file mode 100644 index ec118eb..0000000 --- a/x11/xkeyboard-config/patches/patch-symbols_pc +++ /dev/null @@ -1,22 +0,0 @@ -Index: symbols/pc ---- symbols/pc.orig -+++ symbols/pc -@@ -31,6 +31,18 @@ xkb_symbols "pc105" { - key <RWIN> { [ Super_R ] }; - key <MENU> { [ Menu ] }; - -+ // "Sun LKeys" section -+ key <STOP> { [ Cancel, Cancel, F11 ] }; -+ key <AGAI> { [ Redo, Redo, F12 ] }; -+ key <PROP> { [ SunProps, SunProps, F13 ] }; -+ key <UNDO> { [ Undo, Undo, F14 ] }; -+ key <FRNT> { [ SunFront, SunFront, F15 ] }; -+ key <COPY> { [ SunCopy, SunCopy, F16 ] }; -+ key <OPEN> { [ SunOpen, SunOpen, F17 ] }; -+ key <PAST> { [ SunPaste, SunPaste, F18 ] }; -+ key <FIND> { [ Find, Find, F19 ] }; -+ key <CUT> { [ SunCut, SunCut, F20 ] }; -+ - // Beginning of modifier mappings. - modifier_map Shift { Shift_L, Shift_R }; - modifier_map Lock { Caps_Lock }; |