2015-06-21 06:01:39 +00:00
|
|
|
[Slack] has a couple of useful keyboard shortcuts for navigating between unread
|
|
|
|
channels. Unfortunately these use an awkward combination of keys involving
|
|
|
|
multiple modifiers and an arrow key (<span class="keyboard-shortcut">⌥⇧↓</span>
|
2015-06-21 10:08:46 +00:00
|
|
|
and <span class="keyboard-shortcut">⌥⇧↑</span>). 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].
|
2015-06-21 06:01:39 +00:00
|
|
|
|
|
|
|
[Slack]: https://slack.com/
|
|
|
|
[custom-shortcuts]: https://support.apple.com/kb/PH18418
|
|
|
|
|
2015-06-21 10:08:46 +00:00
|
|
|
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 <span
|
|
|
|
class="keyboard-shortcut">⌘J</span>:
|
2015-06-21 06:01:39 +00:00
|
|
|
|
|
|
|
<script src="https://gist.github.com/wezm/05210d76660e735944a7.js"></script>
|
|
|
|
[View Code][code]
|
|
|
|
|
|
|
|
[Karabiner]: https://pqrs.org/osx/karabiner/
|
|
|
|
[code]: https://gist.github.com/wezm/05210d76660e735944a7
|