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

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