~ubuntu-branches/ubuntu/raring/xkeyboard-config/raring

« back to all changes in this revision

Viewing changes to symbols/group

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2011-04-06 02:41:25 UTC
  • mto: (12.3.3 sid)
  • mto: This revision was merged to the branch mainline in revision 74.
  • Revision ID: james.westby@ubuntu.com-20110406024125-viz2oxc3mwv20d44
Tags: upstream-2.2.1
ImportĀ upstreamĀ versionĀ 2.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// $XKeyboardConfig$
2
 
// $Xorg: group,v 1.3 2000/08/17 19:54:43 cpqbld Exp $
3
1
// using the group(switch) map, the right alt key temporarily chooses 
4
2
// the second keyboard group (until it is released).
5
3
//
6
 
// $XFree86: xc/programs/xkbcomp/symbols/group,v 3.9 2003/12/30 13:26:25 pascal Exp $
7
4
partial modifier_keys 
8
5
xkb_symbols "switch" {
9
6
    key <RALT>  {       
387
384
    };
388
385
};
389
386
 
 
387
// Control_L+Win_L locks the first group (presumably Lat).
 
388
// Control_R+Menu locks the second group (presumably Rus).
 
389
partial modifier_keys
 
390
xkb_symbols "lctrl_lwin_rctrl_menu" {
 
391
    key <LWIN> {
 
392
        type[ Group1 ]    = "PC_CONTROL_LEVEL2",
 
393
        symbols[ Group1 ] = [ Super_L,    ISO_First_Group ]
 
394
    };
 
395
    key <MENU> {
 
396
        type[ Group1 ]    = "PC_CONTROL_LEVEL2",
 
397
        symbols[ Group1 ] = [ Menu,       ISO_Last_Group ]
 
398
    };
 
399
}; // lctrl_lwin_rctrl_menu