From 30b00667f276f413868aad0fad4bd80e7e0c0b57 Mon Sep 17 00:00:00 2001 From: James Teh Date: Sat, 3 Dec 2022 08:01:02 +1000 Subject: [PATCH] feat: Add "a" keyboard shortcut to bookmark a toot. (#2268) Fixes #2237. Co-authored-by: Nolan Lawson --- src/intl/en-US.js | 1 + src/routes/_components/status/StatusToolbar.html | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/src/intl/en-US.js b/src/intl/en-US.js index 282dbaeb..f29b3b92 100644 --- a/src/intl/en-US.js +++ b/src/intl/en-US.js @@ -154,6 +154,7 @@ export default {
  • b to boost
  • r to reply
  • Escape to close reply
  • +
  • a to bookmark
  • i to open images, video, or audio
  • y to show or hide sensitive media
  • m to mention the author
  • diff --git a/src/routes/_components/status/StatusToolbar.html b/src/routes/_components/status/StatusToolbar.html index b2354f7a..c4208d25 100644 --- a/src/routes/_components/status/StatusToolbar.html +++ b/src/routes/_components/status/StatusToolbar.html @@ -44,6 +44,7 @@ + {/if}