diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-04-27 19:17:42 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-04-28 20:23:04 +0200 |
commit | 67fb9a867956207ce52e5d683634bd58c82340ad (patch) | |
tree | 75e35707a4e6985aff913aded1c4f5284e2ca6cc /app/javascript/flavours/glitch/features/ui | |
parent | f3acf8f41422e70b88371f0f6ed4a0b6d9723783 (diff) |
Add keyboard shortcut to collapse/uncollapse toots
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 947fdac93..f95571d25 100644 --- a/app/javascript/flavours/glitch/features/ui/index.js +++ b/app/javascript/flavours/glitch/features/ui/index.js @@ -99,6 +99,7 @@ const keyMap = { goToRequests: 'g r', toggleSpoiler: 'x', bookmark: 'd', + toggleCollapse: 'shift+x', }; @connect(mapStateToProps) |