xkbdesc/symbols group,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-serv24421/symbols Modified Files: group Log Message: added Alexey Morozov <[email protected]> Index: group =================================================================== RCS file: /cvs/xlibs/xkbdesc/symbols/group,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- group 30 Aug 2006 23:47:26 -0000 1.9 +++ group 16 Oct 2006 19:27:05 -0000 1.10 @@ -113,6 +113,19 @@ key <RCTL> { [ Control_R, ISO_Next_Group ] }; }; +// using the group(lctrl_lshift_toggle) map, pressing: +// Control_L+Shift_L locks the next group +// If you have two groups and group wrap is enabled, the effect is +// indistinguishable. +partial modifier_keys +xkb_symbols "lctrl_lshift_toggle" { + key <LFSH> { + type[Group1]="PC_BREAK", + symbols[Group1]= [ Shift_L, ISO_Next_Group ] + }; + key <LCTL> { [ Control_L, ISO_Next_Group ] }; +}; + // using the group(caps_toggle) map, pressing: // Caps Lock toggles groups // Shift+Caps Lock toggles caps lock