// This file is http://www.iki.fi/hyvatti/dvorak/ezreach2030 // Additions by Jaakko Hyvätti // for the TypeMatrix.com EZ-Reach keyboard // http://www.typematrix.com/ezr2030/ // Include äÄ (adiaeresis, ä) in the Start key // below the ;: key (on dvorak, or Z key on qwerty). // Include öÖ (odiaeresis, ö) in the Apps key // below the Q key (on dvorak, or X key on qwerty). // Other mappings exactly as in US/English keyboard. // Other level3 codes mostly from Finnish qwerty keyboard. // Install this file as /etc/X11/xkb/symbols/pc/ezreach2030 // and run command: // setxkbmap ezreach2030 // // Use the Fn-dvorak key combination to change between qwerty // and dvorak layouts. partial default alphanumeric_keys modifier_keys xkb_symbols "basic" { include "pc/en_US(basic)" name[Group1]= "Finnish EZ-Reach 2030"; // this to allow writing ALL CAPS with a Shift key include "level3(ralt_switch)" include "level3(rwin_switch)" include "compose(menu)" key { [ 1, exclam, exclamdown ] }; key { [ 2, at, section ] }; key { [ 3, numbersign, sterling ] }; key { [ 4, dollar, cent, currency ] }; key { [ z, Z, zcaron, Zcaron ] }; key { [ x, X, multiply, division ] }; key { [ c, C, copyright, cent ] }; key { [ b, B, ssharp, NoSymbol ] }; key { [ n, N, ntilde, Ntilde ] }; key { [ m, M, mu, NoSymbol ] }; key { [ a, A, ae, AE ] }; key { [ s, S, scaron, Scaron ] }; key { [ d, D, eth, ETH ] }; key { [ e, E, EuroSign, cent ] }; key { [ r, R, registered, NoSymbol ] }; key { [ t, T, thorn, THORN ] }; key { [ p, P, paragraph, NoSymbol ] }; key { [ y, Y, yen, yen ] }; key { [ slash, question, questiondown ] }; key { [ equal, plus, notequal, plusminus ] }; key { [ backslash, bar, dead_acute, dead_grave ] }; key { [ o, O, oe, OE ] }; key { [ minus, underscore, hyphen, notsign ] }; key { [ semicolon, colon, dead_ogonek, dead_doubleacute ] }; key { [ space, space, nobreakspace, nobreakspace ] }; key { [ adiaeresis, Adiaeresis, aring, Aring ] }; key { [ adiaeresis, Adiaeresis, aring, Aring ] }; key { [ adiaeresis, Adiaeresis, aring, Aring ] }; key { [ odiaeresis, Odiaeresis, oslash, Ooblique ] }; // End alphanumeric section, begin "Keypad" key { [ KP_Delete, KP_Separator ] }; // End "Keypad" section };