diff options
Diffstat (limited to 'rules')
-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> |