Skip to content

Instantly share code, notes, and snippets.

@dcunited001
Created December 2, 2012 12:40
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 dcunited001/4188476 to your computer and use it in GitHub Desktop.
Save dcunited001/4188476 to your computer and use it in GitHub Desktop.
KeyRemap4MacBook Virtual Hyper Key private.xml
<?xml version="1.0"?>
<root>
<item>
<name>PC Application Key as Virtual Hyper Key</name>
<!-- configure PCKeyboardHack to map Escape to PC Application Key (KeyCode 110) -->
<!-- add to private.xml in KeyRemap4MacBook -->
<item>
<name>Remap F19 to Hyper</name>
<appendix>OS X doesn't have a Hyper. This maps PC App Key to Control + Shift + Option + Command.</appendix>
<identifier>space_cadet.f19_to_hyper</identifier>
<autogen>--KeyToKey-- KeyCode::F19, KeyCode::COMMAND_L, ModifierFlag::CONTROL_L | ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L </autogen>
</item>
</item>
</item>
</root>
@sxv
Copy link

sxv commented Apr 10, 2013

it appears there is one too many 'item' closing tags.

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