summaryrefslogtreecommitdiff
path: root/compat/xorg
blob: 310f86d3f4df0552fb3e296e291e9bf8f32d0026 (plain)
1
2
3
4
5
6
7
8
9
10
11
//
// $XKeyboardConfig$
// Misc optional compat things
//

default partial xkb_compatibility "lctrl_group1"  {
    interpret Control_L+Any     {
        action = SetMods(modifiers=ModMapMods,clearLocks);
        //action = LatchGroup(group=1,!clearLocks,!latchToLock);
    };
};