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

  1. // $XConsortium: de /main/3 1996/01/30 20:30:09 kaleb $
  2. default partial xkb_symbols "basic" {
  3.  
  4.     // Describes the differences between a very simple US/ASCII
  5.     // keyboard and a very simple German keybaord
  6.  
  7.     // Alphanumeric section
  8.     name[Group1]= "German";
  9.     key <TLDE> {    [ dead_circumflex,    degree    ],
  10.             [   notsign             ]    };
  11.     key <AE02> {    [      2,    quotedbl    ],
  12.             [ twosuperior            ]    };
  13.     key <AE03> {    [      3,    section    ],
  14.             [ threesuperior,sterling    ]    };
  15.     key <AE04> {    [      4,    dollar        ],
  16.             [ onequarter,    currency    ]    };
  17.     key <AE05> {    [      5,    percent        ],
  18.             [   onehalf            ]    };
  19.     key <AE06> {    [      6,    ampersand    ],
  20.             [ threequarters            ]    };
  21.     key <AE07> {    [      7,    slash        ],
  22.             [ braceleft            ]    };
  23.     key <AE08> {    [      8,    parenleft    ],
  24.             [ bracketleft            ]    };
  25.     key <AE09> {    [      9,    parenright    ],
  26.             [ bracketright,    plusminus    ]    };
  27.     key <AE10> {    [      0,    equal        ],
  28.             [ braceright,    degree        ]    };
  29.     key <AE11> {    [    ssharp,    question    ],
  30.             [ backslash,    questiondown    ]    };
  31.     key <AE12> {    [ dead_acute,    dead_grave    ],
  32.             [ dead_cedilla            ]    };
  33.  
  34.     key <AD01> {    [      q,    Q         ],
  35.             [     at            ]    };
  36.     key <AD05> {    [      t,    T        ]    };
  37.     key <AD06> {    [      z,    Z        ]    };
  38.     key <AD07> {    [      u,    U        ]    };
  39.     key <AD08> {    [      i,    I        ]    };
  40.     key <AD11> {    [ udiaeresis,    Udiaeresis    ],
  41.             [ dead_diaeresis         ]    };
  42.     key <AD12> {    [      plus,    asterisk    ],
  43.             [ asciitilde,    dead_macron    ]    };
  44.     key <AC04> {    [      f,    F        ]    };
  45.     key <AC05> {    [      g,    G        ]    };
  46.     key <AC10> {    [ odiaeresis,    Odiaeresis    ],
  47.             [ dead_acute            ]    };
  48.     key <AC11> {    [ adiaeresis,    Adiaeresis    ],
  49.             [ dead_circumflex        ]    };
  50.  
  51.     key <LSGT> {    [      less,    greater        ],
  52.             [       bar            ]    };
  53.     key <AB01> {    [      y,    Y         ],
  54.             [ guillemotleft,less        ]    };
  55.     key <AB07> {    [      m,    M        ],
  56.             [     mu            ]    };
  57.     key <AB08> {    [     comma,    semicolon    ]    };
  58.     key <AB09> {    [    period,    colon        ],
  59.             [ periodcentered, division    ]    };
  60.     key <AB10> {    [     minus,    underscore    ]    };
  61.     key <BKSL> {    [ numbersign,    apostrophe    ],
  62.             [ dead_grave            ]    };
  63.     key <RALT> {    [ Mode_switch,    Multi_key    ]    };
  64.  
  65.     // End alphanumeric section
  66.  
  67.     // begin modifier mappings
  68.     modifier_map Shift  { Shift_L };
  69.     modifier_map Lock   { Caps_Lock };
  70.     modifier_map Control{ Control_L };
  71.     modifier_map Mod3    { Mode_switch };
  72. };
  73.