Skip to content

Instantly share code, notes, and snippets.

@danbee
Created January 13, 2016 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danbee/15c5388a2c5b7d4739d2 to your computer and use it in GitHub Desktop.
Save danbee/15c5388a2c5b7d4739d2 to your computer and use it in GitHub Desktop.
Karabiner configuration to swap Backquote(`) and Section(§) on a UK Filco Tenkeyless.
<?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