Skip to content

Instantly share code, notes, and snippets.

@cschwede
Created May 16, 2015 17:54
Show Gist options
  • Save cschwede/11bf40bbcf430ada9ce0 to your computer and use it in GitHub Desktop.
Save cschwede/11bf40bbcf430ada9ce0 to your computer and use it in GitHub Desktop.
Logitech presenter support for OSX Preview using Karabiner (https://pqrs.org/osx/karabiner/)
<?xml version="1.0"?>
<root>
<item>
<name>Logitech Presenter for Preview</name>
<identifier>private.logitech_presenter_preview</identifier>
<only>PREVIEW</only>
<autogen>__KeyToKey__ KeyCode::PAGEDOWN, KeyCode::CURSOR_RIGHT</autogen>
<autogen>__KeyToKey__ KeyCode::PAGEUP, KeyCode::CURSOR_LEFT</autogen>
<autogen>__KeyToKey__ KeyCode::F5, KeyCode::F, ModifierFlag::CONTROL_L | ModifierFlag::COMMAND_L</autogen>
<autogen>__KeyToKey__ KeyCode::DOT, ConsumerKeyCode::EJECT, ModifierFlag::SHIFT_L | ModifierFlag::CONTROL_L</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment