Add new shortcut

This commit is contained in:
syuilo 2018-09-19 02:35:32 +09:00
parent fd770b008e
commit 3c865d6054
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ export default Vue.extend({
'ctrl+q|ctrl+right': this.renoteDirectly, '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,
'esc': this.blur,
'm|o': () => this.menu(true), 'm|o': () => this.menu(true),
's': this.toggleShowContent, 's': this.toggleShowContent,
'1': () => this.reactDirectly('like'), '1': () => this.reactDirectly('like'),