Created
January 13, 2016 11:42
-
-
Save danbee/15c5388a2c5b7d4739d2 to your computer and use it in GitHub Desktop.
Karabiner configuration to swap Backquote(`) and Section(§) on a UK Filco Tenkeyless.
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> | |
<deviceproductdef> | |
<productname>FKBN88M_UKB2</productname> | |
<productid>0x2221</productid> | |
</deviceproductdef> | |
<item> | |
<name>Swap Backquote(`) and Section(§) on Filco Tenkeyless UK</name> | |
<identifier>private.deviceproductdef</identifier> | |
<device_only>DeviceVendor::FILCO, DeviceProduct::FKBN88M_UKB2</device_only> | |
<autogen>__KeyToKey__ KeyCode::UK_SECTION, KeyCode::BACKQUOTE</autogen> | |
<autogen>__KeyToKey__ KeyCode::BACKQUOTE, KeyCode::UK_SECTION</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment