Home | History | Annotate | Line # | Download | only in macintosh_vndr
no revision 1.1.1.1
      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 "eurosign(e)"
     38     include "level3(ralt_switch)"
     39 };
     40 
     41 
     42 partial alphanumeric_keys 
     43 xkb_symbols "nodeadkeys" {
     44 
     45     // Modifies the basic Norwegian layout to eliminate dead keys
     46     include "macintosh_vndr/no(basic)"
     47     name[Group1]= "Norway - Mac, eliminate dead keys";
     48 
     49     key <AE12> {	[           grave,           acute, 	    acute,          ogonek 	]	};
     50     key <AD12> {	[       diaeresis,     asciicircum,       asciitilde,          macron     	]      	};
     51 
     52 };
     53