From 24316b4c906c4ce18ea396e14e92a46d1752fe1f Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 11 Jun 2020 12:13:11 +0200 Subject: Remap some keys --- solanum/xkb/symbols/custom-fr | 59 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 51 insertions(+), 8 deletions(-) (limited to 'solanum') diff --git a/solanum/xkb/symbols/custom-fr b/solanum/xkb/symbols/custom-fr index e6a4d1f..991d9cc 100644 --- a/solanum/xkb/symbols/custom-fr +++ b/solanum/xkb/symbols/custom-fr @@ -1177,50 +1177,93 @@ xkb_symbols "(unnamed)" { type= "FOUR_LEVEL", symbols[Group1]= [ ampersand, 1, dead_caron, dead_ogonek ] }; + + #key { + # type= "FOUR_LEVEL", + # symbols[Group1]= [ eacute, 2, asciitilde, Eacute ] + #}; key { type= "FOUR_LEVEL", - symbols[Group1]= [ eacute, 2, asciitilde, Eacute ] + symbols[Group1]= [ braceleft, 2, asciitilde, Eacute ] }; + key { type= "FOUR_LEVEL", symbols[Group1]= [ quotedbl, 3, numbersign, dead_breve ] }; + + #key { + # type= "FOUR_LEVEL", + # symbols[Group1]= [ apostrophe, 4, braceleft, U2014 ] + #}; key { type= "FOUR_LEVEL", - symbols[Group1]= [ apostrophe, 4, braceleft, U2014 ] + symbols[Group1]= [ apostrophe, 4, eacute, U2014 ] }; + key { type= "FOUR_LEVEL", symbols[Group1]= [ parenleft, 5, bracketleft, U2013 ] }; + + #key { + # type= "FOUR_LEVEL", + # symbols[Group1]= [ minus, 6, bar, U2011 ] + #}; + #key { + # type= "FOUR_LEVEL", + # symbols[Group1]= [ egrave, 7, grave, Egrave ] + #}; key { type= "FOUR_LEVEL", - symbols[Group1]= [ minus, 6, bar, U2011 ] + symbols[Group1]= [ minus, 6, egrave, U2011 ] }; key { type= "FOUR_LEVEL", - symbols[Group1]= [ egrave, 7, grave, Egrave ] + symbols[Group1]= [ bar, 7, grave, Egrave ] }; + + #key { + # type= "FOUR_LEVEL", + # symbols[Group1]= [ underscore, 8, backslash, trademark ] + #}; + #key { + # type= "FOUR_LEVEL", + # symbols[Group1]= [ ccedilla, 9, asciicircum, Ccedilla ] + #}; key { type= "FOUR_LEVEL", - symbols[Group1]= [ underscore, 8, backslash, trademark ] + symbols[Group1]= [ underscore, 8, ccedilla, Ccedilla ] }; key { type= "FOUR_LEVEL", - symbols[Group1]= [ ccedilla, 9, asciicircum, Ccedilla ] + symbols[Group1]= [ braceright, 9, asciicircum, trademark ] }; + + #key { + # type= "FOUR_LEVEL", + # symbols[Group1]= [ agrave, 0, at, Agrave ] + #}; key { type= "FOUR_LEVEL", - symbols[Group1]= [ agrave, 0, at, Agrave ] + symbols[Group1]= [ backslash, 0, agrave, Agrave ] }; + + key { type= "FOUR_LEVEL", symbols[Group1]= [ parenright, degree, bracketright, notequal ] }; + + #key { + # type= "FOUR_LEVEL", + # symbols[Group1]= [ equal, plus, braceright, plusminus ] + #}; key { type= "FOUR_LEVEL", - symbols[Group1]= [ equal, plus, braceright, plusminus ] + symbols[Group1]= [ equal, plus, at, plusminus ] }; + key { [ BackSpace, BackSpace ] }; key { [ Tab, ISO_Left_Tab ] }; key { -- cgit v1.2.3