summary refs log tree commit diff
path: root/Library
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2015-01-06 16:32:47 -0500
committerJune McEnroe <programble@gmail.com>2015-01-06 16:32:47 -0500
commitc67e24e90e06969b31d7b754755293c2463f6d26 (patch)
treefdc1c05df865df4bcb8bf31560033ec6d638cf50 /Library
parentAdd git rebase aliases (diff)
downloadsrc-c67e24e90e06969b31d7b754755293c2463f6d26.tar.gz
src-c67e24e90e06969b31d7b754755293c2463f6d26.zip
Add Karabiner configuration
Diffstat (limited to 'Library')
-rw-r--r--Library/Application Support/Karabiner/private.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/Library/Application Support/Karabiner/private.xml b/Library/Application Support/Karabiner/private.xml
new file mode 100644
index 00000000..6add38fa
--- /dev/null
+++ b/Library/Application Support/Karabiner/private.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0"?>
+<root>
+  <devicevendordef>
+    <vendorname>LEOPOLD</vendorname>
+    <vendorid>0x0853</vendorid>
+  </devicevendordef>
+
+  <deviceproductdef>
+    <productname>FC660C</productname>
+    <productid>0x0134</productid>
+  </deviceproductdef>
+
+  <item>
+    <name>Leopold Media Control</name>
+    <identifier>private.leopold_media_control</identifier>
+    <device_only>DeviceVendor::LEOPOLD, DeviceProduct::FC660C</device_only>
+
+    <appendix>Rebind Ctrl+Help to Volume Up</appendix>
+    <autogen>__KeyToKey__ KeyCode::HELP, ModifierFlag::CONTROL_R, ConsumerKeyCode::VOLUME_UP</autogen>
+
+    <appendix>Rebind Ctrl+Delete to Volume Down</appendix>
+    <autogen>__KeyToKey__ KeyCode::FORWARD_DELETE, ModifierFlag::CONTROL_R, ConsumerKeyCode::VOLUME_DOWN</autogen>
+
+    <appendix>Rebind Help to Play/Pause</appendix>
+    <autogen>__KeyToKey__ KeyCode::HELP, ConsumerKeyCode::MUSIC_PLAY</autogen>
+
+    <appendix>Rebind Delete to Next</appendix>
+    <autogen>__KeyToKey__ KeyCode::FORWARD_DELETE, ConsumerKeyCode::MUSIC_NEXT</autogen>
+  </item>
+
+  <item>
+    <name>Back/Forward Mouse Buttons to Space Switching</name>
+    <identifier>private.bfmb_spaces</identifier>
+    <device_only>DeviceVendor::LOGITECH, DeviceProduct::LOGITECH_UNIFYING_0xc52b</device_only>
+
+    <appendix>Button 4 to Control+L</appendix>
+    <autogen>__KeyToKey__ PointingButton::BUTTON4, KeyCode::L, ModifierFlag::CONTROL_L</autogen>
+
+    <appendix>Button 5 to Control+H</appendix>
+    <autogen>__KeyToKey__ PointingButton::BUTTON5, KeyCode::H, ModifierFlag::CONTROL_L</autogen>
+  </item>
+</root>