Skip to content

Instantly share code, notes, and snippets.

@nobuf
Last active August 29, 2015 14:23
Show Gist options
  • Save nobuf/7d17cf932dcb13f96619 to your computer and use it in GitHub Desktop.
Save nobuf/7d17cf932dcb13f96619 to your computer and use it in GitHub Desktop.
private.xml for Karabiner
<?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>
@nobuf
Copy link
Author

nobuf commented Jun 15, 2015

I have been using Ctrl-3 for Select the previous input source shortcut. I'm trying https://pqrs.org/osx/karabiner/ and adding the Expose key (F3) instead.

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