summaryrefslogtreecommitdiff
path: root/rules/xfree98
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-09-18 17:03:02 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-09-22 11:47:24 +0200
commit6bba53fd305ac2e6b20ec094a0f01337da563e17 (patch)
treefe1f5e5a4dffb9af000ad36fe742de79532e9903 /rules/xfree98
parent28b21415b6b7df13c81036cf0c49aa71d5fefa0a (diff)
downloadxkeyboard-config-6bba53fd305ac2e6b20ec094a0f01337da563e17.tar.gz
rules: rename an option, and compose its effect from two others
Making the CapsLock key into a Control key, and the left Control key into a group toggle, can be achieved by combining two existing options -- they just need to be combined in the correct order: the group toggle should override the second half of `swapcaps`. The option is also renamed, to more clearly express its result. An alias is added for compatibilty. (An alias for another option is also added, as commit 7124dd5127 put it in the wrong place.) This fixes issue #349.
Diffstat (limited to 'rules/xfree98')
-rw-r--r--rules/xfree982
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/xfree98 b/rules/xfree98
index 0621377..022811a 100644
--- a/rules/xfree98
+++ b/rules/xfree98
@@ -24,7 +24,7 @@
ctrl:lctrl_meta = +ctrl(lctrl_meta)
ctrl:swapcaps = +ctrl(swapcaps)
ctrl:hyper_capscontrol = +ctrl(hyper_capscontrol)
- ctrl:swapcaps_and_switch_layout = +ctrl(swapcaps_and_switch_layout)
+ ctrl:grouptoggle_capscontrol = +ctrl(swapcaps)+group(lctrl_toggle)
ctrl:ac_ctrl = +ctrl(ac_ctrl)
ctrl:aa_ctrl = +ctrl(aa_ctrl)