summaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2023-04-10 12:07:56 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2023-04-10 12:12:23 +0200
commitfa7f8eb5461e5187810025c61264eb40a395b55d (patch)
treeb173940a6e56b1dc465213235b0565692338b34f /types
parentafe5640873df1ca2a44f7236426bdc71e49e3452 (diff)
downloadxkeyboard-config-fa7f8eb5461e5187810025c61264eb40a395b55d.tar.gz
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 <bensberg@telfort.nl>
Diffstat (limited to 'types')
-rw-r--r--types/level54
1 files changed, 2 insertions, 2 deletions
diff --git a/types/level5 b/types/level5
index 1996c34..96fb3a7 100644
--- a/types/level5
+++ b/types/level5
@@ -90,7 +90,7 @@ default partial xkb_types "default" {
level_name[Level8] = "X Shift AltGr";
};
- type "EIGHT_LEVEL_LEVEL_FIVE_LOCK" {
+ type "EIGHT_LEVEL_WITH_LEVEL5_LOCK" {
// Level5-Lock is implemented with virtual modifier NumLock.
modifiers = Shift + LevelThree + LevelFive + NumLock;
@@ -128,7 +128,7 @@ default partial xkb_types "default" {
level_name[Level8] = "X Shift AltGr";
};
- type "EIGHT_LEVEL_ALPHABETIC_LEVEL_FIVE_LOCK" {
+ type "EIGHT_LEVEL_ALPHABETIC_WITH_LEVEL5_LOCK" {
// Level5-Lock is implemented with virtual modifier NumLock.
modifiers = Shift + Lock + LevelThree + LevelFive + NumLock;