Skip to content

Instantly share code, notes, and snippets.

@yholkamp
Created December 3, 2015 11:42
Show Gist options
  • Save yholkamp/b2e8e30ad96d56538e6b to your computer and use it in GitHub Desktop.
Save yholkamp/b2e8e30ad96d56538e6b to your computer and use it in GitHub Desktop.
Karabiner lock screen config
<?xml version="1.0"?>
<root>
<item>
<name>Custom PC Style Lock Screen (Lock screen with ctrl-command--L)</name>
<identifier>remap.custom_pc_style_lock_screen</identifier>
<autogen>
__KeyToKey__
KeyCode::L, ModifierFlag::CONTROL_L, MODIFIERFLAG_EITHER_LEFT_OR_RIGHT_COMMAND,
ConsumerKeyCode::POWER, ModifierFlag::CONTROL_L, ModifierFlag::SHIFT_L,
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment