Add hyper key.
This commit is contained in:
17
resources/karabiner-hyper.xml
Normal file
17
resources/karabiner-hyper.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user