Created
November 23, 2012 13:16
-
-
Save trishume/4135580 to your computer and use it in GitHub Desktop.
My keyremap4macbook private.xml
This file contains hidden or 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>Remap Right Control to Hyper</name> | |
<appendix>OS X doesn't have a Hyper. This maps right control to Control + Shift + Option + Command.</appendix> | |
<identifier>space_cadet.left_control_to_hyper</identifier> | |
<autogen> | |
--KeyToKey-- | |
KeyCode::CONTROL_R, | |
KeyCode::COMMAND_L, | |
ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L | ModifierFlag::CONTROL_L | |
</autogen> | |
</item> | |
<item> | |
<name>Remap Hyper+P to play/pause</name> | |
<appendix>For keyboards without media keys.</appendix> | |
<identifier>space_cadet.hyper_pause</identifier> | |
<autogen> | |
--KeyToKey-- | |
KeyCode::P, | |
ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L | ModifierFlag::CONTROL_L, | |
ConsumerKeyCode::MUSIC_PLAY | |
</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment