xkbdesc/symbols level3,1.12,1.13
"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-serv18593/symbols
Modified Files:
level3
Log Message:
mapping mod5 to keycode, b.fd.o#8572
Index: level3
===================================================================
RCS file: /cvs/xlibs/xkbdesc/symbols/level3,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- level3 18 Sep 2006 13:51:37 -0000 1.12
+++ level3 9 Oct 2006 21:33:58 -0000 1.13
@@ -14,7 +14,7 @@
type[Group1]="ONE_LEVEL",
symbols[Group1] = [ ISO_Level3_Shift ]
};
- modifier_map Mod5 { ISO_Level3_Shift };
+ modifier_map Mod5 { <RALT> };
};
partial modifier_keys
@@ -55,7 +55,7 @@
type[Group1]="ONE_LEVEL",
symbols[Group1] = [ ISO_Level3_Shift ]
};
- modifier_map Mod5 { ISO_Level3_Shift };
+ modifier_map Mod5 { <LALT> };
};
// using the level(switch) map, the right Control key temporarily
@@ -66,7 +66,7 @@
type[Group1]="ONE_LEVEL",
symbols[Group1] = [ ISO_Level3_Shift ]
};
- modifier_map Mod5 { ISO_Level3_Shift };
+ modifier_map Mod5 { <RCTL> };
};
// using the level(menu_switch) map, the Menu key temporarily
@@ -77,7 +77,7 @@
type[Group1]="ONE_LEVEL",
symbols[Group1] = [ ISO_Level3_Shift ]
};
- modifier_map Mod5 { ISO_Level3_Shift };
+ modifier_map Mod5 { <MENU> };
};
// using the level3(win_switch) map, the either Windows' logo key
@@ -96,7 +96,7 @@
type[Group1]="ONE_LEVEL",
symbols[Group1] = [ ISO_Level3_Shift ]
};
- modifier_map Mod5 { ISO_Level3_Shift };
+ modifier_map Mod5 { <LWIN> };
};
// using the level(rwin_switch) map, the right Windows' logo key
@@ -109,17 +109,17 @@
type[Group1]="ONE_LEVEL",
symbols[Group1] = [ ISO_Level3_Shift ]
};
- modifier_map Mod5 { ISO_Level3_Shift };
+ modifier_map Mod5 { <RWIN> };
};
// using the level3(enter_switch) map, the Enter key on the keypad
// temporarily chooses the third shift level. This is especially
// useful for Mac laptops which miss the right Alt key.
-partial hidden modifier_keys
+partial modifier_keys
xkb_symbols "enter_switch" {
key <KPEN> {
type[Group1]="ONE_LEVEL",
symbols[Group1] = [ ISO_Level3_Shift ]
};
- modifier_map Mod5 { ISO_Level3_Shift };
+ modifier_map Mod5 { <KPEN> };
};