diff options
author | svu <svu> | 2004-09-18 00:00:44 +0000 |
---|---|---|
committer | svu <svu> | 2004-09-18 00:00:44 +0000 |
commit | fbb91754dae0d9df3e1f79de598627566acd2381 (patch) | |
tree | 1304e3789ecc0597b1dd0d265f4c64b2b3cf0def | |
parent | 1bdb65affc2b890ef05d8545030c8da28b405bed (diff) |
David noticed small glitches in base.xml.in
-rw-r--r-- | BUGS | 3 | ||||
-rw-r--r-- | rules/base.xml.in | 23 |
2 files changed, 11 insertions, 15 deletions
@@ -59,6 +59,9 @@ http://freedesktop.org/bugzilla/show_bug.cgi?id=744 DONE: Model a4techKB21 added +http://freedesktop.org/bugzilla/show_bug.cgi?id=926 + + TODO: -- GNOME http://bugzilla.gnome.org/show_bug.cgi?id=144646 diff --git a/rules/base.xml.in b/rules/base.xml.in index 493601a..302942f 100644 --- a/rules/base.xml.in +++ b/rules/base.xml.in @@ -2141,6 +2141,12 @@ </option> <option> <configItem> + <name>grp:rctrl_switch</name> + <_description>Right Ctrl key switches group while pressed.</_description> + </configItem> + </option> + <option> + <configItem> <name>grp:toggle</name> <_description>Right Alt key changes group.</_description> </configItem> @@ -2241,12 +2247,6 @@ <_description>Right Ctrl key changes group.</_description> </configItem> </option> - <option> - <configItem> - <name>grp:caps</name> - <_description>CapsLock key changes group.</_description> - </configItem> - </option> </group> <group allowMultipleSelection="true"> <configItem> @@ -2409,13 +2409,6 @@ <_description>CapsLock toggles Shift so all keys are affected.</_description> </configItem> </option> - <option> - <configItem> - <!-- use the grp name so the LED rule is used too--> - <name>grp:caps_toggle</name> - <_description>CapsLock toggles group.</_description> - </configItem> - </option> </group> <group allowMultipleSelection="false"> <configItem> @@ -2448,13 +2441,13 @@ </option> <option> <configItem> - <name>altwin:meta_super</name> + <name>altwin:super_win</name> <_description>Super is mapped to the Win-keys (default).</_description> </configItem> </option> <option> <configItem> - <name>altwin:meta_hyper</name> + <name>altwin:hyper_win</name> <_description>Hyper is mapped to the Win-keys.</_description> </configItem> </option> |