summaryrefslogtreecommitdiff
path: root/types/level5
diff options
context:
space:
mode:
Diffstat (limited to 'types/level5')
-rw-r--r--types/level56
1 files changed, 3 insertions, 3 deletions
diff --git a/types/level5 b/types/level5
index f4c6a9d..9403cd6 100644
--- a/types/level5
+++ b/types/level5
@@ -6,7 +6,7 @@ default partial xkb_types "default" {
virtual_modifiers LevelThree, LevelFive;
type "EIGHT_LEVEL" {
- modifiers = Shift+LevelThree+LevelFive;
+ modifiers = Shift + LevelThree + LevelFive;
map[None] = Level1;
map[Shift] = Level2;
map[LevelThree] = Level3;
@@ -26,7 +26,7 @@ default partial xkb_types "default" {
};
type "EIGHT_LEVEL_ALPHABETIC" {
- modifiers = Shift+Lock+LevelThree+LevelFive;
+ modifiers = Shift + Lock + LevelThree + LevelFive;
map[None] = Level1;
map[Shift] = Level2;
map[Lock] = Level2;
@@ -54,7 +54,7 @@ default partial xkb_types "default" {
};
type "EIGHT_LEVEL_SEMIALPHABETIC" {
- modifiers = Shift+Lock+LevelThree+LevelFive;
+ modifiers = Shift + Lock + LevelThree + LevelFive;
map[None] = Level1;
map[Shift] = Level2;
map[Lock] = Level2;