fix: open keyboard shortcuts by pressing ? (#928)
This commit is contained in:
parent
f3ef63b288
commit
3e7c0099c8
|
|
@ -55,7 +55,7 @@
|
|||
</Modal>
|
||||
|
||||
<BaseButton
|
||||
v-shortcut="'?'"
|
||||
v-shortcut="'Shift+?'"
|
||||
class="keyboard-shortcuts-button d-print-none"
|
||||
@click="showKeyboardShortcuts()"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue