diff options
author | Sergey V. Udaltsov <svu@gnome.org> | 2011-10-17 21:01:46 +0100 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2011-10-17 21:01:46 +0100 |
commit | 569dd72bd4b26abd7a4d641c0417ebf50f1f48bd (patch) | |
tree | db830c681d7a9e98c4fcc0370c3239865d399898 | |
parent | b918406daab7a70d12f69ee2fa2c964b32fd3bbd (diff) |
Commented out broken level5 options
Since lvl5:*cancel options are not working anyway - no need to show them.
https://bugs.freedesktop.org/show_bug.cgi?id=41621
-rw-r--r-- | rules/base.xml.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/base.xml.in b/rules/base.xml.in index 5e60ce90..5279521a 100644 --- a/rules/base.xml.in +++ b/rules/base.xml.in @@ -6339,6 +6339,7 @@ <_description>Right Win chooses 5th level, locks when pressed together with another 5th-level-chooser</_description> </configItem> </option> +<!-- <option> <configItem> <name>lv5:lsgt_switch_lock_cancel</name> @@ -6375,6 +6376,7 @@ <_description>Right Alt chooses 5th level, acts as onetime lock when pressed together with another 5th-level-chooser</_description> </configItem> </option> +--> </group> <group allowMultipleSelection="false"> <!-- Let space output NBSP, NNBSP, ZWNJ, and ZWJ for the desired level --> |