summaryrefslogtreecommitdiff
path: root/compat/xorg
diff options
context:
space:
mode:
authorsvu <svu>2006-02-26 03:33:08 +0000
committersvu <svu>2006-02-26 03:33:08 +0000
commit93fd80a5a94f6cdc1c8bb6e1614bad622b3b9bd1 (patch)
treea365fb61bd66780aa76c504c4fb5be37583ee7da /compat/xorg
parentd59059d906c918f67e3d7be02da9a3bd12a123fe (diff)
downloadxkeyboard-config-93fd80a5a94f6cdc1c8bb6e1614bad622b3b9bd1.tar.gz
huge update from Sun
Diffstat (limited to 'compat/xorg')
-rw-r--r--compat/xorg11
1 files changed, 11 insertions, 0 deletions
diff --git a/compat/xorg b/compat/xorg
new file mode 100644
index 0000000..310f86d
--- /dev/null
+++ b/compat/xorg
@@ -0,0 +1,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);
+ };
+};