Improve readability
This commit is contained in:
parent
3b628ec3c4
commit
6ead1de383
|
@ -115,8 +115,8 @@ export default Vue.extend({
|
||||||
return {
|
return {
|
||||||
'r|left': () => this.reply(true),
|
'r|left': () => this.reply(true),
|
||||||
'a|plus': () => this.react(true),
|
'a|plus': () => this.react(true),
|
||||||
'ctrl+q|ctrl+right': this.renoteDirectly,
|
|
||||||
'q|right': () => this.renote(true),
|
'q|right': () => this.renote(true),
|
||||||
|
'ctrl+q|ctrl+right': this.renoteDirectly,
|
||||||
'up|k|shift+tab': this.focusBefore,
|
'up|k|shift+tab': this.focusBefore,
|
||||||
'down|j|tab': this.focusAfter,
|
'down|j|tab': this.focusAfter,
|
||||||
'1': () => this.reactDirectly('like'),
|
'1': () => this.reactDirectly('like'),
|
||||||
|
|
Loading…
Reference in New Issue