diff options
author | Luis Javier Merino Morán <ninjalj@gmail.com> | 2024-02-15 00:39:08 +0100 |
---|---|---|
committer | Luis Javier Merino Morán <ninjalj@gmail.com> | 2024-02-15 00:39:08 +0100 |
commit | 26947b42e9032c055c6cc4fda868dad50d9c3768 (patch) | |
tree | 475a89781a23c73400d6bfe00eec37470e795ed7 /rules | |
parent | cc79edb0bf6879d83893fa2f9b3a0640870d3d15 (diff) |
Improve description of caps:ctrl_modifier
The purpose of this option is to have Caps Lock behave as a Control
modifier, but still be able to distinguish it from the Control_L and
Control_R keys in things like games and emulators.
People tend to get confused when in some programs Caps Lock with this
option doesn't behave exactly like Control. ctrl:nocaps is probably the
option they really want.
Fixes #443
Diffstat (limited to 'rules')
-rw-r--r-- | rules/base.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/base.xml b/rules/base.xml index f19fd5bb..563cb754 100644 --- a/rules/base.xml +++ b/rules/base.xml @@ -7616,7 +7616,7 @@ <option> <configItem> <name>caps:ctrl_modifier</name> - <description>Make Caps Lock an additional Ctrl</description> + <description>Make Caps Lock act as an additional Ctrl modifier, but keep identifying as Caps Lock</description> </configItem> </option> <option> |