summaryrefslogtreecommitdiff
path: root/types/pc
diff options
context:
space:
mode:
Diffstat (limited to 'types/pc')
-rw-r--r--types/pc15
1 files changed, 11 insertions, 4 deletions
diff --git a/types/pc b/types/pc
index a123f589..01a5634a 100644
--- a/types/pc
+++ b/types/pc
@@ -59,10 +59,17 @@ partial default xkb_types "default" {
59 }; 59 };
60 60
61 type "CTRL+ALT" { 61 type "CTRL+ALT" {
62 modifiers = Control+Alt; 62 modifiers = Control+Alt+Shift+LevelThree;
63 map[Control+Alt] = Level2; 63 map[None] = Level1;
64 level_name[Level1] = "Base"; 64 map[Shift] = Level2;
65 level_name[Level2] = "Ctrl+Alt"; 65 map[LevelThree] = Level3;
66 map[Shift+LevelThree] = Level4;
67 map[Control+Alt] = Level5;
68 level_name[Level1] = "Base";
69 level_name[Level2] = "Shift";
70 level_name[Level3] = "Alt Base";
71 level_name[Level4] = "Shift Alt";
72 level_name[Level5] = "Ctrl+Alt";
66 }; 73 };
67 74
68 // Local eight level 75 // Local eight level