home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / ls / root.2 / usr / lib / X11 / xkb / symbols / ga / ga~
Text File  |  1998-08-19  |  939b  |  30 lines

  1. partial default xkb_symbols "basic" {
  2.  
  3.     // Describes the differences between a very simple en_US
  4.     // keyboard and a very simple Irish keyboard
  5.  
  6.     name[Group1]= "Irish";
  7.  
  8.  key <AC01> { [ a , A  ] , [  aacute , Aacute ] };
  9.  key <AC11> { [ apostrophe , at ] , [ dead_acute ] };
  10.  key <AD03> { [ e , E  ] , [  eacute , Eacute ] };
  11.  key <AD07> { [ u , U  ] , [  uacute , Uacute ] };
  12.  key <AD08> { [ i , I  ] , [  iacute , Iacute ] };
  13.  key <AD09> { [ o , O  ] , [  oacute , Oacute ] };
  14.  key <AE01> { [ 1 , exclam  ] , [  ssharp ] };
  15.  key <AE02> { [ 2 , quotedbl ] };
  16.  key <AE03> { [ 3 , sterling ] };
  17.  
  18.  key <LALT> { [ Mode_switch , Multi_key ] };
  19.  key <TLDE> { [ dead_grave , notsign ] , [ brokenbar ] };
  20.  
  21.     // End alphanumeric section
  22.  
  23.     // Begin modifier mappings
  24.     modifier_map Shift   { Shift_L     };
  25.     modifier_map Lock     { Caps_Lock   };
  26.     modifier_map Control { Control_L   };
  27.     modifier_map Mod3     { Mode_switch };
  28. };
  29.  
  30.