Skip to content

Instantly share code, notes, and snippets.

@sletix
Created October 15, 2014 11:11
Show Gist options
  • Save sletix/4471f53f2540134c1563 to your computer and use it in GitHub Desktop.
Save sletix/4471f53f2540134c1563 to your computer and use it in GitHub Desktop.
~/Library/Application Support/Karabiner/private.xml
<?xml version="1.0"?>
<root>
<item>
<name>Keymap for danish_dollar key :second</name>
<appendix>map: ± to ~ # for type home_path in console</appendix>
<identifier>key_to_key::danish_dollar_to_backquote</identifier>
<autogen>
__KeyToKey__
KeyCode::DANISH_DOLLAR, ModifierFlag::COMMAND_L,
KeyCode::BACKQUOTE, ModifierFlag::COMMAND_L
</autogen>
</item>
<item>
<name>Keymap for danish_dollar key</name>
<appendix>map: cmd+§ => cmd+` # for keybind change current application window</appendix>
<identifier>key_to_key::cmd_danish_dollar_to_backquote</identifier>
<autogen>
__KeyToKey__
KeyCode::DANISH_DOLLAR,
KeyCode::BACKQUOTE
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment