about summary refs log tree commit diff
path: root/app/javascript/themes/glitch/features/ui/index.js
diff options
context:
space:
mode:
authorkibigo! <marrus-sh@users.noreply.github.com>2017-11-27 13:17:12 -0800
committerkibigo! <marrus-sh@users.noreply.github.com>2017-11-27 13:30:01 -0800
commitf3c3df62ab0f460ec9eea558a09aefc161a9d8d5 (patch)
tree782f63eeb01e23a7a650e5cb0042ad2a365a19d0 /app/javascript/themes/glitch/features/ui/index.js
parent63d47e04c4b22fc5caf5e6f4d0156040c91339fe (diff)
Implement status hotkeys + spoiler expanding
Diffstat (limited to 'app/javascript/themes/glitch/features/ui/index.js')
-rw-r--r--app/javascript/themes/glitch/features/ui/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/themes/glitch/features/ui/index.js b/app/javascript/themes/glitch/features/ui/index.js
index b59a2e637..3eea63189 100644
--- a/app/javascript/themes/glitch/features/ui/index.js
+++ b/app/javascript/themes/glitch/features/ui/index.js
@@ -84,6 +84,7 @@ const keyMap = {
   goToProfile: 'g u',
   goToBlocked: 'g b',
   goToMuted: 'g m',
+  toggleSpoiler: 'x',
 };
 
 @connect(mapStateToProps)