Skip to content

Instantly share code, notes, and snippets.

@coaxial
Created January 5, 2017 02:03
Show Gist options
  • Save coaxial/9e95b1b3ae2153695aafc27f0d2a5884 to your computer and use it in GitHub Desktop.
Save coaxial/9e95b1b3ae2153695aafc27f0d2a5884 to your computer and use it in GitHub Desktop.
pause to sleep karabiner custom settings
<?xml version="1.0"?>
<root>
<item>
<name>Pause to sleep</name>
<appendix>Coaxial custom settings</appendix>
<identifier>coaxial-pause-to-sleep</identifier>
<autogen>
__KeyToKey__
KeyCode::PC_PAUSE,
KeyCode::VK_IOHIDPOSTEVENT_NX_POWER_KEY, ModifierFlag::OPTION_L | ModifierFlag::COMMAND_L
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment