From 838a55ca8cfa2f5992e56f786f4c8edce3b91c53 Mon Sep 17 00:00:00 2001 From: svu Date: Wed, 30 Jan 2008 23:00:40 +0000 Subject: [PATCH] added es(ast), b.fd.o#14277 --- ChangeLog | 2 ++ rules/base.xml.in | 6 ++++++ symbols/es | 10 ++++++++++ 3 files changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index a4badbb..5117ef0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ http://bugs.freedesktop.org/show_bug.cgi?id=14307 * symbols/tr: fixed Turkish layouts, http://bugs.freedesktop.org/show_bug.cgi?id=14286 + * symbols/es, rules/base.xml.in: added es(ast), + http://bugs.freedesktop.org/show_bug.cgi?id=14277 2008-01-29 Sergey Udaltsov diff --git a/rules/base.xml.in b/rules/base.xml.in index e356271..be86ca2 100644 --- a/rules/base.xml.in +++ b/rules/base.xml.in @@ -3031,6 +3031,12 @@ + ast + <_description>Asturian variant with bottom-dot H and bottom-dot L + + + + cat <_description>Catalan variant with middle-dot L diff --git a/symbols/es b/symbols/es index 1ac1559..4d5f041 100644 --- a/symbols/es +++ b/symbols/es @@ -136,6 +136,16 @@ xkb_symbols "cat" { key { [ l, L, 0x1000140, 0x100013F ] }; }; +partial alphanumeric_keys +xkb_symbols "ast" { + + include "es(basic)" + + name[Group1]="Spain - Asturian variant with bottom-dot H and bottom-dot L"; + + key { [ h, H, 0x1001E25, 0x1001E24 ] }; + key { [ l, L, 0x1001E37, 0x1001E36 ] }; +}; // Copied from macintosh_vndr/es partial alphanumeric_keys -- 2.7.4