// $Xorg: no,v 1.3 2000/08/17 19:54:43 cpqbld Exp $ // $XFree86: xc/programs/xkbcomp/symbols/no,v 3.9 2001/01/17 23:45:59 dawes Exp $ partial alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple en_US // keyboard and a Norwegian keyboard with dead key support // and all of ISO-8859-1 characters available. name[Group1]= "Norwegian"; key { [ bar, section ], [ brokenbar, paragraph ]}; key { [ less, greater ], [ onehalf, threequarters ]}; key { [ space, space ], [ nobreakspace, nobreakspace ]}; key { [ 1, exclam ], [ exclamdown, onesuperior ]}; key { [ 2, quotedbl ], [ at, twosuperior ]}; key { [ 3, numbersign ], [ sterling, threesuperior ]}; key { [ 4, currency ], [ dollar, onequarter ]}; key { [ 5, percent ], [ NoSymbol, cent ]}; key { [ 6, ampersand ], [ yen, NoSymbol ]}; key { [ 7, slash ], [ braceleft, division ]}; key { [ 8, parenleft ], [ bracketleft, guillemotleft ]}; key { [ 9, parenright ], [ bracketright, guillemotright ]}; key { [ 0, equal ], [ braceright, degree ]}; key { [ comma, semicolon ], [ dead_cedilla, dead_ogonek ]}; key { [ period, colon ], [ periodcentered, dead_abovedot ]}; key { [ c, C ], [ copyright, NoSymbol ]}; key { [ minus, underscore ], [ hyphen, macron ]}; key { [ a, A ], [ ordfeminine, masculine ]}; key { [ d, D ], [ eth, ETH ]}; key { [ e, E ], [ EuroSign, cent ]}; key { [ r, R ], [ registered, NoSymbol ]}; key { [ t, T ], [ thorn, THORN ]}; key { [ i, I ], [ NoSymbol, NoSymbol ]}; key { [ o, O ], [ oe, OE ]}; key { [ oslash, Ooblique ]}; key { [ plus, question ], [ plusminus, questiondown ]}; key { [ ae, AE ]}; key { [ apostrophe, asterisk ], [dead_doubleacute, multiply ]}; key { [ aring, Aring ]}; key { [ backslash, dead_grave ], [ dead_acute, notsign ]}; key { [ dead_diaeresis, dead_circumflex ], [ dead_tilde, dead_caron ]}; // End alphanumeric section, begin "Keypad" key { [ KP_Delete, KP_Separator ] }; // End "Keypad" section // begin modifier mappings modifier_map Shift { Shift_L }; modifier_map Lock { Caps_Lock }; modifier_map Control{ Control_L }; modifier_map Mod3 { Mode_switch }; }; partial alphanumeric_keys xkb_symbols "Sundeadkeys" { // For naming consistency include "no(basic)" }; partial alphanumeric_keys xkb_symbols "sundeadkeys" { // For naming consistency include "no(Sundeadkeys)" }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { // Modifies the basic Norwegian layout to eliminate dead keys include "no(basic)" key { [ backslash, grave ], [ acute, ogonek ] }; key { [ diaeresis, asciicircum ], [ asciitilde, macron ] }; };