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~
Text File  |  1998-08-19  |  902b  |  29 lines

  1. // $XConsortium: gb /main/2 1995/12/07 21:42:44 kaleb $
  2. partial default xkb_symbols "basic" {
  3.  
  4.     // Describes the differences between a very simple en_US
  5.     // keyboard and a very simple U.K. keybaord
  6.  
  7.     name[Group1]= "Great Britain";
  8.  
  9.     key <TLDE> {    [           grave,         notsign      ],    
  10.                 [          bar,             bar    ]    };
  11.     key <LSGT> {    [       backslash,           bar      ],    
  12.             [          bar,     brokenbar    ]    };
  13.     key <AE02> {    [               2,        quotedbl         ]    };
  14.     key <AE03> {    [               3,        sterling         ]    };
  15.     key <AC11> {    [      apostrophe,              at     ]    };
  16.     key <BKSL> {    [      numbersign,      asciitilde    ]    };
  17.  
  18.     // End alphanumeric section
  19.     
  20.     // begin modifier mappings
  21.     
  22.     modifier_map Shift  { Shift_L };
  23.     modifier_map Lock   { Caps_Lock };
  24.     modifier_map Control{ Control_L };
  25.     modifier_map Mod3   { Mode_switch };
  26. };
  27.  
  28.  
  29.