Добавил горячую клавишу

This commit is contained in:
Book Pauk
2019-02-18 17:23:12 +07:00
parent 0f5d3b34a5
commit 67bc893e22
3 changed files with 9 additions and 1 deletions

View File

@@ -930,6 +930,7 @@ class TextPage extends Vue {
this.$emit('full-screen-toogle');
break;
case 'Tab':
case 'KeyQ':
this.doToolBarToggle();
event.preventDefault();
event.stopPropagation();