Skip to content

Instantly share code, notes, and snippets.

@nelstrom
Created December 19, 2013 17:57
Show Gist options
  • Save nelstrom/8043477 to your computer and use it in GitHub Desktop.
Save nelstrom/8043477 to your computer and use it in GitHub Desktop.
<root>
<devicevendordef>
<vendorname>FILCO</vendorname>
<vendorid>0x04d9</vendorid>
</devicevendordef>
<deviceproductdef>
<productname>MAJESTOUCH_TENKEYLESS</productname>
<productid>0x1818</productid>
</deviceproductdef>
<item>
<name>Swap Danish Dollar and Backquote</name>
<identifier>private.swap_danishdollar_and_backquote</identifier>
<device_only>DeviceVendor::FILCO, DeviceProduct::MAJESTOUCH_TENKEYLESS</device_only>
<autogen>__KeyToKey__ KeyCode::DANISH_DOLLAR, KeyCode::BACKQUOTE</autogen>
<autogen>__KeyToKey__ KeyCode::BACKQUOTE, KeyCode::DANISH_DOLLAR</autogen>
</item>
</root>
@nelstrom
Copy link
Author

Load this configuration into KeyRemap4Macbook to swap the and§keys, as well as their shifted alternatives:~and±`. For more details, see the documentation for the private.xml format.

When using a Filco Majestouch Tenkeyless with my Macbook Pro (UK keyboard), the Filco keyboard layout matches that of my Macbook exactly except that the and§` keys are swapped. This configuration fixes that. Phew!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment