summaryrefslogtreecommitdiff
path: root/types/mousekeys
diff options
context:
space:
mode:
Diffstat (limited to 'types/mousekeys')
-rw-r--r--types/mousekeys6
1 files changed, 3 insertions, 3 deletions
diff --git a/types/mousekeys b/types/mousekeys
index 88d88a2..901848a 100644
--- a/types/mousekeys
+++ b/types/mousekeys
@@ -2,9 +2,9 @@ partial default xkb_types "default" {
virtual_modifiers Alt;
type "SHIFT+ALT" {
- modifiers = Shift+Alt;
- map[Shift+Alt] = Level2;
- level_name[Level1] = "Base";
+ modifiers = Shift+Alt;
+ map[Shift+Alt] = Level2;
+ level_name[Level1] = "Base";
level_name[Level2] = "Shift+Alt";
};
};