summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2024-02-15 09:00:24 +1000
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2024-05-24 14:08:14 +0000
commita1813cc5d020e8bbb429f5f19fe6b3d9278ab2c5 (patch)
tree1082d0f8e40ee9ccc648ed2ef4b9bc99c221fdd6 /rules
parent384ccd459cd56c5850e6588cf298c463813c6bfa (diff)
symbols: make a few sections independent of custom rules
These used to have a special entry in the rules file - it's easier if we just make a section for them and have the rules-file entry map 1:1. For ctrl:grouptoggle_capscontrol see commit 6bba53fd
Diffstat (limited to 'rules')
-rw-r--r--rules/0042-o_s.part6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/0042-o_s.part b/rules/0042-o_s.part
index 0242f540..76c9c25d 100644
--- a/rules/0042-o_s.part
+++ b/rules/0042-o_s.part
@@ -30,7 +30,7 @@
ctrl:lctrl_meta = +ctrl(lctrl_meta)
ctrl:swapcaps = +ctrl(swapcaps)
ctrl:hyper_capscontrol = +ctrl(hyper_capscontrol)
- ctrl:grouptoggle_capscontrol = +ctrl(swapcaps)+group(lctrl_toggle)
+ ctrl:grouptoggle_capscontrol = +ctrl(grouptoggle_capscontrol)
ctrl:ac_ctrl = +ctrl(ac_ctrl)
ctrl:aa_ctrl = +ctrl(aa_ctrl)
ctrl:rctrl_ralt = +ctrl(rctrl_ralt)
@@ -66,8 +66,8 @@
keypad:oss_wang = +keypad(oss_wang)
keypad:future = +keypad(future)
keypad:future_wang = +keypad(future_wang)
- keypad:hex = +keypad(ops)+keypad(hex)
- keypad:atm = +keypad(ops)+keypad(hex)+keypad(atm)
+ keypad:hex = +keypad(hex)
+ keypad:atm = +keypad(atm)
keypad:pointerkeys = +keypad(pointerkeys)
kpdl:dot = +kpdl(dot)
kpdl:comma = +kpdl(comma)