Skip to content

Instantly share code, notes, and snippets.

@wezm
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wezm/05210d76660e735944a7 to your computer and use it in GitHub Desktop.
Save wezm/05210d76660e735944a7 to your computer and use it in GitHub Desktop.
Karabiner Slack Customisation
<?xml version="1.0"?>
<root>
<appdef>
<appname>SLACK</appname>
<equal>com.tinyspeck.slackmacgap</equal>
</appdef>
<item>
<name>Slack Customisation</name>
<item>
<name>Map Cmd+J to Next Unread</name>
<identifier>remap.app_slack_next_unread</identifier>
<only>SLACK</only>
<autogen>__KeyToKey__ KeyCode::J, MODIFIERFLAG_EITHER_LEFT_OR_RIGHT_COMMAND, KeyCode::CURSOR_DOWN, ModifierFlag::OPTION_L, ModifierFlag::SHIFT_L</autogen>
</item>
</item>
</root>
@wezm
Copy link
Author

wezm commented Jun 26, 2015

June 26, 2015 10:25 am — Made the shortcut work with either Command key

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