about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/keyboard_shortcuts/index.js
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-11-29 17:02:36 +0100
committerEugen Rochko <eugen@zeonfederated.com>2019-11-29 17:02:35 +0100
commita690b3e470ed85cc6f3f8fa7aec57d04b60a4705 (patch)
treea9f3245c84450de00a543dd3d13bcb4fef47c983 /app/javascript/mastodon/features/keyboard_shortcuts/index.js
parent667708f5b00ee8b7795eacd9c20d29f77c8ae602 (diff)
Add hotkey for opening media files (#12498)
* [WiP] Add hotkey to open media

* Give focus to play/pause button when opening video modal
Diffstat (limited to 'app/javascript/mastodon/features/keyboard_shortcuts/index.js')
-rw-r--r--app/javascript/mastodon/features/keyboard_shortcuts/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/mastodon/features/keyboard_shortcuts/index.js b/app/javascript/mastodon/features/keyboard_shortcuts/index.js
index 90dc87cbb..666baf621 100644
--- a/app/javascript/mastodon/features/keyboard_shortcuts/index.js
+++ b/app/javascript/mastodon/features/keyboard_shortcuts/index.js
@@ -57,6 +57,10 @@ class KeyboardShortcuts extends ImmutablePureComponent {
                 <td><FormattedMessage id='keyboard_shortcuts.enter' defaultMessage='to open status' /></td>
               </tr>
               <tr>
+                <td><kbd>e</kbd></td>
+                <td><FormattedMessage id='keyboard_shortcuts.open_media' defaultMessage='to open media' /></td>
+              </tr>
+              <tr>
                 <td><kbd>x</kbd></td>
                 <td><FormattedMessage id='keyboard_shortcuts.toggle_hidden' defaultMessage='to show/hide text behind CW' /></td>
               </tr>