Created
November 11, 2015 11:46
-
-
Save anujbiyani/23096080b35edf62fd9f to your computer and use it in GitHub Desktop.
Karabiner custom bindings for UK keyboard; replace ~/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>Swap the GB pound symbol and sharp symbol</name> | |
<appendix>Change Shift+3 to #</appendix> | |
<appendix>Change Option+3 to £</appendix> | |
<identifier>private.swap_pound_and_sharp</identifier> | |
<autogen>__KeyToKey__ KeyCode::KEY_3, VK_OPTION, KeyCode::KEY_3, VK_SHIFT</autogen> | |
<autogen>__KeyToKey__ KeyCode::KEY_3, VK_SHIFT, KeyCode::KEY_3, VK_OPTION</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment