// Converted 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 default partial alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple US/ASCII // keyboard and a very simple Nederland keyboard // Alphanumeric section name[Group1]= "Nederland"; key { [ 1, exclam ], [ onesuperior ] }; key { [ 2, quotedbl ], [ twosuperior ] }; key { [ 3, numbersign ], [ threesuperior ] }; key { [ 4, dollar ], [ onequarter ] }; key { [ 5, percent ], [ EuroSign ] }; 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 { [ e, E ], [ EuroSign, cent ] }; key { [ r, R ], [ paragraph, registered ] }; 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 ] }; key { [ dead_diaeresis, dead_circumflex ], [ asciitilde, asciicircum ] }; key { [ asterisk, bar ] }; key { [ a, A ], [ aacute, Aacute ] }; key { [ s, S ], [ ssharp ] }; key { [ d, D ], [ eth, ETH ] }; key { [ f, F ], [ ordfeminine, ordfeminine ] }; key { [ plus, plusminus ] }; key { [ apostrophe, grave ], [ dead_acute, dead_grave ] }; key { [ at, section ], [ notsign ] }; key { [ less, greater ] }; key { [ z, Z ], [ guillemotleft ] }; key { [ x, X ], [ guillemotright ] }; key { [ c, C ], [ cent, copyright ] }; 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 ] }; key { [ bracketright, bracketleft ], [ bar ] }; // End alphanumeric section // begin modifier mappings modifier_map Shift { Shift_L }; modifier_map Lock { Caps_Lock }; modifier_map Control{ Control_L }; modifier_map Mod3 { Mode_switch }; };