2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-03 15:40:30 +00:00
steffen-dotfiles/keyboard/private.xml
2014-12-16 18:17:29 +01:00

19 lines
472 B
XML

<?xml version="1.0"?>
<root>
<item>
<!-- copy top ~/Library/Application\ Support/Karabiner/ -->
<name>Remap F19 Hyper</name>
<appendix>This maps F19 (keycode 80) to Control + Shift + Option + Command</appendix>
<identifier>webgefrickel.hyperhyper</identifier>
<autogen>
--KeyToKey--
KeyCode::F19,
KeyCode::COMMAND_L,
ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L | ModifierFlag::CONTROL_L
</autogen>
</item>
</root>