// Troy Korjuslommi, // Jan 6, 2006 // May 5, 2006 // May 6, 2006 // May 12, 2006 // Oct 10, 2007 // Nov 11, 2008 // Nov 29, 2008 // Dec 31, 2008 // Jan 22, 2009 // Feb 26, 2009 // // Feb 26, 2009 // Fixed an issue with keyboards which are missing the LSGT key. // Added < to level 4 of AE08 (8). // Added > to level 4 of AE09 (9). // Added | (007C, vertical bar) to level 4 of AD08 (i). // // Jan 22, 2009 // Submit requests to change all remaining Uxxxx values to named versions // in keysymdef.h. // ezh : U0292: LATIN SMALL LETTER EZH // Ezh : U01B7: LATIN CAPITAL LETTER EZH // permille : U2030: PER MILLE SIGN // // Dec 31, 2008 // U0326 replaced with dead_belowcomma. // // Nov 29, 2008 // dead_belowcomma has been added to keysymdef.h, so the U0326 can be replaced with // it, as long as the version of X11 is built with the new keysymdef.h file. // // Nov 11, 2008. // (a) Changed level 4 from Ooblique to Oslash. The two names are synonyms. Since level 3 is already // specified as oslash, the change adds consistency. // (b) The new Finnish keyboard standard (SFS 5966) reserves level 4 for U0326, the combining comma below. // Removed the previous dead_abovedot entry there and replaced it with U0326, which can be replaced // with dead_commabelow if that is added to keysymdef.h. // // Oct 10, 2007. // -Changed space column 3 to nobreakspace (from space). // -Changed UFE63 entries to dead_stroke. // // Nov 29, 2006. // UFE63 can be changed to dead_stroke starting with version 7.0.7. of the X server. // // Dec 05, 2006. // Changed instances of NoSymbol in columns 3 and 4 to characters in columns 1 and 2. // This fixes a bug where the mappings couldn't be changed (with xmodmap for example). // NoSymbol left in other positions, so nothing is output from those key presses. // // Dec 11, 2006. // Changed all Uxxxx values to named versions. // If you have problems, check these defines (when compiling X): // XK_LATIN9: oe, OE. // XK_CURRENCY: EuroSign. // XK_LATIN2: caron. // XK_LATIN3: idotless. // XK_LATIN4: kra, eng, ENG. // XK_CAUCASUS: schwa, SCHWA. // XK_PUBLISHING: rightdoublequotemark, leftdoublequotemark, singlelowquotemark, doublelowquotemark, emdash, // rightsinglequotemark, leftsinglequotemark, endash. // // Unnamed positions: // UFE63: dead_stroke. Will be fixed, once the entry is in keysymdef.h. // U0292: LATIN SMALL LETTER EZH. // U01B7: LATIN CAPITAL LETTER EZH. // U2030: PER MILLE SIGN. // Comment: XK_MillSign is U+20A5 MILL SIGN. // Per mille is a generic term for 1/1000. Mill is 1/1000 of a dollar. // partial default alphanumeric_keys xkb_symbols "kotoistus" { name[Group1]="Finland"; // key { [ space, space, nobreakspace, nobreakspace ] }; key { [ section, onehalf, dead_stroke, NoSymbol ] }; key { [ 1, exclam, NoSymbol, exclamdown ] }; key { [ 2, quotedbl, at, rightdoublequotemark ] }; key { [ 3, numbersign, sterling, guillemotright ] }; key { [ 4, currency, dollar, guillemotleft ] }; key { [ 5, percent, U2030, leftdoublequotemark ] }; key { [ 6, ampersand, singlelowquotemark, doublelowquotemark ] }; key { [ 7, slash, braceleft, NoSymbol ] }; key { [ 8, parenleft, bracketleft, less ] }; key { [ 9, parenright, bracketright, greater ] }; key { [ 0, equal, braceright, degree ] }; key { [ plus, question, backslash, questiondown ] }; key { [ dead_acute, dead_grave, dead_cedilla, dead_ogonek ] }; key { [ q, Q, q, Q ] }; key { [ w, W, w, W ] }; key { [ e, E, EuroSign, NoSymbol ] }; key { [ r, R, r, R ] }; key { [ t, T, thorn, THORN ] }; key { [ y, Y, y, Y ] }; key { [ u, U, u, U ] }; key { [ i, I, idotless, bar ] }; key { [ o, O, oe, OE ] }; key { [ p, P, dead_horn, dead_hook ] }; key { [ aring, Aring, dead_doubleacute, dead_abovering ] }; key { [ dead_diaeresis, dead_circumflex, dead_tilde, dead_macron ] }; key { [ a, A, schwa, SCHWA ] }; key { [ s, S, ssharp, NoSymbol ] }; key { [ d, D, eth, ETH ] }; key { [ f, F, f, F ] }; key { [ g, G, g, G ] }; key { [ h, H, h, H ] }; key { [ j, J, j, J ] }; key { [ k, K, kra, NoSymbol ] }; key { [ l, L, dead_stroke, NoSymbol ] }; key { [ odiaeresis, Odiaeresis, oslash, Oslash ] }; key { [ adiaeresis, Adiaeresis, ae, AE ] }; key { [ apostrophe, asterisk, dead_caron, dead_breve ] }; key { [ less, greater, bar, NoSymbol ] }; key { [ z, Z, U0292, U01B7 ] }; key { [ x, X, multiply, periodcentered ] }; key { [ c, C, c, C ] }; key { [ v, V, v, V ] }; key { [ b, B, b, B ] }; key { [ n, N, eng, ENG ] }; key { [ m, M, mu, emdash ] }; key { [ comma, semicolon, rightsinglequotemark, leftsinglequotemark ] }; key { [ period, colon, dead_belowdot, dead_abovedot ] }; key { [ minus, underscore, endash, dead_belowcomma ] }; include "nbsp(level3)" include "kpdl(comma)" include "level3(ralt_switch)" include "compose(rwin)" };