diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-04-27 19:08:38 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-04-28 20:23:04 +0200 |
commit | f3acf8f41422e70b88371f0f6ed4a0b6d9723783 (patch) | |
tree | 8f053bae92d1cf650d06f5f4a109ec28693966d8 /app/javascript/flavours/glitch/features/ui | |
parent | cd9a28470221f377aa9db7fb0e3e054b2633fdc1 (diff) |
Add hotkey for bookmarking a toot
Diffstat (limited to 'app/javascript/flavours/glitch/features/ui')
-rw-r--r-- | app/javascript/flavours/glitch/features/ui/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/features/ui/index.js b/app/javascript/flavours/glitch/features/ui/index.js index dd527d528..947fdac93 100644 --- a/app/javascript/flavours/glitch/features/ui/index.js +++ b/app/javascript/flavours/glitch/features/ui/index.js @@ -98,6 +98,7 @@ const keyMap = { goToMuted: 'g m', goToRequests: 'g r', toggleSpoiler: 'x', + bookmark: 'd', }; @connect(mapStateToProps) |