diff options
author | r <r@freesoftwareextremist.com> | 2021-05-30 07:02:48 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2021-05-30 07:02:48 +0000 |
commit | 7c7ab09d5126b1e63ae728013459ea4ccd3269fd (patch) | |
tree | 5586e06543ba8379dede263276d649018a269c8b | |
parent | 5d42e59c7f797deb6f461df564cecfc4643fa002 (diff) | |
download | bloat-7c7ab09d5126b1e63ae728013459ea4ccd3269fd.tar.gz bloat-7c7ab09d5126b1e63ae728013459ea4ccd3269fd.zip |
Add refresh thread accesskey on /about
-rw-r--r-- | templates/about.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/about.tmpl b/templates/about.tmpl index a179a9c..6357bcb 100644 --- a/templates/about.tmpl +++ b/templates/about.tmpl @@ -89,6 +89,10 @@ <td> Read notifications </td> <td> <kbd>C</kbd> </td> </tr> + <tr> + <td> Refresh thread page </td> + <td> <kbd>T</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>, |