dotfiles/resources/karabiner-hyper.xml

18 lines
465 B
XML
Raw Normal View History

2014-10-24 07:19:23 -06:00
<?xml version="1.0"?>
<root>
<item>
<name>Remap Right Command to Hyper</name>
<appendix>OS X doesn't have a Hyper. This maps PC Application Key to Control + Shift + Option + Command.</appendix>
<identifier>imalison.right_command_to_hyper</identifier>
<autogen>
--KeyToKey--
KeyCode::COMMAND_R,
KeyCode::COMMAND_L,
ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L | ModifierFlag::CONTROL_L
</autogen>
</item>
</root>