summaryrefslogtreecommitdiff
path: root/symbols/us
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2010-03-27 00:13:58 +0000
committerSergey V. Udaltsov <svu@gnome.org>2010-03-27 00:13:58 +0000
commit317c4ad9520d9654d85bd58cc541a35b52fd8443 (patch)
treef2af965e2c8c8ce82a2008ac77200f961fb0234e /symbols/us
parent8b0a3ea7c0d599fdcf560d813ccc4ff20fa1aa82 (diff)
downloadxkeyboard-config-317c4ad9520d9654d85bd58cc541a35b52fd8443.tar.gz
Added ru(srp), us(srp)
http://bugs.freedesktop.org/show_bug.cgi?id=26409
Diffstat (limited to 'symbols/us')
-rw-r--r--symbols/us22
1 files changed, 22 insertions, 0 deletions
diff --git a/symbols/us b/symbols/us
index c732de6..5221614 100644
--- a/symbols/us
+++ b/symbols/us
@@ -1051,3 +1051,25 @@ xkb_symbols "chr" {
// End alphanumeric section
};
+
+// Serbian charecters added as third level symbols to US keyboard layout.
+
+partial alphanumeric_keys
+xkb_symbols "srp" {
+
+ name[Group1]= "USA - Serbian";
+
+ include "us"
+
+ key <TLDE> { [ grave, asciitilde ] };
+ key <AE06> { [ 6, dead_caron, asciicircum, asciicircum ] };
+ key <AC09> { [ l, L, U1C9, U1C8 ] };
+ key <AB06> { [ n, N, U1CC, U1CB ] };
+ key <AB01> { [ z, Z, U1C6, U1C5 ] };
+ key <AD03> { [ e, E, EuroSign, cent ] };
+ key <AC03> { [ d, D, dstroke, Dstroke ] };
+ key <AC11> { [ dead_acute, quotedbl, apostrophe, U315 ] };
+ key <SPCE> { [ space, space, nobreakspace, nobreakspace ] };
+
+ include "level3(ralt_switch)"
+};