// based on a keyboard map from an 'xkb/symbols/no' file // // $XFree86: xc/programs/xkbcomp/symbols/no,v 1.3 2002/12/19 01:07:56 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. include "latin(type2)" name[Group1]="Norwegian"; key { [ plus, question, plusminus, questiondown ] }; key { [ backslash, dead_grave, dead_acute, notsign ] }; key { [ oslash, Ooblique, dead_acute, dead_doubleacute ] }; key { [ ae, AE, dead_circumflex, dead_caron] }; key { [ bar, section, brokenbar, paragraph ] }; key { [apostrophe, asterisk, dead_doubleacute, multiply ] }; key { [ less, greater, onehalf, threequarters] }; key { [ KP_Delete, KP_Separator ] }; include "level3(ralt_switch_multikey)" }; 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 ] }; key { [ oslash, Ooblique, acute, doubleacute ] }; key { [ ae, AE, asciicircum, caron ] }; key { [ comma, semicolon, cedilla, ogonek ] }; key { [ period, colon, periodcentered, abovedot ] }; };