From f5dd4d4c17356faa402fc2a07bba7d6f85f61609 Mon Sep 17 00:00:00 2001 From: svu Date: Tue, 6 Mar 2007 22:55:56 +0000 Subject: [PATCH] added us(euro) --- ChangeLog | 5 +++++ rules/base.xml.in | 6 ++++++ symbols/us | 10 ++++++++++ 3 files changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index 31d389b..b375f9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-06 Sergey Udaltsov + + * rules/base.xml.in, symbols/us: added us(euro), after a very hot + discussion in the maillist + 2007-02-26 Sergey Udaltsov * symbols/inet: fixed broken symbol, closing diff --git a/rules/base.xml.in b/rules/base.xml.in index 3db1cc4..c99e69a 100644 --- a/rules/base.xml.in +++ b/rules/base.xml.in @@ -815,6 +815,12 @@ <_description>U.S. English + + + euro + <_description>With EuroSign on 5 + + intl diff --git a/symbols/us b/symbols/us index 461939b..4f610a4 100644 --- a/symbols/us +++ b/symbols/us @@ -64,6 +64,16 @@ xkb_symbols "basic" { // End alphanumeric section }; +partial alphanumeric_keys +xkb_symbols "euro" { + + name[Group1]= "U.S. English - With EuroSign on 5"; + + include "us(basic)" + + include "eurosign(5)" +}; + partial alphanumeric_keys xkb_symbols "intl" { -- 2.32.0.93.g670b81a890