From fa7f8eb5461e5187810025c61264eb40a395b55d Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 10 Apr 2023 12:07:56 +0200 Subject: rename two eight-level types to be more readable The "EIGHT_LEVEL_LEVEL_FIVE_LOCK" name was too condensed to make sense. With "EIGHT_LEVEL_WITH_LEVEL5_LOCK" the reader has at least a chance of understanding it. Signed-off-by: Benno Schulenberg --- compat/level5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat') diff --git a/compat/level5 b/compat/level5 index 2e52901..d6642d1 100644 --- a/compat/level5 +++ b/compat/level5 @@ -43,7 +43,7 @@ default partial xkb_compatibility "default" { partial xkb_compatibility "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). + // See also types/level5 (EIGHT_LEVEL_WITH_LEVEL5_LOCK) and symbols/level5(lock). virtual_modifiers NumLock; -- cgit v1.2.1