From 7f629598f4deba45cb3b9cdfb3556d73b6a8c40c Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sun, 21 Jun 2015 21:09:16 +1000 Subject: [PATCH] More tweaking of technical/2015/06/slack-shortcuts-karabiner --- .../2015/06/slack-shortcuts-karabiner.mkdn | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/content/technical/2015/06/slack-shortcuts-karabiner.mkdn b/content/technical/2015/06/slack-shortcuts-karabiner.mkdn index 12dd44d..48f93ea 100644 --- a/content/technical/2015/06/slack-shortcuts-karabiner.mkdn +++ b/content/technical/2015/06/slack-shortcuts-karabiner.mkdn @@ -1,20 +1,17 @@ [Slack] has a couple of useful keyboard shortcuts for navigating between unread -channels. Unfortunately these use an awkward combination of keys involving +channels. Unfortunately they use awkward combinations of keys involving multiple modifiers and an arrow key (⌥⇧↓ -and ⌥⇧↑). Additionally, these shortcuts -are not exposed in the menu bar. This means they can't be modified with the -[built-in support for custom shorcuts in Mac OS X][custom-shortcuts]. +and ⌥⇧↑). If these shortcuts were +exposed in the menu bar they could be modified using the [built-in support for +custom shortcuts in Mac OS X][custom-shortcuts]. As an alternative the +following [Karabiner] config can be used to change the next unread shortcut to +something more sane. I chose ⌘J: [Slack]: https://slack.com/ +[Karabiner]: https://pqrs.org/osx/karabiner/ [custom-shortcuts]: https://support.apple.com/kb/PH18418 -I made a feature request for this to be addressed. Until that happens, if at -all, the following [Karabiner] config can be used to change the next unread -shortcut to something more sane. I chose ⌘J: - [View Code][code] -[Karabiner]: https://pqrs.org/osx/karabiner/ [code]: https://gist.github.com/wezm/05210d76660e735944a7