From 1383e188e6107580d5443cd14bcbf6702f814f94 Mon Sep 17 00:00:00 2001 From: Andriy Rysin Date: Wed, 27 May 2015 19:51:11 -0400 Subject: [PATCH] Move apostrophe U+0027 to the first level and add U+02BC one to ua(unicode) --- symbols/ua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/symbols/ua b/symbols/ua index 8852b92..63c1257 100644 --- a/symbols/ua +++ b/symbols/ua @@ -12,9 +12,9 @@ xkb_symbols "unicode" { include "ua(winkeys)" name[Group1]= "Ukrainian"; - key { [ U2019, apostrophe, U0301, asciitilde ] }; // Apostrophe and Stress symbol + key { [ apostrophe, U02BC, U0301, asciitilde ] }; // Apostrophe and Stress symbol key { [ 1, exclam, onesuperior ] }; - key { [ 2, quotedbl, twosuperior ] }; + key { [ 2, quotedbl, twosuperior, U2019 ] }; // single quote used often as an apostrophe (deprecated) key { [ 3, numerosign, U00A7, U20B4 ] }; // Paragraph and Hryvnia sign key { [ 4, semicolon, dollar, EuroSign ] }; key { [ 5, percent, degree ] }; -- 2.1.0