summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2012-11-12 23:45:02 +0000
committerSergey V. Udaltsov <svu@gnome.org>2012-11-12 23:45:02 +0000
commit709e05c069428236ca2567e784c9971eecc8ca50 (patch)
tree1dc4c51deb5de5364859696bbc5694054fbc0161
parent2e9ab8be72b1d0306e5e6e8c33cde51c0c927450 (diff)
downloadxkeyboard-config-709e05c069428236ca2567e784c9971eecc8ca50.tar.gz
Added us(workman)
https://bugs.freedesktop.org/show_bug.cgi?id=56998
-rw-r--r--rules/base.xml.in6
-rw-r--r--symbols/us69
2 files changed, 75 insertions, 0 deletions
diff --git a/rules/base.xml.in b/rules/base.xml.in
index 712ddab..313f488 100644
--- a/rules/base.xml.in
+++ b/rules/base.xml.in
@@ -1372,6 +1372,12 @@
<iso639Id>srp</iso639Id> </languageList>
</configItem>
</variant>
+ <variant>
+ <configItem>
+ <name>workman</name>
+ <_description>English (US, Workman)</_description>
+ </configItem>
+ </variant>
</variantList>
</layout>
<layout>
diff --git a/symbols/us b/symbols/us
index 2d54e28..06cd3ce 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 <TLDE> { [ grave, asciitilde, dead_tilde, asciitilde ] };
+ key <AE01> { [ 1, exclam, exclamdown, onesuperior ] };
+ key <AE02> { [ 2, at, masculine, twosuperior ] };
+ key <AE03> { [ 3, numbersign, ordfeminine, threesuperior ] };
+ key <AE04> { [ 4, dollar, cent, sterling ] };
+ key <AE05> { [ 5, percent, EuroSign, yen ] };
+ key <AE06> { [ 6, asciicircum, hstroke, Hstroke ] };
+ key <AE07> { [ 7, ampersand, eth, ETH ] };
+ key <AE08> { [ 8, asterisk, thorn, THORN ] };
+ key <AE09> { [ 9, parenleft, leftsinglequotemark, leftdoublequotemark ] };
+ key <AE10> { [ 0, parenright, rightsinglequotemark, rightdoublequotemark ] };
+ key <AE11> { [ minus, underscore, endash, emdash ] };
+ key <AE12> { [ equal, plus, multiply, division ] };
+
+ key <AD01> { [ q, Q, adiaeresis, Adiaeresis ] };
+ key <AD02> { [ d, D, aring, Aring ] };
+ key <AD03> { [ r, R, atilde, Atilde ] };
+ key <AD04> { [ w, W, oslash, Ooblique ] };
+ key <AD05> { [ b, B, dead_ogonek, asciitilde ] };
+ key <AD06> { [ j, J, dstroke, Dstroke ] };
+ key <AD07> { [ f, F, lstroke, Lstroke ] };
+ key <AD08> { [ u, U, uacute, Uacute ] };
+ key <AD09> { [ p, P, udiaeresis, Udiaeresis ] };
+ key <AD10> { [ semicolon, colon, odiaeresis, Odiaeresis ] };
+ key <AD11> { [ bracketleft, braceleft, guillemotleft, 0x1002039 ] };
+ key <AD12> { [ bracketright, braceright, guillemotright, 0x100203a ] };
+ key <BKSL> { [ backslash, bar, asciitilde, asciitilde ] };
+
+ key <AC01> { [ a, A, aacute, Aacute ] };
+ key <AC02> { [ s, S, dead_grave, asciitilde ] };
+ key <AC03> { [ h, H, ssharp, asciitilde ] };
+ key <AC04> { [ t, T, dead_acute, dead_doubleacute ] };
+ key <AC05> { [ g, G, dead_diaeresis, asciitilde ] };
+ key <AC06> { [ y, Y, dead_caron, asciitilde ] };
+ key <AC07> { [ n, N, ntilde, Ntilde ] };
+ key <AC08> { [ e, E, eacute, Eacute ] };
+ key <AC09> { [ o, O, iacute, Iacute ] };
+ key <AC10> { [ i, I, oacute, Oacute ] };
+ key <AC11> { [ apostrophe, quotedbl, otilde, Otilde ] };
+
+ key <AB01> { [ z, Z, ae, AE ] };
+ key <AB02> { [ x, X, dead_circumflex, asciitilde ] };
+ key <AB03> { [ m, M, ccedilla, Ccedilla ] };
+ key <AB04> { [ c, C, oe, OE ] };
+ key <AB05> { [ v, V, dead_breve, asciitilde ] };
+ key <AB06> { [ k, K, dead_abovering, asciitilde ] };
+ key <AB07> { [ l, L, dead_macron, asciitilde ] };
+ key <AB08> { [ comma, less, dead_cedilla, asciitilde ] };
+ key <AB09> { [ period, greater, dead_abovedot, asciitilde ] };
+ key <AB10> { [ slash, question, questiondown, asciitilde ] };
+
+ key <CAPS> { [ BackSpace, Escape, BackSpace, BackSpace ] };
+ key <LSGT> { [ minus, underscore, endash, emdash ] };
+ key <SPCE> { [ 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
};
+