home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / lib / x11 / xkb / symbols / de_ch < prev    next >
Encoding:
Text File  |  1996-10-17  |  1.7 KB  |  57 lines

  1. // $XConsortium: de_CH /main/2 1995/12/07 21:41:34 kaleb $
  2. partial default xkb_symbols "basic" {
  3.  
  4.     // Describes the differences between a very simple US/ASCII
  5.     // keyboard and a very simple Swiss keyboard
  6.  
  7.     // Alphanumeric section
  8.     name[Group1]= "Swiss German";
  9.     key <TLDE> {    [   section,    degree        ]    };
  10.     key <AE01> {    [      1,    plus         ],
  11.             [       bar,    exclamdown    ]    };
  12.     key <AE02> {    [      2,    quotedbl    ],
  13.             [        at,    oneeighth    ]    };
  14.     key <AE03> {    [      3,    asterisk    ],
  15.             [ numbersign            ]    };
  16.     key <AE04> {    [      4,    ccedilla    ]    };
  17.     key <AE05> {    [      5,    percent        ]    };
  18.     key <AE06> {    [      6,    ampersand    ],
  19.             [   notsign            ]    };
  20.     key <AE07> {    [      7,    slash        ],
  21.             [ brokenbar            ]    };
  22.     key <AE08> {    [      8,    parenleft    ],
  23.             [      cent            ]    };
  24.     key <AE09> {    [      9,    parenright    ]    };
  25.     key <AE10> {    [      0,    equal        ]    };
  26.     key <AE11> {    [ apostrophe,    question    ],
  27.             [     acute            ]    };
  28.     key <AE12> {    [ asciicircum,    grave        ],
  29.             [ asciitilde            ]    };
  30.  
  31.     key <AD06> {    [      z,    Z        ]    };
  32.     key <AD11> {    [ udiaeresis,    egrave        ],
  33.             [ bracketleft            ]    };
  34.     key <AD12> {    [ diaeresis,    exclam        ],
  35.             [ bracketright            ]    };
  36.  
  37.     key <AC10> {    [ odiaeresis,    eacute        ]    };
  38.     key <AC11> {    [ adiaeresis,    agrave        ],
  39.             [  braceleft            ]    };
  40.     key <BKSL> {    [     dollar,    sterling    ],
  41.             [ braceright            ]    };
  42.  
  43.     key <LSGT> {    [      less,    greater        ],
  44.             [ backslash,    brokenbar    ]    };
  45.     key <AB01> {    [      y,    Y         ]    };
  46.     key <AB08> {    [     comma,    semicolon    ]    };
  47.     key <AB09> {    [    period,    colon        ]    };
  48.     key <AB10> {    [     minus,    underscore    ]    };
  49.  
  50.     // End alphanumeric section
  51.  
  52.     // begin modifier mappings
  53.     modifier_map Shift  { Shift_L };
  54.     modifier_map Lock   { Caps_Lock };
  55.     modifier_map Control{ Control_L };
  56. };
  57.