Skip to content

Instantly share code, notes, and snippets.

@0x3333
Created April 18, 2016 12:44
Show Gist options
  • Save 0x3333/51bed55adc22933769cdb27704660be5 to your computer and use it in GitHub Desktop.
Save 0x3333/51bed55adc22933769cdb27704660be5 to your computer and use it in GitHub Desktop.

Karabiner Config

Karabiner private.xml for Logitech K750 for Mac

  • Remap Dashboard(F4/F12) to Launchpad
<?xml version="1.0"?>
<root>
<deviceproductdef>
<productname>LOGITECH_K750_FOR_MAC</productname>
<productid>0xc52b</productid>
</deviceproductdef>
<deviceproductdef>
<productname>LOGITECH_K750_FOR_MAC_UNIFYING</productname>
<productid>0x400f</productid>
</deviceproductdef>
<item>
<name>For Logitech K750 for Mac</name>
<item>
<name>F12 to Launchpad</name>
<appendix>Remap Dashboard(F4/F12) to Launchpad</appendix>
<identifier>private.f12tolaunchpad</identifier>
<autogen>__KeyToKey__ KeyCode::F12, KeyCode::LAUNCHPAD</autogen>
<device_only>
DeviceVendor::LOGITECH,DeviceProduct::LOGITECH_K750_FOR_MAC,
DeviceVendor::LOGITECH,DeviceProduct::LOGITECH_K750_FOR_MAC_UNIFYING
</device_only>
</item>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment