Improve keyboard shortcuts

This commit is contained in:
syuilo
2018-09-18 14:39:18 +09:00
parent 16c36163b4
commit f4045fb5b3
2 changed files with 6 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ export default Vue.extend({
return {
'r|left': this.reply,
'a|plus': () => this.react(true),
'q|n|right': this.renote,
'q|right': this.renote,
'up|shift+tab': this.focusBefore,
'down|tab': this.focusAfter,
'1': () => this.reactDirectly('like'),