home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 February
/
PCWorld_2000-02_cd.bin
/
live
/
usr
/
X11R6
/
lib
/
X11
/
xkb
/
symbols
/
gb
< prev
next >
Wrap
Text File
|
1999-09-03
|
3KB
|
92 lines
// $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 <TLDE> { [ grave, notsign ],
[ bar, bar ] };
key <LSGT> { [ backslash, bar ],
[ bar, brokenbar ] };
key <AE02> { [ 2, quotedbl ] };
key <AE03> { [ 3, sterling ] };
key <AC11> { [ apostrophe, at ] };
key <BKSL> { [ 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 <TLDE> { [ backslash, bar ] };
key <LSGT> { [ brokenbar, horizconnector ] };
key <AE02> { [ 2, quotedbl ],
[ twosuperior, twosuperior ] };
key <AE03> { [ 3, sterling ],
[ threesuperior, threesuperior ] };
key <AE05> { [ 5, percent ],
[ onehalf, onehalf ] };
key <AE07> { [ 7 ] };
key <AE08> { [ 8, parenleft ] };
key <AE09> { [ 9, parenright ],
[ plusminus, plusminus ] };
key <AE10> { [ 0, numbersign ],
[ degree, degree ] };
key <AE11> { [ minus, equal ] };
key <AE12> { [ notsign, underscore ] };
key <AD11> { [ at, grave ] };
key <AD12> { [ bracketleft, braceleft ],
[ asciitilde, asciitilde ] };
key <AC10> { [ semicolon, plus ] };
key <AC11> { [ colon, periodcentered ],
[ caret, caret ] };
key <AB07> { [ m, M ],
[ mu, mu ] };
key <BKSL> { [ 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
};