xkbdesc/symbols level5,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/symbols
In directory kemper:/tmp/cvs-serv6982/symbols
Modified Files:
level5
Log Message:
Fixing Canadian with hex values
Index: level5
===================================================================
RCS file: /cvs/xlibs/xkbdesc/symbols/level5,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- level5 10 Jun 2006 02:23:09 -0000 1.2
+++ level5 13 Jun 2006 21:16:52 -0000 1.3
@@ -12,7 +12,7 @@
xkb_symbols "rctrl_switch" {
key <RCTL> {
type[Group1]="ONE_LEVEL",
- symbols[Group1] = [ F21 ]
+ symbols[Group1] = [ 0xfe11 ]
};
- modifier_map Mod3 { F21 };
+ modifier_map Mod3 { 0xfe11 };
};