first feed-in of the layouts. The revolution is coming
[xorg/xkeyboard-config] / compat / group_led
1 // $XFree86: xc/programs/xkbcomp/compat/group_led,v 1.1.2.2 1999/07/22 14:21:30 hohndel Exp $
2 // This is a "default" compatibility with a small modification:
3 // an "Scroll Lock" LED now shows the active keyboard group
4 default xkb_compatibility "group_led"  {
5     include "basic"
6     augment "mousekeys"
7     augment "accessx(basic)"
8     augment "misc"
9     augment "iso9995"
10     augment "japan"
11 //  This is to make Mode_switch working even in group 2
12     virtual_modifiers AltGr;
13     interpret Mode_switch {
14         useModMapMods= level1;
15         virtualModifier= AltGr;
16         action= SetGroup(group=+1);
17     };
18     indicator "Scroll Lock" {
19         allowExplicit;
20         groups= All-Group1;
21     };
22 };