3 // these variants assign various XKB keycodes to ISO_Level5_Shift so that
4 // the third shift level can be reached
6 // $XFree86: xc/programs/xkbcomp/symbols/level3,v 1.7 2003/09/08 14:25:32 eich Exp $
9 // using the level(switch) map, the right Control key temporarily
10 // chooses the fifth shift level (until it is released).
12 xkb_symbols "rctrl_switch" {
14 type[Group1]="ONE_LEVEL",
15 symbols[Group1] = [ ISO_Level5_Shift ]
17 modifier_map Mod3 { ISO_Level5_Shift };