1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-11-25 15:46:17 +09:00

Improve readability

This commit is contained in:
syuilo 2018-09-18 15:02:26 +09:00
parent 3b628ec3c4
commit 6ead1de383
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69

View File

@ -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'),