From 17bc0d4844482359d70aa3c035e08d64a941903f Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Fri, 30 Dec 2016 11:24:47 +0900
Subject: [PATCH] #4

---
 src/web/app/desktop/tags/timeline-post.tag | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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!