Skip to content

Commit

Permalink
Updated slack documentation + css styling (#1659)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecarlo authored Jun 15, 2024
1 parent e8a4afe commit 0c61eb3
Showing 1 changed file with 13 additions and 19 deletions.
32 changes: 13 additions & 19 deletions public/extra_descriptions/slack.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<link rel="stylesheet" href="../../vendor/css/bootstrap.min.css"/>

<style>
.fixed-width {
width: 250px;
}
</style>

<p style="margin-top: 20px; font-weight: bold">
Hyper Key
</p>
Expand All @@ -16,14 +10,14 @@

<table class="table">
<tr>
<td class="fixed-width">Caps Lock</td>
<td style="width: 300px;">Caps Lock</td>
<td>
Maps to left control + left shift + right command (⌃⇧⌘).
The Caps lock is disabled.
</td>
</tr>
<tr>
<td class="fixed-width">Double-tap right shift</td>
<td style="width: 300px;">Double-tap right shift</td>
<td>Caps lock toggle</td>
</tr>
</table>
Expand All @@ -34,19 +28,19 @@

<table class="table">
<tr>
<td class="fixed-width">Caps Lock Hyper key + 1</td>
<td style="width: 300px;">Caps Lock Hyper key + 1</td>
<td>Quick search</td>
</tr>
<tr>
<td class="fixed-width">Caps Lock Hyper key + 2</td>
<td style="width: 300px;">Caps Lock Hyper key + 2</td>
<td>Navigate to activity</td>
</tr>
<tr>
<td class="fixed-width">Caps Lock Hyper key + 3</td>
<td style="width: 300px;">Caps Lock Hyper key + 3</td>
<td>Navigate to DMs</td>
</tr>
<tr>
<td class="fixed-width">Caps Lock Hyper key + 4</td>
<td style="width: 300px;">Caps Lock Hyper key + 4</td>
<td>Navigate to all unread messages</td>
</tr>
</table>
Expand All @@ -57,23 +51,23 @@

<table class="table">
<tr>
<td class="fixed-width">Caps Lock Hyper key + q</td>
<td style="width: 300px;">Caps Lock Hyper key + q</td>
<td>Format selection as quote</td>
</tr>
<tr>
<td class="fixed-width">Caps Lock Hyper key + a</td>
<td style="width: 300px;">Caps Lock Hyper key + a</td>
<td>Code format</td>
</tr>
<tr>
<td class="fixed-width">Caps Lock Hyper key + s</td>
<td style="width: 300px;">Caps Lock Hyper key + s</td>
<td>Code block</td>
</tr>
<tr>
<td class="fixed-width">Caps Lock Hyper key + d</td>
<td style="width: 300px;">Caps Lock Hyper key + d</td>
<td>Add hyperlink</td>
</tr>
<tr>
<td class="fixed-width">Caps Lock Hyper key + f</td>
<td style="width: 300px;">Caps Lock Hyper key + f</td>
<td>Upload file</td>
</tr>
</table>
Expand All @@ -84,11 +78,11 @@

<table class="table">
<tr>
<td class="fixed-width">Caps Lock Hyper key + e</td>
<td style="width: 300px;">Caps Lock Hyper key + e</td>
<td>Set status</td>
</tr>
<tr>
<td class="fixed-width">Slack: Caps Lock Hyper key + w</td>
<td style="width: 300px;">Slack: Caps Lock Hyper key + w</td>
<td>Toggle sidebar</td>
</tr>
</table>

0 comments on commit 0c61eb3

Please sign in to comment.