// Basic layout based on converted file, from keytable file to xkb/symbols/ file // with mk_xkb by root@linux.chanae.stben.be Tue Sep 30 00:53:29 MET DST 1997 // Converted from the nl-latin.map of the Linux kbd package by // Pablo Saratxaga // Official layout by Benno Schulenberg , January 2007, // based on http://www.xs4all.nl/~koospol/public/Xmodmap-nl-deadkeys.gz default partial alphanumeric_keys xkb_symbols "basic" { include "latin" name[Group1]="Dutch"; key { [ 2, quotedbl, twosuperior, oneeighth ] }; key { [ 6, ampersand, threequarters, fiveeighths ] }; key { [ 7, underscore, sterling, seveneighths ] }; key { [ 8, parenleft, braceleft, bracketleft ] }; key { [ 9, parenright, braceright, bracketright ] }; key { [ 0, apostrophe, degree, trademark ] }; key { [ slash, question, backslash, questiondown ] }; key { [ degree, dead_tilde, dead_cedilla, dead_ogonek ] }; key { [ e, E, EuroSign, cent ] }; key { [ t, T, thorn, THORN ] }; key { [ y, Y, ydiaeresis, yen ] }; key { [ u, U, udiaeresis, Udiaeresis ] }; key { [ i, I, idiaeresis, Idiaeresis ] }; key { [ o, O, ograve, Ograve ] }; key { [ p, P, paragraph, THORN ] }; key { [dead_diaeresis, dead_circumflex, asciitilde, asciicircum] }; key { [ asterisk, bar, dead_tilde, dead_macron ] }; key { [ a, A, aacute, Aacute ] }; key { [ f, F, ordfeminine, ordfeminine ] }; key { [ plus, plusminus, dead_acute, dead_doubleacute ] }; key { [dead_acute, dead_grave, apostrophe, grave ] }; key { [ at, section, notsign, notsign ] }; key { [ less, greater, dead_grave, dead_breve ] }; key { [ n, N, ntilde, Ntilde ] }; key { [ m, M, Greek_mu, masculine ] }; key { [ comma, semicolon, cedilla, guillemotleft] }; key { [ period, colon, periodcentered, guillemotright ] }; key { [ minus, equal, hyphen, dead_abovedot] }; key { [bracketright, bracketleft, bar, brokenbar ] }; include "level3(ralt_switch)" }; partial alphanumeric_keys xkb_symbols "std" { name[Group1]= "Dutch (standard)"; key { [ at, section, notsign ] }; key { [ 1, exclam, onesuperior ] }; key { [ 2, quotedbl, twosuperior ] }; key { [ 3, numbersign, threesuperior ] }; key { [ 4, dollar, onequarter ] }; key { [ 5, percent, onehalf ] }; key { [ 6, ampersand, threequarters ] }; key { [ 7, underscore, sterling ] }; key { [ 8, parenleft, braceleft ] }; key { [ 9, parenright, braceright ] }; key { [ 0, apostrophe ] }; key { [ slash, question, backslash ] }; key { [ degree, dead_tilde, dead_cedilla ] }; key { [ q, Q ] }; key { [ w, W ] }; key { [ e, E, EuroSign ] }; key { [ r, R, paragraph ] }; key { [ t, T ] }; key { [ y, Y ] }; key { [ u, U ] }; key { [ i, I ] }; key { [ o, O ] }; key { [ p, P ] }; key { [ dead_diaeresis, dead_circumflex ] }; key { [ asterisk, bar ] }; key { [ less, greater ] }; key { [ a, A ] }; key { [ s, S, ssharp ] }; key { [ d, D ] }; key { [ f, F ] }; key { [ g, G ] }; key { [ h, H ] }; key { [ j, J ] }; key { [ k, K ] }; key { [ l, L ] }; key { [ plus, plusminus ] }; key { [ dead_acute, dead_grave ] }; key { [ bracketright, bracketleft, bar ] }; key { [ z, Z, guillemotleft ] }; key { [ x, X, guillemotright ] }; key { [ c, C, cent ] }; key { [ v, V ] }; key { [ b, B ] }; key { [ n, N ] }; key { [ m, M, mu ] }; key { [ comma, semicolon ] }; key { [ period, colon, periodcentered ] }; key { [ minus, equal ] }; include "level3(ralt_switch)" }; partial alphanumeric_keys xkb_symbols "Sundeadkeys" { // For naming consistency include "nl(basic)" }; partial alphanumeric_keys xkb_symbols "sundeadkeys" { // For naming consistency include "nl(Sundeadkeys)" name[Group1]="Dutch (Sun dead keys)"; }; // Copied from macintosh_vndr/nl partial alphanumeric_keys xkb_symbols "mac" { // Describes the differences between a very simple mac_US // keyboard and a very simple netherland keybaord include "latin" name[Group1]= "Dutch (Macintosh)"; include "level3(ralt_switch)" // do just nothing };