Skip to content

Instantly share code, notes, and snippets.

@hisea
Created October 17, 2012 02:46
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 hisea/3903442 to your computer and use it in GitHub Desktop.
Save hisea/3903442 to your computer and use it in GitHub Desktop.
Happy Hacking Keyboard remap file for Keyremap4macbook
<?xml version="1.0"?>
<root>
<devicevendordef>
<vendorname>PFU</vendorname>
<vendorid>0x0853</vendorid>
</devicevendordef>
<deviceproductdef>
<productname>HHK</productname>
<productid>0x0100</productid>
</deviceproductdef>
<item>
<name>HHK Key Remap</name>
<device_only>DeviceVendor::PFU, DeviceProduct::HHK</device_only>
<identifier>private.config_hhk_remap</identifier>
<autogen>--KeyToKey-- KeyCode::BACKQUOTE, KeyCode::DELETE</autogen>
<autogen>--KeyToKey-- KeyCode::DELETE, KeyCode::BACKSLASH</autogen>
<autogen>--KeyToKey-- KeyCode::BACKSLASH, KeyCode::BACKQUOTE</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment