Skip to content

Instantly share code, notes, and snippets.

@zlargon
Created October 5, 2015 06:52
Show Gist options
  • Save zlargon/16c2927ef9dcf4e3869e to your computer and use it in GitHub Desktop.
Save zlargon/16c2927ef9dcf4e3869e to your computer and use it in GitHub Desktop.
Karabiner private.xml: Fn + Cmd to LeftClick
<?xml version="1.0"?>
<root>
<item>
<name>Fn + Cmd to LeftClick</name>
<identifier>private.fn2leftclick</identifier>
<autogen>__KeyToPointingButton__ KeyCode::FN, ModifierFlag::COMMAND_L, PointingButton::LEFT</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment