diff options
author | svu <svu> | 2004-08-27 18:20:38 +0000 |
---|---|---|
committer | svu <svu> | 2004-08-27 18:20:38 +0000 |
commit | 5e2455d16b621c6c391458ff21c62b47f7bba864 (patch) | |
tree | 4b86914ee0fc38465709dfab17c783391ae82a5c | |
parent | c989899437dbccce97c3588aa6cbcd9a8e1b4828 (diff) |
meta-info about eurosign
-rw-r--r-- | rules/base.o_s.part | 3 | ||||
-rw-r--r-- | rules/base.xml.in | 24 |
2 files changed, 27 insertions, 0 deletions
diff --git a/rules/base.o_s.part b/rules/base.o_s.part index 4144dffd..3aadaaee 100644 --- a/rules/base.o_s.part +++ b/rules/base.o_s.part @@ -44,3 +44,6 @@ compose:rwin = +compose(rwin) compose:menu = +compose(menu) srvrkeys:none = +srvr_ctrl(no_srvr_keys) + eurosign:e = +eurosign(e) + eurosign:5 = +eurosign(5) + eurosign:2 = +eurosign(2) diff --git a/rules/base.xml.in b/rules/base.xml.in index 3aa12088..05d0ebeb 100644 --- a/rules/base.xml.in +++ b/rules/base.xml.in @@ -2468,5 +2468,29 @@ </configItem> </option> </group> + <group allowMultipleSelection="true"> + <configItem> + <name>eurosign</name> + <_description>Adding the EuroSign to certain keys</_description> + </configItem> + <option> + <configItem> + <name>eurosign:e</name> + <_description>Add the EuroSign to the E key</_description> + </configItem> + </option> + <option> + <configItem> + <name>eurosign:5</name> + <_description>Add the EuroSign to the 5 key</_description> + </configItem> + </option> + <option> + <configItem> + <name>eurosign:2</name> + <_description>Add the EuroSign to the 2 key</_description> + </configItem> + </option> + </group> </optionList> </xkbConfigRegistry> |