Created
October 15, 2014 11:11
-
-
Save sletix/4471f53f2540134c1563 to your computer and use it in GitHub Desktop.
~/Library/Application Support/Karabiner/private.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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