home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March B
/
SCO_CASTOR4RRT.iso
/
ls
/
root.2
/
usr
/
lib
/
X11
/
xkb
/
symbols
/
gb
/
gb~
Wrap
Text File
|
1998-08-19
|
902b
|
29 lines
// $XConsortium: gb /main/2 1995/12/07 21:42:44 kaleb $
partial default xkb_symbols "basic" {
// Describes the differences between a very simple en_US
// keyboard and a very simple U.K. keybaord
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 };
};