diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-19 02:35:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-19 02:35:32 +0900 |
| commit | 3c865d6054b0efdcd32fdde7fd0997dfa85694d5 (patch) | |
| tree | 87871fc8ce359fa795a58c678ca91564c05b627b /src | |
| parent | Add new shortcut (diff) | |
| download | misskey-3c865d6054b0efdcd32fdde7fd0997dfa85694d5.tar.gz misskey-3c865d6054b0efdcd32fdde7fd0997dfa85694d5.tar.bz2 misskey-3c865d6054b0efdcd32fdde7fd0997dfa85694d5.zip | |
Add new shortcut
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/desktop/views/components/notes.note.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/desktop/views/components/notes.note.vue b/src/client/app/desktop/views/components/notes.note.vue index 1a670a9e7a..fdf41a52c9 100644 --- a/src/client/app/desktop/views/components/notes.note.vue +++ b/src/client/app/desktop/views/components/notes.note.vue @@ -119,6 +119,7 @@ export default Vue.extend({ 'ctrl+q|ctrl+right': this.renoteDirectly, 'up|k|shift+tab': this.focusBefore, 'down|j|tab': this.focusAfter, + 'esc': this.blur, 'm|o': () => this.menu(true), 's': this.toggleShowContent, '1': () => this.reactDirectly('like'), |