Skip to content

Instantly share code, notes, and snippets.

@confluencepoint
Created August 6, 2013 17:14
Show Gist options
  • Save confluencepoint/6166494 to your computer and use it in GitHub Desktop.
Save confluencepoint/6166494 to your computer and use it in GitHub Desktop.
private.xml for Keyremap4Macbook https://pqrs.org/macosx/keyremap4macbook/ Remap double ⌘ ⇢ ⌘ + SPACE for Spotlight
<item>
<name>Double Command (links) für Spotlight</name>
<appendix>Doppelt ⌘ ⇢ ⌘+␣</appendix>
<identifier>private.DoubleCommand</identifier>
<autogen>
--DoublePressModifier--
KeyCode::COMMAND_L,
KeyCode::COMMAND_L,
KeyCode::SPACE, ModifierFlag::COMMAND_L
</autogen>
</item>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment