| 1 | # Paste this onto the end of /usr/X11R6/share/X11/xkb/symbols/us for
|
|---|
| 2 | # my version of the dvorak keyboard with internationalization support
|
|---|
| 3 | partial alphanumeric_keys
|
|---|
| 4 | xkb_symbols "dvorak-robm" {
|
|---|
| 5 |
|
|---|
| 6 | name[Group1]= "U.S. English - Dvorak International (robm351 layout)";
|
|---|
| 7 |
|
|---|
| 8 | // Alphanumeric section
|
|---|
| 9 |
|
|---|
| 10 | key <TLDE> { [ grave, asciitilde, dead_grave, dead_tilde ] };
|
|---|
| 11 |
|
|---|
| 12 | key <AE01> { [ 1, exclam, exclamdown, onesuperior ] };
|
|---|
| 13 | key <AE02> { [ 2, at, twosuperior, dead_doubleacute ] };
|
|---|
| 14 | key <AE03> { [ 3, numbersign, threesuperior, dead_macron] };
|
|---|
| 15 | key <AE04> { [ 4, dollar, currency, sterling ] };
|
|---|
| 16 | key <AE05> { [ 5, percent, EuroSign ] };
|
|---|
| 17 | key <AE06> { [ 6, asciicircum, dead_circumflex, dead_circumflex ] };
|
|---|
| 18 | key <AE07> { [ 7, ampersand, onehalf, dead_horn ] };
|
|---|
| 19 | key <AE08> { [ 8, asterisk, threequarters, dead_ogonek] };
|
|---|
| 20 | key <AE09> { [ 9, parenleft, dead_grave] };
|
|---|
| 21 | key <AE10> { [ 0, parenright ] };
|
|---|
| 22 | key <AE11> { [ minus, underscore, yen, dead_belowdot ] };
|
|---|
| 23 | key <AE12> { [ equal, plus, multiply, division] };
|
|---|
| 24 |
|
|---|
| 25 | key <AD01> { [ slash, question ] };
|
|---|
| 26 | key <AD02> { [ comma, less, dead_cedilla, dead_caron ] };
|
|---|
| 27 | key <AD03> { [ period, greater, dead_abovedot, periodcentered ] };
|
|---|
| 28 | key <AD04> { [ p, P, odiaeresis, Odiaeresis ] };
|
|---|
| 29 | key <AD05> { [ y, Y, udiaeresis, Udiaeresis ] };
|
|---|
| 30 | key <AD06> { [ f, F ] };
|
|---|
| 31 | key <AD07> { [ g, G ] };
|
|---|
| 32 | key <AD08> { [ c, C, copyright, cent ] };
|
|---|
| 33 | key <AD09> { [ r, R, registered, registered ] };
|
|---|
| 34 | key <AD10> { [ l, L, oslash, Ooblique ] };
|
|---|
| 35 | key <AD11> { [bracketleft, braceleft, guillemotleft, guillemotleft] };
|
|---|
| 36 | key <AD12> { [bracketright, braceright, guillemotright,guillemotright ] };
|
|---|
| 37 |
|
|---|
| 38 | key <AC01> { [ a, A, aacute, Aacute ] };
|
|---|
| 39 | key <AC02> { [ o, O, oacute, Oacute ] };
|
|---|
| 40 | key <AC03> { [ e, E, eacute, Eacute ] };
|
|---|
| 41 | key <AC04> { [ u, U, uacute, Uacute ] };
|
|---|
| 42 | key <AC05> { [ i, I, iacute, Iacute ] };
|
|---|
| 43 | key <AC06> { [ d, D, eth, ETH ] };
|
|---|
| 44 | key <AC07> { [ h, H ] };
|
|---|
| 45 | key <AC08> { [ t, T, thorn, THORN ] };
|
|---|
| 46 | key <AC09> { [ n, N, ntilde, Ntilde ] };
|
|---|
| 47 | key <AC10> { [ s, S, ssharp, section ] };
|
|---|
| 48 | key <AC11> { [ apostrophe, quotedbl, dead_acute, dead_diaeresis ] };
|
|---|
| 49 |
|
|---|
| 50 | key <AB01> { [ semicolon, colon, dead_ogonek, dead_doubleacute ] };
|
|---|
| 51 | key <AB02> { [ q, Q, adiaeresis, Adiaeresis ] };
|
|---|
| 52 | key <AB03> { [ j, J ] };
|
|---|
| 53 | key <AB04> { [ k, K ] };
|
|---|
| 54 | key <AB05> { [ x, X ] };
|
|---|
| 55 | key <AB06> { [ b, B ] };
|
|---|
| 56 | key <AB07> { [ m, M, mu, mu ] };
|
|---|
| 57 | key <AB08> { [ w, W, aring, Aring ] };
|
|---|
| 58 | key <AB09> { [ v, V ] };
|
|---|
| 59 | key <AB10> { [ z, Z, ae, AE ] };
|
|---|
| 60 | key <BKSL> { [ backslash, bar, notsign, brokenbar ] };
|
|---|
| 61 |
|
|---|
| 62 | include "level3(ralt_switch)"
|
|---|
| 63 | };
|
|---|