Skip to content

Instantly share code, notes, and snippets.

@krzkaczor
Created June 25, 2015 00:20
Show Gist options
  • Save krzkaczor/9401973c877d2eb99b0e to your computer and use it in GitHub Desktop.
Save krzkaczor/9401973c877d2eb99b0e to your computer and use it in GitHub Desktop.
Karabiner remap CAPS LOCK to Ctrl+TAB
<item>
<name>CAPS LOCK TO CTRL TAB</name>
<appendix>useful to quickly jump between tabs</append>
<identifier>private.swap_capslock</identifier>
<autogen>
--KeyToKey--
KeyCode::PC_APPLICATION,
KeyCode::TAB, ModifierFlag::CONTROL_L
</autogen>
</item>
@krzkaczor
Copy link
Author

First use Seil to remap CapsLock to PC_APPLICATION

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment