diff options
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'), |