// $XConsortium: gb /main/3 1996/08/31 12:19:51 kaleb $ // $XFree86: xc/programs/xkbcomp/symbols/gb,v 3.3 1996/12/23 07:13:25 dawes Exp $ partial default alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple en_US // keyboard and a very simple U.K. keyboard layout defined by // the SVR4 European Language Supplement and sometimes also // known as the IBM 166 layout. name[Group1]= "Great Britain"; key { [ grave, notsign ], [ bar, bar ] }; key { [ backslash, bar ], [ bar, brokenbar ] }; key { [ 2, quotedbl ] }; key { [ 3, sterling ] }; key { [ apostrophe, at ] }; key { [ numbersign, 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 "ibm168" { // Describes the differences between a very simple en_US // keyboard and a very simple U.K. keyboard // Based on the IBM 168 name[Group1]= "Great Britain"; key { [ backslash, bar ] }; key { [ brokenbar, horizconnector ] }; key { [ 2, quotedbl ], [ twosuperior, twosuperior ] }; key { [ 3, sterling ], [ threesuperior, threesuperior ] }; key { [ 5, percent ], [ onehalf, onehalf ] }; key { [ 7 ] }; key { [ 8, parenleft ] }; key { [ 9, parenright ], [ plusminus, plusminus ] }; key { [ 0, numbersign ], [ degree, degree ] }; key { [ minus, equal ] }; key { [ notsign, underscore ] }; key { [ at, grave ] }; key { [ bracketleft, braceleft ], [ asciitilde, asciitilde ] }; key { [ semicolon, plus ] }; key { [ colon, periodcentered ], [ caret, caret ] }; key { [ m, M ], [ mu, mu ] }; key { [ bracketright, braceright ] }; // 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" { include "gb(basic)" // for naming consistency }; partial alphanumeric_keys xkb_symbols "sundeadkeys" { include "gb(Sundeadkeys)" // for naming consistency }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { include "gb(basic)" // for naming consistency };