summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2016-12-30 11:24:47 +0900
committersyuilo <syuilotan@yahoo.co.jp>2016-12-30 11:24:47 +0900
commit17bc0d4844482359d70aa3c035e08d64a941903f (patch)
tree8eb2cf06f182ad5ddf2c981dba99bad7b97aa645 /src
parentFix typo (diff)
downloadsharkey-17bc0d4844482359d70aa3c035e08d64a941903f.tar.gz
sharkey-17bc0d4844482359d70aa3c035e08d64a941903f.tar.bz2
sharkey-17bc0d4844482359d70aa3c035e08d64a941903f.zip
#4
Diffstat (limited to 'src')
-rw-r--r--src/web/app/desktop/tags/timeline-post.tag2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/desktop/tags/timeline-post.tag b/src/web/app/desktop/tags/timeline-post.tag
index e23cd6306e..8b90f0d013 100644
--- a/src/web/app/desktop/tags/timeline-post.tag
+++ b/src/web/app/desktop/tags/timeline-post.tag
@@ -355,7 +355,7 @@ script.
focus @root, (e) -> e.previous-element-sibling
| e.which == 40 or e.which == 75 or e.which == 9 => # ↓, k or Tab
focus @root, (e) -> e.next-element-sibling
- | e.which == 69 => # e
+ | e.which == 81 or e.which == 69 => # q or e
@repost!
| e.which == 70 or e.which == 76 => # f or l
@like!