summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2013-11-10 13:11:52 +0100
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2013-11-17 23:44:03 +0000
commit51ab5c95e48b2a040fc132bb5c1a5e8bbe86c8f4 (patch)
tree728ac1ac890dd7da971de796ab9df3883ad858c4
parentbf39904d2c4fb6d474204db41153f77506d81c0a (diff)
downloadxkeyboard-config-51ab5c95e48b2a040fc132bb5c1a5e8bbe86c8f4.tar.gz
Added the Norman variant of the us layout.
-rw-r--r--rules/base.extras.xml.in6
-rw-r--r--symbols/us50
2 files changed, 56 insertions, 0 deletions
diff --git a/rules/base.extras.xml.in b/rules/base.extras.xml.in
index 56c2295..c05fe0a 100644
--- a/rules/base.extras.xml.in
+++ b/rules/base.extras.xml.in
@@ -277,6 +277,12 @@
<_description>English (US, Sun Type 6/7)</_description>
</configItem>
</variant>
+ <variant>
+ <configItem>
+ <name>norman</name>
+ <_description>English (Norman)</_description>
+ </configItem>
+ </variant>
</variantList>
</layout>
<layout>
diff --git a/symbols/us b/symbols/us
index e0253ea..0eff075 100644
--- a/symbols/us
+++ b/symbols/us
@@ -1328,6 +1328,56 @@ xkb_symbols "workman-intl" {
include "level3(ralt_switch)"
};
+// Norman keyboard layout symbols for xkb on X.Org Server 7.x
+// Written 11/23/2012, revised 3/7/2013 by David Norman http://normanlayout.info
+// To the extent possible under law, the author(s) have dedicated all
+// copyright and related and neighboring rights to this software to the
+// public domain worldwide. This software is distributed without any warranty.
+
+partial alphanumeric_keys
+xkb_symbols "norman" {
+
+ name[Group1]= "English (Norman)";
+
+ include "us(basic)"
+
+ // Alphanumeric section
+ key <AD01> { [ q, Q ] };
+ key <AD02> { [ w, W ] };
+ key <AD03> { [ d, D ] };
+ key <AD04> { [ f, F ] };
+ key <AD05> { [ k, K ] };
+ key <AD06> { [ j, J ] };
+ key <AD07> { [ u, U ] };
+ key <AD08> { [ r, R ] };
+ key <AD09> { [ l, L ] };
+ key <AD10> { [ semicolon, colon ] };
+
+ key <AC01> { [ a, A ] };
+ key <AC02> { [ s, S ] };
+ key <AC03> { [ e, E ] };
+ key <AC04> { [ t, T ] };
+ key <AC05> { [ g, G ] };
+ key <AC06> { [ y, Y ] };
+ key <AC07> { [ n, N ] };
+ key <AC08> { [ i, I ] };
+ key <AC09> { [ o, O ] };
+ key <AC10> { [ h, H ] };
+
+ key <AB01> { [ z, Z ] };
+ key <AB02> { [ x, X ] };
+ key <AB03> { [ c, C ] };
+ key <AB04> { [ v, V ] };
+ key <AB05> { [ b, B ] };
+ key <AB06> { [ p, P ] };
+ key <AB07> { [ m, M ] };
+ // End alphanumeric section
+
+ key <CAPS> { [ BackSpace ] };
+
+ include "level3(ralt_switch)"
+};
+
// EXTRAS:
// Czech, Slovak and German charecters added as third level symbols to US keyboard layout.