xkbdesc/symbols altwin,1.9,1.10
"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-serv4470/symbols
Modified Files:
altwin
Log Message:
Undo invalid alt mapping from b.fd.o#8996
Index: altwin
===================================================================
RCS file: /cvs/xlibs/xkbdesc/symbols/altwin,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- altwin 12 Nov 2006 20:09:47 -0000 1.9
+++ altwin 14 Nov 2006 17:26:40 -0000 1.10
@@ -11,15 +11,11 @@
};
// 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