mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Add technical/2015/06/slack-shortcuts-karabiner
This commit is contained in:
parent
4db3c565d3
commit
a15c51242d
3 changed files with 39 additions and 0 deletions
|
@ -356,6 +356,10 @@ body.articles #content nav
|
||||||
float: left
|
float: left
|
||||||
margin: 5px 10px 5px 0
|
margin: 5px 10px 5px 0
|
||||||
|
|
||||||
|
.keyboard-shortcut
|
||||||
|
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif
|
||||||
|
font-size: 1.5ex
|
||||||
|
font-weight: 400
|
||||||
|
|
||||||
img.alignleft
|
img.alignleft
|
||||||
float: left
|
float: left
|
||||||
|
|
20
content/technical/2015/06/slack-shortcuts-karabiner.mkdn
Normal file
20
content/technical/2015/06/slack-shortcuts-karabiner.mkdn
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
[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>
|
||||||
|
and <span class="keyboard-shortcut">⌥⇧↑</span>). Additionally these shortcuts
|
||||||
|
are not exposed in the menu bar, meaning they are not able to be modified with
|
||||||
|
the [built-in support for such customisation in Mac OS X][custom-shortcuts].
|
||||||
|
|
||||||
|
[Slack]: https://slack.com/
|
||||||
|
[custom-shortcuts]: https://support.apple.com/kb/PH18418
|
||||||
|
|
||||||
|
I have made a feature request for this to be addressed. Until the time 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>:
|
||||||
|
|
||||||
|
<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
|
15
content/technical/2015/06/slack-shortcuts-karabiner.yaml
Normal file
15
content/technical/2015/06/slack-shortcuts-karabiner.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
title: Custom Slack Shortcuts With Karabiner
|
||||||
|
extra: Making Slack more keyboard friendly.
|
||||||
|
kind: article
|
||||||
|
section: technical
|
||||||
|
created_at: 2015-06-21 14:37:00.000000000 +10:00
|
||||||
|
keywords:
|
||||||
|
- slack
|
||||||
|
- software
|
||||||
|
- customisation
|
||||||
|
- karabiner
|
||||||
|
- keyboard
|
||||||
|
- shortcuts
|
||||||
|
- productivity
|
||||||
|
short_url: http://j.mp/1Gs4FfK
|
Loading…
Reference in a new issue