From 924a3ab07ddd3607d3756346cf0a1272723d14bf Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 31 May 2022 11:24:22 +0200 Subject: condense and correct four comments -- NumLock is a virtual modifier Mod2 is the real modifier, to which "NumLock" gets mapped by making set the "NumLock" modifier *and* mapping to Mod2. (The logic is absurd, but what can one do?) Also, reshuffle two lines and rearrange two lines for esthetics. --- compat/level5 | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'compat') 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; -- cgit v1.2.1