From 5541dd76fd2c1cace3a4b8984c18304b77ca00f7 Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Tue, 14 Apr 2009 23:42:27 +0100 Subject: [PATCH] Added gb(extd) layout, b.fd.o#21121 --- ChangeLog | 2 ++ rules/base.xml.in | 6 ++++++ symbols/gb | 44 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/ChangeLog b/ChangeLog index ad2de70..0103798 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * symbols/kg: small update of the Kyrgyz layout, http://bugs.freedesktop.org/show_bug.cgi?id=17505 + * rules/base.xml.in, symbols/gb: added gb(extd), + http://bugs.freedesktop.org/show_bug.cgi?id=21121 2009-04-03 Sergey Udaltsov diff --git a/rules/base.xml.in b/rules/base.xml.in index 0906ccd..e2a6509 100644 --- a/rules/base.xml.in +++ b/rules/base.xml.in @@ -3889,6 +3889,12 @@ eng + + + extd + <_description>Extended - Winkeys + + intl diff --git a/symbols/gb b/symbols/gb index 104a5da..bfb5482 100644 --- a/symbols/gb +++ b/symbols/gb @@ -61,6 +61,50 @@ xkb_symbols "intl" { include "level3(ralt_switch)" }; +partial alphanumeric_keys +xkb_symbols "extd" { + // Clone of the Microsoft "United Kingdom - Extended" layout, which + // includes dead keys for: grave; diaeresis; circumflex; tilde; and + // accute. It also enables direct access to accute characters using + // the Multi_key (Alt Gr). + // + // Taken from... + // "Windows Keyboard Layouts" + // http://msdn.microsoft.com/en-us/goglobal/bb964651.aspx + // + // -- Jonathan Miles + + include "latin" + + name[Group1]="United Kingdom - Extended - Winkeys"; + + // Alphanumeric section + key { [ dead_grave, notsign, brokenbar, NoSymbol ] }; + + key { [ 2, quotedbl, dead_diaeresis, onehalf ] }; + key { [ 3, sterling, threesuperior, onethird ] }; + key { [ 4, dollar, EuroSign, onequarter ] }; + key { [ 6, asciicircum, dead_circumflex, NoSymbol ] }; + + key { [ w, W, wacute, Wacute ] }; + key { [ e, E, eacute, Eacute ] }; + key { [ y, Y, yacute, Yacute ] }; + key { [ u, U, uacute, Uacute ] }; + key { [ i, I, iacute, Iacute ] }; + key { [ o, O, oacute, Oacute ] }; + + key { [ a, A, aacute, Aacute ] }; + key { [ apostrophe, at, dead_acute, NoSymbol ] }; + + key { [ c, C, ccedilla, Ccedilla ] }; + + key { [ numbersign, asciitilde, dead_tilde, NoSymbol ] }; + key { [ backslash, bar, NoSymbol, NoSymbol ] }; + // End alphanumeric section + + include "level3(ralt_switch)" +}; + // Describe the differences between the US Colemak layout // and a UK variant. By Andy Buckley (andy@insectnation.org) -- 2.32.0.93.g670b81a890