// $Xorg: gb,v 1.3 2000/08/17 19:54:43 cpqbld Exp $ // $XFree86: xc/programs/xkbcomp/symbols/gb,v 3.6 2003/10/04 10:25:13 pascal 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 { [ 4, dollar ], [ EuroSign ] }; 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 }; partial default alphanumeric_keys xkb_symbols "intl" { // Describes the differences between a very simple en_US // keyboard and a very simple U.K. keyboard layout with // dead keys. By Phil Jones (philjones1@blueyonder.co.uk) // Includes the following keys: // dead_grave // dead_acute // dead_circumflex // dead_tilde // dead_diaeresis include "gb(basic)" key { [ 2, dead_diaeresis ], [ twosuperior, onehalf ] }; key { [ 3, sterling ], [ threesuperior, onethird ] }; key { [ 4, dollar ], [ EuroSign, onequarter ] }; key { [ 6, dead_circumflex ], [ NoSymbol, onesixth ] }; key { [ dead_acute, at ], [ apostrophe, bar ] }; key { [ dead_grave, notsign ], [ bar, bar ] }; key { [ numbersign, dead_tilde ], [ bar, bar ] }; key { [ backslash, bar ], [ bar, bar ] }; };