From f40fe0cf51ecdf57bea44051bb0ff110039273d3 Mon Sep 17 00:00:00 2001 From: svu Date: Sat, 17 Nov 2007 00:49:40 +0000 Subject: [PATCH] added ua(unicode) --- ChangeLog | 4 ++++ rules/base.xml.in | 6 ++++++ symbols/ua | 43 ++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 52 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8d5eb88..a7b310e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-11-17 Sergey Udaltsov + + * symbols/ua, rules/base.xml.in: added ua(unicode) + 2007-11-15 Sergey Udaltsov * symbols/olpc, keycodes/es: small OLPC fixes diff --git a/rules/base.xml.in b/rules/base.xml.in index ee85222..1bf08ae 100644 --- a/rules/base.xml.in +++ b/rules/base.xml.in @@ -3248,6 +3248,12 @@ + unicode + Unicode + + + + rstu <_description>Standard RSTU diff --git a/symbols/ua b/symbols/ua index 179d921..5b67751 100644 --- a/symbols/ua +++ b/symbols/ua @@ -3,7 +3,7 @@ // based on // ukrainian standard keyboard // AEN & Leon Kanter -// Last Changes 2003/09/03 by Andriy Rysin +// Last Changes 2007/10/03 by Andriy Rysin // // $XFree86: xc/programs/xkbcomp/symbols/ua,v 1.4 2003/05/15 11:29:47 pascal Exp $ @@ -82,6 +82,47 @@ xkb_symbols "winkeys" { key { [ period, comma ] }; }; + +// Unicode - 3d level added with some Unicode symbols (typographic quotes, m-dash, n-dash etc), +// some often used cyrillics from other slavic languages and some ASCII symbols used often (slash, brackets...) +partial alphanumeric_keys +xkb_symbols "unicode" { + include "ua(winkeys)" + + name[Group1]= "Ukraine - Unicode"; + + key { [ U2019, apostrophe, U0301, asciitilde ] }; // Apostrophe and Stress symbol + key { [ 1, exclam, onesuperior ] }; + key { [ 2, quotedbl, twosuperior ] }; + key { [ 3, numerosign, U00A7, U20B4 ] }; // Paragraph and Hryvnia sign + key { [ 4, semicolon, dollar, EuroSign ] }; + key { [ 5, percent, degree ] }; + key { [ 6, colon, less ] }; + key { [ 7, question, greater ] }; + key { [ 8, asterisk, enfilledcircbullet ] }; + key { [ 9, parenleft, bracketleft, braceleft ] }; + key { [ 0, parenright, bracketright, braceright] }; + key { [ minus, underscore, emdash, endash ] }; + key { [ equal, plus, notequal, plusminus ] }; + + key { [ Cyrillic_u, Cyrillic_U, Byelorussian_shortu, Byelorussian_SHORTU ]}; + key { [ Cyrillic_ka, Cyrillic_KA, registered ] }; // Registered tm + key { [ Cyrillic_ie, Cyrillic_IE, Cyrillic_io, Cyrillic_IO ] }; + key { [ Ukrainian_yi,Ukrainian_YI, Cyrillic_hardsign, Cyrillic_HARDSIGN ] }; + key { [ Ukrainian_i, Ukrainian_I, Cyrillic_yeru, Cyrillic_YERU ] }; + key { [ Ukrainian_ie,Ukrainian_IE, Cyrillic_e, Cyrillic_E ] }; + + key { [ Ukrainian_ghe_with_upturn, Ukrainian_GHE_WITH_UPTURN, backslash, bar ] }; + + key { [ Cyrillic_es, Cyrillic_ES, copyright ] }; + key { [ Cyrillic_te, Cyrillic_TE, trademark ] }; + key { [ Cyrillic_be, Cyrillic_BE, guillemotleft, doublelowquotemark ] }; + key { [ Cyrillic_yu, Cyrillic_YU, guillemotright, leftdoublequotemark ] }; + key { [ period, comma, slash, ellipsis ] }; + + include "level3(ralt_switch)" +}; + partial alphanumeric_keys xkb_symbols "typewriter" { include "ua(basic)" -- 2.7.4