summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-05-31 11:24:22 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-06-03 17:41:23 +0200
commit924a3ab07ddd3607d3756346cf0a1272723d14bf (patch)
tree44cd995e3567c0712b584bdc602e11eb9ff2df13 /compat
parenta2e91e9292a7e8cb054d0dede78ab30b6d287323 (diff)
downloadxkeyboard-config-924a3ab07ddd3607d3756346cf0a1272723d14bf.tar.gz
condense and correct four comments -- NumLock is a virtual modifier
Mod2 is the real modifier, to which "NumLock" gets mapped by making <HYPR> set the "NumLock" modifier *and* mapping <HYPR> to Mod2. (The logic is absurd, but what can one do?) Also, reshuffle two lines and rearrange two lines for esthetics.
Diffstat (limited to 'compat')
-rw-r--r--compat/level57
1 files changed, 2 insertions, 5 deletions
diff --git a/compat/level5 b/compat/level5
index 54f749d..2e52901 100644
--- a/compat/level5
+++ b/compat/level5
@@ -42,11 +42,8 @@ default partial xkb_compatibility "default" {
};
partial xkb_compatibility "level5_lock" {
- // This defines a Level5-Lock using the NumLock real modifier
- // in order to create arbitrary level-behaviour, which would
- // not be possible with the virtual modifier.
- // See also: types/level5 : EIGHT_LEVEL_LEVEL_FIVE_LOCK
- // See also: symbols/level5(lock)
+ // This defines a Level5-Lock using the NumLock virtual modifier.
+ // See also types/level5 (EIGHT_LEVEL_LEVEL_FIVE_LOCK) and symbols/level5(lock).
virtual_modifiers NumLock;