// $XConsortium: fr /main/3 1996/08/31 12:19:45 kaleb $ // $XFree86: xc/programs/xkbcomp/symbols/fr,v 3.3 1996/12/23 07:13:23 dawes Exp $ partial default alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple US/ASCII // keyboard and a very simple French keybaord name[Group1]= "French"; key { [ twosuperior ] }; key { [ ampersand, 1 ], [ onesuperior, exclamdown ] }; key { [ eacute, 2 ], [ asciitilde, oneeighth ] }; key { [ quotedbl, 3 ], [ numbersign, sterling ] }; key { [ apostrophe, 4 ], [ braceleft, dollar ] }; key { [ parenleft, 5 ], [ bracketleft, threeeighths ] }; key { [ minus, 6 ], [ bar, fiveeighths ] }; key { [ egrave, 7 ], [ grave, seveneighths ] }; key { [ underscore, 8 ], [ backslash, trademark ] }; key { [ ccedilla, 9 ], [ asciicircum, plusminus ] }; key { [ agrave, 0 ], [ at, degree ] }; key { [ parenright, degree ], [ bracketright, questiondown ] }; key { [ equal, plus ], [ braceright, dead_ogonek ] }; key { [ a, A ], [ ae, AE ] }; key { [ z, Z ], [ guillemotleft, less ] }; key { [ dead_circumflex, dead_diaeresis ] }; key { [ dollar, sterling ], [ currency, dead_macron ] }; key { [ q, Q ], [ at, Greek_OMEGA ] }; key { [ m, M ], [ mu, masculine ] }; key { [ ugrave, percent ] }; key { [ w, W ], [ lstroke, Lstroke ] }; key { [ comma, question ], [ dead_acute, dead_doubleacute ] }; key { [ semicolon, period ] }; key { [ colon, slash ] }; key { [ exclam, section ] }; key { [ asterisk, mu ] }; // End alphanumeric section // begin modifier mappings modifier_map Shift { Shift_L }; modifier_map Lock { Caps_Lock }; modifier_map Control{ Control_L }; modifier_map Mod3 { Mode_switch }; }; partial alphanumeric_keys xkb_symbols "Sundeadkeys" { // Modifies the basic French layout to use the Sun dead keys include "fr(basic)" key { [ SunFA_Circum, SunFA_Diaeresis ] }; key { [ comma, question ], [ SunFA_Acute,dead_doubleacute ] }; }; partial alphanumeric_keys xkb_symbols "sundeadkeys" { include "fr(Sundeadkeys)" }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { // Modifies the basic French layout to eliminate all dead keys include "fr(basic)" key { [ equal, plus ], [ braceright, ogonek ] }; key { [ asciicircum, diaeresis ] }; key { [ dollar, sterling ], [ currency, macron ] }; key { [ comma, question ], [ acute, doubleacute ] }; };