diff options
author | Stephan Hilb <stephan@ecshi.net> | 2019-06-02 22:09:06 +0200 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2019-09-24 01:10:32 +0100 |
commit | 561e2b1c5ab6a007d69ceea1464ab5adb5cd2b05 (patch) | |
tree | 0c51ee6f6b62ac7c8dd1e6b22a43917785f520d4 | |
parent | c916450f50c4e5b78f6e33df197142a16a449de4 (diff) | |
download | xkeyboard-config-561e2b1c5ab6a007d69ceea1464ab5adb5cd2b05.tar.gz |
rules: add lv5:{lsgt,ralt}_switch options
This allows usage of the level5 switching without locking behaviour.
The necessary symbols definitions were already present quite some time.
-rw-r--r-- | rules/base.o_s.part | 2 | ||||
-rw-r--r-- | rules/base.xml | 12 |
2 files changed, 14 insertions, 0 deletions
diff --git a/rules/base.o_s.part b/rules/base.o_s.part index 8927f24..1fd0c63 100644 --- a/rules/base.o_s.part +++ b/rules/base.o_s.part @@ -167,6 +167,8 @@ lv3:caps_switch_latch = +level3(caps_switch_latch) lv3:bksl_switch_latch = +level3(bksl_switch_latch) lv3:lsgt_switch_latch = +level3(lsgt_switch_latch) + lv5:lsgt_switch = +level5(lsgt_switch) + lv5:ralt_switch = +level5(ralt_switch) lv5:lsgt_switch_lock = +level5(lsgt_switch_lock) lv5:ralt_switch_lock = +level5(ralt_switch_lock) lv5:lwin_switch_lock = +level5(lwin_switch_lock) diff --git a/rules/base.xml b/rules/base.xml index 8fdb631..a38adaf 100644 --- a/rules/base.xml +++ b/rules/base.xml @@ -7279,6 +7279,18 @@ </configItem> <option> <configItem> + <name>lv5:lsgt_switch</name> + <description><Less/Greater> chooses 5th level</description> + </configItem> + </option> + <option> + <configItem> + <name>lv5:ralt_switch</name> + <description>Right Alt chooses 5th level</description> + </configItem> + </option> + <option> + <configItem> <name>lv5:lsgt_switch_lock</name> <description><Less/Greater> chooses 5th level; acts as onetime lock when pressed together with another 5th level chooser</description> </configItem> |