Skip to content

Instantly share code, notes, and snippets.

@j0d5
Created December 21, 2014 11:10
Show Gist options
  • Save j0d5/011012cc80faecc2f3e5 to your computer and use it in GitHub Desktop.
Save j0d5/011012cc80faecc2f3e5 to your computer and use it in GitHub Desktop.
Karabiner Mac OS X Remap Left Control to Hyper
<?xml version="1.0"?>
<root>
<item>
<name>Remap Left Control to Hyper</name>
<appendix>OS X doesn't have a Hyper. This maps Left Control to Control + Shift + Option + Command.</appendix>
<identifier>space_cadet.left_control_to_hyper</identifier>
<autogen>
--KeyToKey--
KeyCode::F19,
KeyCode::COMMAND_L,
ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L | ModifierFlag::CONTROL_L
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment