xkbdesc/symbols altwin,1.8,1.9
"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/symbols
In directory kemper:/tmp/cvs-serv28042/symbols
Modified Files:
altwin
Log Message:
adding altwin:ctrl_win, b.fd.o#8996
Index: altwin
===================================================================
RCS file: /cvs/xlibs/xkbdesc/symbols/altwin,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- altwin 9 Oct 2006 21:20:45 -0000 1.8
+++ altwin 12 Nov 2006 20:09:47 -0000 1.9
@@ -10,6 +10,18 @@
// modifier_map Mod4 {};
};
+// Control is mapped to the Win-keys (and the usual Ctrl keys).
+// Both Alt keys are Alt.
+partial modifier_keys
+xkb_symbols "ctrl_win" {
+ key <LALT> { [ Alt_L ] };
+ key <RALT> { [ Alt_R ] };
+ key <LWIN> { [ Control_L ] };
+ key <RWIN> { [ Control_R ] };
+ modifier_map Control { <LWIN>, <RWIN> };
+ modifier_map Mod1 { Alt_L, Alt_R };
+};
+
partial modifier_keys
xkb_symbols "meta_win" {
key <LALT> { [ Alt_L, Alt_L ] };