xkeyboard-config/symbols level3,1.15,1.16
"Sergey V. Oudaltsov" <xlibs-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xlibs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: svu
Update of /cvs/xkeyboard-config/xkeyboard-config/symbols
In directory kemper:/tmp/cvs-serv4748/symbols
Modified Files:
level3
Log Message:
lv3:ralt_alt, b.fd.o#9070
Index: level3
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/symbols/level3,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- level3 16 Oct 2006 20:17:16 -0000 1.15
+++ level3 19 Dec 2006 00:18:37 -0000 1.16
@@ -17,6 +17,25 @@
modifier_map Mod5 { ISO_Level3_Shift };
};
+// Right Alt key never chooses 3rd level.
+// This option attempts to undo the effect of a layout's
+// including ralt_switch. You may also want to select another
+// level3 option that maps the level3 shift to some other key.
+partial modifier_keys
+xkb_symbols "ralt_alt" {
+ key <RALT> {
+ type[Group1]="TWO_LEVEL",
+ type[Group2]="TWO_LEVEL",
+ type[Group3]="TWO_LEVEL",
+ type[Group4]="TWO_LEVEL",
+ symbols[Group1] = [ Alt_R, Meta_R ],
+ symbols[Group2] = [ Alt_R, Meta_R ],
+ symbols[Group3] = [ Alt_R, Meta_R ],
+ symbols[Group4] = [ Alt_R, Meta_R ]
+ };
+ modifier_map Mod1 { <RALT> };
+};
+
partial modifier_keys
xkb_symbols "ralt_switch_multikey" {
key <RALT> {