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