From 7bbf022978b5f79bbb58ad31389c83b949218a52 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 21 Oct 2018 16:18:02 +0900 Subject: Refactor --- src/client/app/common/scripts/note-mixin.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/client/app/common/scripts') diff --git a/src/client/app/common/scripts/note-mixin.ts b/src/client/app/common/scripts/note-mixin.ts index 1556d06601..cd3d3ae760 100644 --- a/src/client/app/common/scripts/note-mixin.ts +++ b/src/client/app/common/scripts/note-mixin.ts @@ -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, -- cgit v1.2.3-freya