Skip to content

Instantly share code, notes, and snippets.

@jamescridland
Last active September 14, 2016 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamescridland/25fd13b00f6ef9833ce297dfb283f9aa to your computer and use it in GitHub Desktop.
Save jamescridland/25fd13b00f6ef9833ce297dfb283f9aa to your computer and use it in GitHub Desktop.
Disable the bottom two buttons on a Logitech Presenter R700. Part of a piece at https://medium.com/@JamesCridland/disabling-logitech-r800-remote-buttons-for-keynote-5412c5ef2e88#.jkcf8n4t2
<?xml version="1.0"?>
<root>
<devicevendordef>
<vendorname>LOGITECH</vendorname>
<vendorid>0x046d</vendorid>
</devicevendordef>
<deviceproductdef>
<productname>LOGITECH_R800</productname>
<productid>0xc538</productid>
</deviceproductdef>
<appdef>
<appname>IWORK_KEYNOTE</appname>
<equal>com.apple.iWork.Keynote</equal>
</appdef>
<item>
<name>Disable bottom buttons on Logitech Presenter R700</name>
<item>
<name>R700 For Keynote</name>
<identifier>private.R800_for_keynote</identifier>
<only>IWORK_KEYNOTE</only>
<device_only>DeviceVendor::LOGITECH, DeviceProduct::LOGITECH_R800</device_only>
<autogen> __KeyToKey__ KeyCode::DOT, KeyCode::D</autogen>
<autogen> __KeyToKey__ KeyCode::F5, KeyCode::D</autogen>
<autogen> __KeyToKey__ KeyCode::ESCAPE, KeyCode::D</autogen>
</item>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment