summaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
Diffstat (limited to 'types')
-rw-r--r--types/pc8
1 files changed, 8 insertions, 0 deletions
diff --git a/types/pc b/types/pc
index 162dcc5..b049755 100644
--- a/types/pc
+++ b/types/pc
@@ -17,6 +17,14 @@ partial default xkb_types "default" {
level_name[Level2] = "Control";
};
+ type "PC_ALT_LEVEL2" {
+ modifiers = Alt;
+ map[None] = Level1;
+ map[Alt] = Level2;
+ level_name[Level1] = "Base";
+ level_name[Level2] = "Alt";
+ };
+
type "PC_SYSRQ" {
modifiers = Alt+LevelThree;
map[None] = Level1;