summaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
authorsvu <svu>2006-03-21 23:41:28 +0000
committersvu <svu>2006-03-21 23:41:28 +0000
commitdd98408dccc98a7c11e3fac39aad2a78a53c4732 (patch)
tree831ad3f207c76e934a8367783e561912a7ce4ee5 /types
parent86613bebbef3d0220cef4a9ecdaa4dd7d10b236f (diff)
another iteration in the war with RAlt
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 162dcc52..b0497552 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;