diff --git a/src/routes/_components/ShortcutHelpInfo.html b/src/routes/_components/ShortcutHelpInfo.html
index 6f6b6c2e..c939e92c 100644
--- a/src/routes/_components/ShortcutHelpInfo.html
+++ b/src/routes/_components/ShortcutHelpInfo.html
@@ -29,6 +29,7 @@
r to reply
m to mention the author
p to open the author's profile
+ l to open the card's link in a new tab
x to show or hide text behind content warning
y to show or hide sensitive media
diff --git a/src/routes/_components/status/StatusCard.html b/src/routes/_components/status/StatusCard.html
index 03d352e1..b30f67fa 100644
--- a/src/routes/_components/status/StatusCard.html
+++ b/src/routes/_components/status/StatusCard.html
@@ -1,4 +1,4 @@
-
+
{title}
@@ -12,6 +12,9 @@
{/if}
+ {#if enableShortcuts}
+
+ {/if}