aboutsummaryrefslogtreecommitdiff
path: root/templates/about.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-10-19 06:06:41 +0000
committerr <r@freesoftwareextremist.com>2020-10-19 06:06:41 +0000
commitef41ff32e2cb16a3757b952a33d29528482685b8 (patch)
treed1630426e38b591774bfcf5425a1651b5faaaf92 /templates/about.tmpl
parenta23fd4afafe4d7609ae003b3d1e8598969871cb5 (diff)
downloadbloat-ef41ff32e2cb16a3757b952a33d29528482685b8.tar.gz
bloat-ef41ff32e2cb16a3757b952a33d29528482685b8.zip
Add keyboard shortcuts
Diffstat (limited to 'templates/about.tmpl')
-rw-r--r--templates/about.tmpl84
1 files changed, 83 insertions, 1 deletions
diff --git a/templates/about.tmpl b/templates/about.tmpl
index 1f6fda7..2b4d636 100644
--- a/templates/about.tmpl
+++ b/templates/about.tmpl
@@ -1,7 +1,7 @@
{{with .Data}}
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
-<div class="page-title"> About </div>
+<div class="page-title"> About </div>
<div>
<p>
A web client for <a href="https://pleroma.social" target="_blank">Mastodon Network</a>.
@@ -14,6 +14,88 @@
</P>
</div>
+<div class="page-title"> Keyboard shortcuts </div>
+<div>
+ <table class="keyboard-shortcuts">
+ <tr>
+ <td> User profile </td>
+ <td> <kbd>0</kbd> </td>
+ </tr>
+ <tr>
+ <td> Home timeline </td>
+ <td> <kbd>1</kbd> </td>
+ </tr>
+ <tr>
+ <td> Direct timeline </td>
+ <td> <kbd>2</kbd> </td>
+ </tr>
+ <tr>
+ <td> Local timeline </td>
+ <td> <kbd>3</kbd> </td>
+ </tr>
+ <tr>
+ <td> The Whole Known Network </td>
+ <td> <kbd>4</kbd> </td>
+ </tr>
+ <tr>
+ <td> Search </td>
+ <td> <kbd>5</kbd> </td>
+ </tr>
+ <tr>
+ <td> About </td>
+ <td> <kbd>6</kbd> </td>
+ </tr>
+ <tr>
+ <td> Settings </td>
+ <td> <kbd>7</kbd> </td>
+ </tr>
+ <tr>
+ <td> Signout </td>
+ <td> <kbd>8</kbd> </td>
+ </tr>
+ <tr>
+ <td> Emoji list </td>
+ <td> <kbd>L</kbd> </td>
+ </tr>
+ <tr>
+ <td> Edit post </td>
+ <td> <kbd>E</kbd> </td>
+ </tr>
+ <tr>
+ <td> Post format </td>
+ <td> <kbd>F</kbd> </td>
+ </tr>
+ <tr>
+ <td> Post scope </td>
+ <td> <kbd>S</kbd> </td>
+ </tr>
+ <tr>
+ <td> Post NSFW </td>
+ <td> <kbd>N</kbd> </td>
+ </tr>
+ <tr>
+ <td> Post attachments </td>
+ <td> <kbd>A</kbd> </td>
+ </tr>
+ <tr>
+ <td> Submit post </td>
+ <td> <kbd>P</kbd> </td>
+ </tr>
+ <tr>
+ <td> Refresh notifications </td>
+ <td> <kbd>R</kbd> </td>
+ </tr>
+ <tr>
+ <td> Read notifications </td>
+ <td> <kbd>C</kbd> </td>
+ </tr>
+ </table>
+ <p>
+ You can activate the shortcuts by pressing the associated key with your browser's <a href="https://en.wikipedia.org/wiki/Access_key#Access_in_different_browsers" target="_blank">accesskey modifier</a>,
+ which is generally <kbd>Alt</kbd> + <kbd>Shift</kbd>.
+ </p>
+</div>
+
{{template "footer.tmpl"}}
{{end}}