Created
August 6, 2012 06:15
-
-
Save yuitest/3271298 to your computer and use it in GitHub Desktop.
Foot Switch FS3-P KeyRemap4MacBook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<root> | |
<devicevendordef> | |
<vendorname>SONIX_TECHNOLOGY</vendorname> | |
<vendorid>0x0c45</vendorid> | |
</devicevendordef> | |
<deviceproductdef> | |
<productname>FOOT_SWITCH_FS3_P</productname> | |
<productid>0x7403</productid> | |
</deviceproductdef> | |
<item> | |
<name>Left Pedal to Ctrl</name> | |
<identifier>net.cjhat.dev.yuitest.keystroke.pedal.left</identifier> | |
<device_only>DeviceVendor::SONIX_TECHNOLOGY, DeviceProduct::FOOT_SWITCH_FS3_P</device_only> | |
<autogen>--KeyToKey-- KeyCode::A, KeyCode::CONTROL_L</autogen> | |
</item> | |
<item> | |
<name>Center Pedal to Enter</name> | |
<identifier>net.cjhat.dev.yuitest.keystroke.pedal.center</identifier> | |
<device_only>DeviceVendor::SONIX_TECHNOLOGY, DeviceProduct::FOOT_SWITCH_FS3_P</device_only> | |
<autogen>--KeyToKey-- KeyCode::B, KeyCode::ENTER</autogen> | |
</item> | |
<item> | |
<name>Right Pedal to TAB</name> | |
<identifier>net.cjhat.dev.yuitest.keystroke.pedal.right</identifier> | |
<device_only>DeviceVendor::SONIX_TECHNOLOGY, DeviceProduct::FOOT_SWITCH_FS3_P</device_only> | |
<autogen>--KeyToKey-- KeyCode::C, KeyCode::TAB</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment