Refactor
This commit is contained in:
parent
6b0d48423d
commit
7bbf022978
12 changed files with 38 additions and 76 deletions
|
|
@ -37,10 +37,6 @@ export default (opts: Opts = {}) => ({
|
|||
'ctrl+q': this.renoteDirectly,
|
||||
'up|k|shift+tab': this.focusBefore,
|
||||
'down|j|tab': this.focusAfter,
|
||||
'shift+up': () => this.$emit('parentFocus', 'up'),
|
||||
'shift+down': () => this.$emit('parentFocus', 'down'),
|
||||
'shift+left': () => this.$emit('parentFocus', 'left'),
|
||||
'shift+right': () => this.$emit('parentFocus', 'right'),
|
||||
'esc': this.blur,
|
||||
'm|o': () => this.menu(true),
|
||||
's': this.toggleShowContent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue