Skip to content

Instantly share code, notes, and snippets.

@simonbrowndotje
Created October 3, 2014 18:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonbrowndotje/52c6bf15967abfabf7ee to your computer and use it in GitHub Desktop.
Save simonbrowndotje/52c6bf15967abfabf7ee to your computer and use it in GitHub Desktop.
My private.xml file for Karabiner - Logitech R800 remote presenter settings for Apple Keynote (this remaps the blank/show screen buttons so they don't quit the slideshow)
<?xml version="1.0"?>
<root>
<devicevendordef>
<vendorname>LOGITECH</vendorname>
<vendorid>0x046d</vendorid>
</devicevendordef>
<deviceproductdef>
<productname>LOGITECH_R800</productname>
<productid>0xc52d</productid>
</deviceproductdef>
<appdef>
<appname>IWORK_KEYNOTE</appname>
<equal>com.apple.iWork.Keynote</equal>
</appdef>
<appdef>
<appname>POWERPOINT</appname>
<equal>com.microsoft.Powerpoint</equal>
</appdef>
<item>
<name>Logitech R800</name>
<item>
<name>R800 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::B</autogen>
<autogen>--KeyToKey-- KeyCode::F5, KeyCode::B</autogen>
<autogen>--KeyToKey-- KeyCode::ESCAPE, KeyCode::B</autogen>
<!-- autogen>--KeyToKey-- KeyCode::PAGEUP, KeyCode::BRACKET_LEFT</autogen -->
</item>
</item>
</root>
@kylebrandt
Copy link

My R800 had a different productid. Was able to find mine via About This Mac::System Report...::Hardware::USB:::USB 3.0 High-Speed Bus::USB Receiver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment