I never really need CAPS-LOCKS
but very often I press it accidently. So today I remapped the CAPS-LOCK
key to Shift-Control-Alt-CMD
on my MacBook Pro.
How to do this is described here:
And these are the required tools:
I'm using a private.xml
based on Steve Losh's suggestion because I don't have any for use for the extra ESC
bound to CAPS-LOCK
:
<?xml data-preserve-html-node="true" version="1.0"?>
<root data-preserve-html-node="true">
<item data-preserve-html-node="true">
<name data-preserve-html-node="true">Remap Left Control to Hyper</name>
<appendix data-preserve-html-node="true">OS X doesn't have a Hyper. This maps Left Control to Control + Shift + Option + Command.</appendix>
<identifier data-preserve-html-node="true">space_cadet.left_control_to_hyper</identifier>
<autogen data-preserve-html-node="true">
--KeyToKey--
KeyCode::F19,
KeyCode::COMMAND_L,
ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L | ModifierFlag::CONTROL_L
</autogen>
</item>
</root>