diff options
author | svu <svu> | 2006-02-26 16:25:57 +0000 |
---|---|---|
committer | svu <svu> | 2006-02-26 16:25:57 +0000 |
commit | ab3cfc1d395e5dce99af4a6442352eaf5cbc5de5 (patch) | |
tree | ddc058303fb7580e74839a2f3c41a30fdea6b9d7 /compat | |
parent | 93fd80a5a94f6cdc1c8bb6e1614bad622b3b9bd1 (diff) |
removed not working lctrl...
Diffstat (limited to 'compat')
-rw-r--r-- | compat/xorg | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/compat/xorg b/compat/xorg deleted file mode 100644 index 310f86d3..00000000 --- a/compat/xorg +++ /dev/null @@ -1,11 +0,0 @@ -// -// $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); - }; -}; |