// based on a keyboard map from an 'xkb/symbols/no' file // // $XKeyboardConfig$ // $XFree86: xc/programs/xkbcomp/symbols/no,v 1.3 2002/12/19 01:07:56 dawes Exp $ partial default 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]="Norway"; 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] }; include "keypad(comma)" include "level3(ralt_switch)" }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { // Modifies the basic Norwegian layout to eliminate dead keys include "no(basic)" name[Group1]="Norway - Eliminate dead keys"; 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 ] }; }; // Norwegian Dvorak partial alphanumeric_keys xkb_symbols "dvorak" { include "us(dvorak)" name[Group1]="Norway - Dvorak"; key { [ bar, section, brokenbar, paragraph ] }; key { [ 1, exclam, exclamdown, onesuperior ] }; key { [ 2, quotedbl, at, twosuperior ] }; key { [ 3, numbersign, sterling, threesuperior ] }; key { [ 4, dollar, currency,onequarter ] }; key { [ 5, percent, onehalf, onehalf ] }; key { [ 6, ampersand, threequarters, threequarters ] }; key { [ 7, slash, braceleft, division ] }; key { [ 8, parenleft, bracketleft ] }; key { [ 9, parenright, bracketright ] }; key { [ 0, equal, braceright ] }; key { [ plus, question, plusminus, questiondown ] }; key { [ backslash, grave, dead_acute, dead_grave ] }; key { [ aring, Aring, braceright, bracketright ] }; key { [ comma, semicolon, dead_cedilla, cedilla ] }; key { [ period, colon, periodcentered ] }; key { [ p, P, thorn, THORN ] }; key { [ y, Y, yen ] }; key { [ f, F, ordfeminine ] }; key { [ c, C, ccedilla, copyright ] }; key { [ r, R, registered ] }; key { [ apostrophe, asterisk, dead_circumflex, acute ] }; key { [ asciitilde, asciicircum, dead_diaeresis, dead_tilde ] }; key { [ e, E, EuroSign, cent ] }; key { [ i, I, idotless, Iabovedot] }; key { [ d, D, eth, ETH ] }; key { [ s, S, ssharp ] }; key { [ minus, underscore, hyphen, diaeresis] }; key { [ ae, AE, braceleft, bracketleft] }; key { [ x, X, multiply ] }; key { [ m, M, mu ] }; key { [ less, greater, guillemotleft, guillemotright ] }; key { [ space, space, nobreakspace, nobreakspace] }; key { [ oslash, Ooblique, bar, backslash ] }; };