xenocara/dist/xkeyboard-config/compat/ledcaps

25 lines
469 B
Plaintext
Raw Normal View History

// Use the Caps Lock LED to show either
// Caps Lock, Group, or Shift Lock state.
2009-06-06 11:52:23 -06:00
default partial xkb_compatibility "caps_lock" {
indicator "Caps Lock" {
!allowExplicit;
whichModState= Locked;
modifiers= Lock;
};
2009-06-06 11:52:23 -06:00
};
partial xkb_compatibility "group_lock" {
indicator "Caps Lock" {
modifiers= None;
groups=All-group1;
};
2009-06-06 11:52:23 -06:00
};
partial xkb_compatibility "shift_lock" {
indicator "Caps Lock" {
whichModState= Locked;
modifiers= Shift;
};
2009-06-06 11:52:23 -06:00
};