Skip to content

Commit

Permalink
Slack shortcuts (#1656)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecarlo authored Jun 15, 2024
1 parent f9b69ce commit 56d4f27
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 38 deletions.
88 changes: 88 additions & 0 deletions public/extra_descriptions/slack.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<link rel="stylesheet" href="../../vendor/css/bootstrap.min.css"/>

<p style="margin-top: 20px; font-weight: bold">
Hyper Key
</p>

<p>
The caps lock hyper key is included for quick left handed access to all the shortcuts.
</p>

<table class="table">
<tr>
<td>Caps Lock</td>
<td>
Maps to left control + left shift + right command (⌃⇧⌘).
The Caps lock is disabled.
</td>
</tr>
<tr>
<td>Double-tap right shift</td>
<td>Caps lock toggle</td>
</tr>
</table>

<p style="margin-top: 20px; font-weight: bold">
Searching and Navigation
</p>

<table class="table">
<tr>
<td>Caps Lock Hyper key + 1</td>
<td>Quick search</td>
</tr>
<tr>
<td>Caps Lock Hyper key + 2</td>
<td>Navigate to activity</td>
</tr>
<tr>
<td>Caps Lock Hyper key + 3</td>
<td>Navigate to DMs</td>
</tr>
<tr>
<td>Caps Lock Hyper key + 4</td>
<td>Navigate to all unread messages</td>
</tr>
</table>

<p style="margin-top: 20px; font-weight: bold">
Formatting and Messages
</p>

<table class="table">
<tr>
<td>Caps Lock Hyper key + q</td>
<td>Format selection as quote</td>
</tr>
<tr>
<td>Caps Lock Hyper key + a</td>
<td>Code format</td>
</tr>
<tr>
<td>Caps Lock Hyper key + s</td>
<td>Code block</td>
</tr>
<tr>
<td>Caps Lock Hyper key + d</td>
<td>Add hyperlink</td>
</tr>
<tr>
<td>Caps Lock Hyper key + f</td>
<td>Upload file</td>
</tr>
</table>

<p style="margin-top: 20px; font-weight: bold">
Other Shortcuts
</p>

<table class="table">
<tr>
<td>Caps Lock Hyper key + e</td>
<td>Set status</td>
</tr>
<tr>
<td>Slack: Caps Lock Hyper key + w</td>
<td>Toggle sidebar</td>
</tr>
</table>
3 changes: 2 additions & 1 deletion public/groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,8 @@
"extra_description_path": "extra_descriptions/premiere_pro.html"
},
{
"path": "json/slack_left_option_search.json"
"path": "json/slack.json",
"extra_description_path": "extra_descriptions/slack.html"
},
{
"path": "json/obsidian_emacs_vim-insert.json"
Expand Down
Loading

0 comments on commit 56d4f27

Please sign in to comment.