Last active
August 29, 2015 14:23
-
-
Save nobuf/7d17cf932dcb13f96619 to your computer and use it in GitHub Desktop.
private.xml for Karabiner
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>Switch Input Method to Expose key</name> | |
<appendix>Ctrl-3 to the Expose key (F3)</appendix> | |
<identifier>remap.input_method_to_fkeys_f3</identifier> | |
<autogen>__KeyToKey__ KeyCode::EXPOSE_ALL, KeyCode::KEY_3, ModifierFlag::CONTROL_L</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have been using
Ctrl-3
forSelect the previous input source
shortcut. I'm trying https://pqrs.org/osx/karabiner/ and adding the Expose key (F3
) instead.