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

  1. // $XConsortium: fi /main/2 1995/12/07 21:42:23 kaleb $
  2. partial default xkb_symbols "basic" {
  3.  
  4.     // Describes the differences between a very simple en_US
  5.     // keyboard and a very simple Swedish(Finland) keybaord
  6.  
  7.     name[Group1]= "Swedish";
  8.  
  9.     key <TLDE> {    [         section,         onehalf      ]    };
  10.     key <AE02> {    [               2,        quotedbl         ],    
  11.             [           at,     oneeighth    ]    };
  12.     key <AE04> {    [               4,        currency         ],    
  13.             [       dollar,        dollar    ]    };
  14.     key <AE03> {    [               3,      numbersign     ],    
  15.             [        sterling,        sterling    ]    };
  16.     key <AE06> {    [               6,       ampersand         ]    };
  17.     key <AE07> {    [               7,           slash         ]    };
  18.     key <AE08> {    [               8,       parenleft         ]    };
  19.     key <AB08> {    [           comma,       semicolon         ]    };
  20.     key <AE10> {    [               0,           equal         ]    };
  21.     key <AE09> {    [               9,      parenright         ]    };
  22.     key <AB09> {    [          period,           colon         ]    };
  23.     key <AB10> {    [           minus,      underscore         ]    };
  24.     key    <AC10> {    [      odiaeresis,      Odiaeresis         ]    };
  25.     key <AE11> {    [            plus,        question      ]    };
  26.     key <AC11> {    [      adiaeresis,      Adiaeresis     ]    };
  27.     key <AD11> {    [        aring,           Aring         ]    };
  28.     key <AE12> {    [           acute,           grave    ]    };
  29.     key <AD12> {    [       diaeresis,     asciicircum         ]    };
  30.     key <BKSL> {    [      apostrophe,        asterisk    ]    };
  31.     key <LSGT> {    [         less,    greater        ],
  32.             [          bar,    brokenbar        ]    };
  33.     key <KPDL> {    [    KP_Delete,    KP_Separator    ]    };
  34.  
  35.     // End alphanumeric section
  36.  
  37.     // begin modifier mappings
  38.     
  39.     modifier_map Shift  { Shift_L };
  40.     modifier_map Lock   { Caps_Lock };
  41.     modifier_map Control{ Control_L };
  42.     modifier_map Mod3   { Mode_switch };
  43. };
  44.  
  45.  
  46.