xkbdesc/types pc,1.2,1.3
"Sergey V. Oudaltsov" <xlibs-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xlibs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: svu
Update of /cvs/xlibs/xkbdesc/types
In directory kemper:/tmp/cvs-serv21802/types
Modified Files:
pc
Log Message:
another iteration in the war with RAlt
Index: pc
===================================================================
RCS file: /cvs/xlibs/xkbdesc/types/pc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pc 17 Oct 2005 00:38:54 -0000 1.2
+++ pc 21 Mar 2006 23:41:29 -0000 1.3
@@ -17,6 +17,14 @@
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;