Created
December 2, 2012 12:40
-
-
Save dcunited001/4188476 to your computer and use it in GitHub Desktop.
KeyRemap4MacBook Virtual Hyper Key private.xml
This file contains 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> | |
<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> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it appears there is one too many 'item' closing tags.