From 6ead1de383764bf4c7cbd3b2e453ed8bde6da0d3 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Tue, 18 Sep 2018 15:02:26 +0900
Subject: [PATCH] Improve readability

---
 src/client/app/desktop/views/components/notes.note.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/client/app/desktop/views/components/notes.note.vue b/src/client/app/desktop/views/components/notes.note.vue
index a2ba85bdf9..e2c61dabe8 100644
--- a/src/client/app/desktop/views/components/notes.note.vue
+++ b/src/client/app/desktop/views/components/notes.note.vue
@@ -115,8 +115,8 @@ export default Vue.extend({
 			return {
 				'r|left': () => this.reply(true),
 				'a|plus': () => this.react(true),
-				'ctrl+q|ctrl+right': this.renoteDirectly,
 				'q|right': () => this.renote(true),
+				'ctrl+q|ctrl+right': this.renoteDirectly,
 				'up|k|shift+tab': this.focusBefore,
 				'down|j|tab': this.focusAfter,
 				'1': () => this.reactDirectly('like'),