home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / X11 / xkb / symbols / macintosh_vndr / no < prev    next >
Text File  |  2006-11-29  |  2KB  |  52 lines

  1. // $XConsortium: no /main/3 1996/08/31 12:20:02 kaleb $
  2. // $XFree86: xc/programs/xkbcomp/symbols/no,v 3.3.2.1 1997/07/26 06:31:01 dawes Exp $
  3. partial default alphanumeric_keys 
  4. xkb_symbols "basic" {
  5.  
  6.     // Describes the differences between a very simple en_US
  7.     // keyboard and a very simple Norwegian keybaord
  8.  
  9.     include "latin"
  10.  
  11.     name[Group1]= "Norway - Mac";
  12.  
  13.     key <TLDE> {    [             bar,         section      ]    };
  14.     key <AE02> {    [               2,        quotedbl,            at,     oneeighth    ]    };
  15.     key <AE04> {    [            4,        currency,        dollar,        dollar    ]    };
  16.     key <AE03> {    [               3,    numbersign,         sterling,        sterling    ]    };
  17.     key <AE06> {    [               6,       ampersand         ]    };
  18.     key <AE07> {    [               7,           slash,           bar,       backslash    ]      };
  19.     key <AE08> {    [               8,       parenleft,      bracketleft,     braceleft    ]    };
  20.     key <AE09> {    [               9,      parenright,     bracketright,      braceright    ]    };
  21.     key <AE10> {    [               0,           equal         ]    };
  22.  
  23.     key <AB08> {    [           comma,       semicolon         ]    };
  24.     key <AB09> {    [          period,           colon         ]    };
  25.     key <AB10> {    [           minus,      underscore         ]    };
  26.     key    <AC10> {    [       oslash,        Ooblique,       odiaeresis,     Odiaeresis    ]    };
  27.     key <AE11> {    [            plus,        question      ]    };
  28.     key <AC11> {    [              ae,              AE     ]    };
  29.     key <AD11> {    [        aring,           Aring         ]    };
  30.     key <AE12> {    [      dead_grave,      dead_acute,         acute,     dead_ogonek     ]    };
  31.     key <AD12> {    [       diaeresis,     asciicircum,       asciitilde,     dead_macron         ]          };
  32.     key <BKSL> {    [              at,        asterisk    ]    };
  33.     key <LSGT> {    [            less,         greater    ]    };
  34.  
  35.     // End alphanumeric section
  36.  
  37.     include "level3(ralt_switch)"
  38. };
  39.  
  40.  
  41. partial alphanumeric_keys 
  42. xkb_symbols "nodeadkeys" {
  43.  
  44.     // Modifies the basic Norwegian layout to eliminate dead keys
  45.     include "macintosh_vndr/no(basic)"
  46.     name[Group1]= "Norway - Mac, eliminate dead keys";
  47.  
  48.     key <AE12> {    [           grave,           acute,         acute,          ogonek     ]    };
  49.     key <AD12> {    [       diaeresis,     asciicircum,       asciitilde,          macron         ]          };
  50.  
  51. };
  52.