first feed-in of the layouts. The revolution is coming
[xorg/xkeyboard-config] / compat / leds
1 // Use keyboard LEDs to show alternative group
2 //
3 // $XFree86$
4
5 partial xkb_compatibility "scroll" {
6    indicator "Scroll Lock" {
7        modifiers= None;
8        groups=All-group1;
9    };
10 };
11
12 partial xkb_compatibility "num"    {
13    indicator "Num Lock" {
14        modifiers= None;
15        groups=All-group1;
16    };
17 };
18
19 partial xkb_compatibility "caps"   {
20    indicator "Caps Lock" {
21        modifiers= None;
22        groups=All-group1;
23    };
24 };