// $XConsortium: be /main/3 1996/08/31 12:19:05 kaleb $ // $XFree86: xc/programs/xkbcomp/symbols/be,v 3.3 1996/12/23 07:13:11 dawes Exp $ partial default alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple US/ASCII // keyboard and a very simple Belgian keybaord name[Group1]= "Belgian"; key { [ twosuperior, threesuperior ] }; key { [ ampersand, 1 ], [ bar ] }; key { [ eacute, 2 ], [ at ] }; key { [ quotedbl, 3 ], [ numbersign ] }; key { [ apostrophe, 4 ] }; key { [ parenleft, 5 ] }; key { [ section, 6 ], [ asciicircum ] }; key { [ egrave, 7 ] }; key { [ exclam, 8 ] }; key { [ ccedilla, 9 ], [ braceleft, plusminus ] }; key { [ agrave, 0 ], [ braceright, degree ] }; key { [ parenright, degree ] }; key { [ minus, underscore ] }; key { [ a, A ] }; key { [ z, Z ] }; key { [ dead_circumflex, diaeresis ], [ bracketleft ] }; key { [ dollar, asterisk ], [ bracketright ] }; key { [ q, Q ] }; key { [ m, M ] }; key { [ ugrave, percent ], [ quoteright ] }; key { [ mu, sterling ], [ quoteleft ] }; key { [ less, greater ], [ backslash ] }; key { [ w, W ] }; key { [ comma, question ] }; key { [ semicolon, period ] }; key { [ colon, slash ] }; key { [ equal, plus ], [ asciitilde ] }; // 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 "iso-alternate" { include "be(basic)" replace key {[ a, A ], [ ae, AE ] }; replace key {[ z, Z ], [ guillemotleft, less ] }; replace key {[ q, Q ], [ at, Greek_OMEGA ] }; replace key {[ m, M ], [ mu, masculine ] }; replace key {[ w, W ], [ lstroke, Lstroke ] }; replace key {[ comma, question ], [ dead_acute, dead_doubleacute ] }; }; partial alphanumeric_keys xkb_symbols "Sundeadkeys" { // Use the Sun dead keys include "be(basic)" key { [ SunFA_Circum, diaeresis ], [ bracketleft ] }; }; partial alphanumeric_keys xkb_symbols "sundeadkeys" { // Use the Sun dead keys include "be(Sundeadkeys)" }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { // Eliminates dead keys from the basic Belgian layout include "be(basic)" key { [ asciicircum, diaeresis ], [ bracketleft ] }; };