From 709e05c069428236ca2567e784c9971eecc8ca50 Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Mon, 12 Nov 2012 23:45:02 +0000 Subject: Added us(workman) https://bugs.freedesktop.org/show_bug.cgi?id=56998 --- rules/base.xml.in | 6 +++++ symbols/us | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) diff --git a/rules/base.xml.in b/rules/base.xml.in index 712ddabf..313f4884 100644 --- a/rules/base.xml.in +++ b/rules/base.xml.in @@ -1372,6 +1372,12 @@ srp + + + workman + <_description>English (US, Workman) + + diff --git a/symbols/us b/symbols/us index 2d54e28c..06cd3ce3 100644 --- a/symbols/us +++ b/symbols/us @@ -1189,6 +1189,74 @@ xkb_symbols "htcdream" { include "level3(alt_switch)" }; +// Workman Keyboard Layout symbols for xkb on X.Org Server 7.x +// 09-06-2010 OJ Bucao. +partial default alphanumeric_keys +xkb_symbols "workman" { + + include "us(basic)" + + name[Group1]= "English (US, Workman)"; + + // Alphanumeric section + key { [ grave, asciitilde, dead_tilde, asciitilde ] }; + key { [ 1, exclam, exclamdown, onesuperior ] }; + key { [ 2, at, masculine, twosuperior ] }; + key { [ 3, numbersign, ordfeminine, threesuperior ] }; + key { [ 4, dollar, cent, sterling ] }; + key { [ 5, percent, EuroSign, yen ] }; + key { [ 6, asciicircum, hstroke, Hstroke ] }; + key { [ 7, ampersand, eth, ETH ] }; + key { [ 8, asterisk, thorn, THORN ] }; + key { [ 9, parenleft, leftsinglequotemark, leftdoublequotemark ] }; + key { [ 0, parenright, rightsinglequotemark, rightdoublequotemark ] }; + key { [ minus, underscore, endash, emdash ] }; + key { [ equal, plus, multiply, division ] }; + + key { [ q, Q, adiaeresis, Adiaeresis ] }; + key { [ d, D, aring, Aring ] }; + key { [ r, R, atilde, Atilde ] }; + key { [ w, W, oslash, Ooblique ] }; + key { [ b, B, dead_ogonek, asciitilde ] }; + key { [ j, J, dstroke, Dstroke ] }; + key { [ f, F, lstroke, Lstroke ] }; + key { [ u, U, uacute, Uacute ] }; + key { [ p, P, udiaeresis, Udiaeresis ] }; + key { [ semicolon, colon, odiaeresis, Odiaeresis ] }; + key { [ bracketleft, braceleft, guillemotleft, 0x1002039 ] }; + key { [ bracketright, braceright, guillemotright, 0x100203a ] }; + key { [ backslash, bar, asciitilde, asciitilde ] }; + + key { [ a, A, aacute, Aacute ] }; + key { [ s, S, dead_grave, asciitilde ] }; + key { [ h, H, ssharp, asciitilde ] }; + key { [ t, T, dead_acute, dead_doubleacute ] }; + key { [ g, G, dead_diaeresis, asciitilde ] }; + key { [ y, Y, dead_caron, asciitilde ] }; + key { [ n, N, ntilde, Ntilde ] }; + key { [ e, E, eacute, Eacute ] }; + key { [ o, O, iacute, Iacute ] }; + key { [ i, I, oacute, Oacute ] }; + key { [ apostrophe, quotedbl, otilde, Otilde ] }; + + key { [ z, Z, ae, AE ] }; + key { [ x, X, dead_circumflex, asciitilde ] }; + key { [ m, M, ccedilla, Ccedilla ] }; + key { [ c, C, oe, OE ] }; + key { [ v, V, dead_breve, asciitilde ] }; + key { [ k, K, dead_abovering, asciitilde ] }; + key { [ l, L, dead_macron, asciitilde ] }; + key { [ comma, less, dead_cedilla, asciitilde ] }; + key { [ period, greater, dead_abovedot, asciitilde ] }; + key { [ slash, question, questiondown, asciitilde ] }; + + key { [ BackSpace, Escape, BackSpace, BackSpace ] }; + key { [ minus, underscore, endash, emdash ] }; + key { [ space, space, space, nobreakspace ] }; + + include "level3(ralt_switch)" +}; + // EXTRAS: // Czech, Slovak and German charecters added as third level symbols to US keyboard layout. @@ -1383,3 +1451,4 @@ xkb_symbols "crd" { // End alphanumeric section }; + -- cgit v1.2.3