Improve keyboard shortcuts
This commit is contained in:
@@ -116,8 +116,8 @@ export default Vue.extend({
|
||||
'r|left': this.reply,
|
||||
'a|plus': () => this.react(true),
|
||||
'q|right': this.renote,
|
||||
'up|shift+tab': this.focusBefore,
|
||||
'down|tab': this.focusAfter,
|
||||
'up|k|shift+tab': this.focusBefore,
|
||||
'down|j|tab': this.focusAfter,
|
||||
'1': () => this.reactDirectly('like'),
|
||||
'2': () => this.reactDirectly('love'),
|
||||
'3': () => this.reactDirectly('laugh'),
|
||||
|
Reference in New Issue
Block a user