diff options
author | Helfried Wiesinger <wiehe-79050@quantentunnel.de> | 2024-07-01 22:03:44 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-07-30 15:48:01 +0000 |
commit | f419847f9079f0500e1bcdcb58a03c8df9a303b3 (patch) | |
tree | 89f7fddbb288d9c14e6dcc130cc238706377b355 /rules | |
parent | 03ce74659106a3b3033f5913e09d9f923c8772fc (diff) |
Add option lv3:caps_switch_capslock_with_ctrl
Use Caps Lock key as additional 3rd lever chooser, Ctrl + Caps Lock for
original Caps Lock behaviour.
The 2023 DIN standard for German keyboards recommends it as an option:
- https://de.wikipedia.org/wiki/E1_(Tastaturbelegung)#Feststelltaste/Umschaltsperre
- https://en.wikipedia.org/wiki/Caps_Lock#Abolition
Part-of: <https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/merge_requests/687>
Diffstat (limited to 'rules')
-rw-r--r-- | rules/base.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/base.xml b/rules/base.xml index f35f0c37..3bd6de56 100644 --- a/rules/base.xml +++ b/rules/base.xml @@ -7277,6 +7277,12 @@ </option> <option> <configItem> + <name>lv3:caps_switch_capslock_with_ctrl</name> + <description>Caps Lock; Ctrl+Caps Lock for original Caps Lock action</description> + </configItem> + </option> + <option> + <configItem> <name>lv3:bksl_switch</name> <description>Backslash</description> </configItem> |