logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository.
commit: 824e855ebce5f19697d280cb6c143932beace94b
parent: f2177488c62579fd43f2f35c4690544e282ce187
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 26 Jun 2019 05:25:30 +0200

x11-misc/xkeyboard-config: xkeyboard-config-2.26_custom-US-layout.patch

Diffstat:

Apatches/x11-misc/xkeyboard-config/xkeyboard-config-2.26_custom-US-layout.patch41+++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+), 0 deletions(-)

diff --git a/patches/x11-misc/xkeyboard-config/xkeyboard-config-2.26_custom-US-layout.patch b/patches/x11-misc/xkeyboard-config/xkeyboard-config-2.26_custom-US-layout.patch @@ -0,0 +1,41 @@ +diff --git a/symbols/us.old b/symbols/us +index 708a7ab..b7d3d22 100644 +--- a/symbols/us.old ++++ b/symbols/us +@@ -56,6 +56,36 @@ xkb_symbols "basic" { + key <BKSL> { [ backslash, bar ] }; + }; + ++partial alphanumeric_keys modifier_keys keypad_keys ++xkb_symbols "lanodan" { ++ ++ include "us(basic)" ++ name[Group1]= "English (US; lanodan)"; ++ ++ key <AE11> { [ minus, underscore, U00B7 ] }; ++ ++ key <AD02> { [ w, W, Up ] }; ++ key <AD03> { [ e, E, U00E6 ] }; ++ key <AD10> { [ p, P, U2032 ] }; ++ key <AD11> { [ bracketleft, braceleft, U2033 ] }; ++ key <AD12> { [ bracketright, braceright, U2034 ] }; ++ ++ key <AC01> { [ a, A, Left ] }; ++ key <AC02> { [ s, S, Down ] }; ++ key <AC03> { [ d, D, Right ] }; ++ key <AC06> { [ h, H, Left, Home ] }; ++ key <AC07> { [ j, J, Down, Prior ] }; ++ key <AC08> { [ k, K, Up, Next ] }; ++ key <AC09> { [ l, L, Right, End ] }; ++ key <AC11> { [ apostrophe, quotedbl, U2018, U201C ] }; ++ key <BKSL> { [ backslash, bar, U2019, U201D ] }; ++ ++ key <AB08> { [ comma, less, U00AB ] }; ++ key <AB09> { [ period, greater, U00BB ] }; ++ key <AB10> { [ slash, question, UFFFD ] }; ++ key <SPCE> { [ space, space, nobreakspace, nobreakspace ] }; ++}; ++ + partial alphanumeric_keys + xkb_symbols "euro" { +