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

  1. partial default xkb_symbols "basic" {
  2.  
  3.     // Describes the differences between a very simple en_US
  4.     // keyboard and a very simple Icelandic keyboard
  5.  
  6.     name[Group1]= "Icelandic";
  7.  
  8.  key <AB07> { [ m , M  ] , [  mu ] };
  9.  key <AB08> { [ comma , semicolon ] };
  10.  key <AB09> { [ period , colon ] };
  11.  key <AB10> { [ thorn , THORN ] };
  12.  key <AC10> { [ ae , AE ] };
  13.  key <AC11> { [ dead_acute , apostrophe ] , [ acute , dead_circumflex ] };
  14.  key <AD01> { [ q , Q  ] , [  at ] };
  15.  key <AD11> { [ eth , ETH ] };
  16.  key <AD12> { [ apostrophe , question ] , [ apostrophe , dead_tilde ] };
  17.  key <AE02> { [ 2 , quotedbl ] };
  18.  key <AE03> { [ 3 , numbersign ] };
  19.  key <AE04> { [ 4 , dollar ] };
  20.  key <AE06> { [ 6 , ampersand ] };
  21.  key <AE07> { [ 7 , slash  ] , [  braceleft ] };
  22.  key <AE08> { [ 8 , parenleft  ] , [ bracketleft ] };
  23.  key <AE09> { [ 9 , bracketright ] , [ parenright ] };
  24.  key <AE10> { [ 0 , braceright ] , [ equal ] };
  25.  key <AE11> { [ odiaeresis , Odiaeresis ] , [ backslash ] };
  26.  key <AE12> { [ minus , underscore ] };
  27.  
  28.  key <LALT> { [ Mode_switch , Multi_key ] };
  29.  key <LSGT> { [ plus , asterisk ] , [ plus , dead_grave ] };
  30.  key <TLDE> { [ dead_abovering , dead_diaeresis  ] , [ abovering , dead_abovering ] };
  31.  
  32.     // End alphanumeric section
  33.  
  34.     // begin modifier mappings
  35.     modifier_map Shift   { Shift_L     };
  36.     modifier_map Lock     { Caps_Lock   };
  37.     modifier_map Control { Control_L   };
  38.     modifier_map Mod3     { Mode_switch };
  39. };
  40.  
  41.