summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2014-01-27 22:02:26 +0100
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2014-01-29 20:06:00 +0000
commita3eef9a25d9100a9b77c393a6010ed3202134a85 (patch)
tree0a6f031106b25253ca3754b91ae5a29dc5d465bf
parent552d5e594786a2f17c3eef2f76305a0f52d18397 (diff)
downloadxkeyboard-config-a3eef9a25d9100a9b77c393a6010ed3202134a85.tar.gz
symbols/ua: Fixing error in key number one.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
-rw-r--r--symbols/ua2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbols/ua b/symbols/ua
index 9aea09e..81d696e 100644
--- a/symbols/ua
+++ b/symbols/ua
@@ -12,7 +12,7 @@ xkb_symbols "unicode" {
name[Group1]= "Ukrainian";
key <TLDE> { [ U2019, apostrophe, U0301, asciitilde ] }; // Apostrophe and Stress symbol
- key <AE02> { [ 1, exclam, onesuperior ] };
+ key <AE01> { [ 1, exclam, onesuperior ] };
key <AE02> { [ 2, quotedbl, twosuperior ] };
key <AE03> { [ 3, numerosign, U00A7, U20B4 ] }; // Paragraph and Hryvnia sign
key <AE04> { [ 4, semicolon, dollar, EuroSign ] };