home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / lib / x11 / xkb / symbols / gb < prev    next >
Encoding:
Text File  |  1996-10-17  |  902 b   |  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,     brokenbar      ],    
  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.