1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

refactor(UI): changed query clear shortcut

This commit is contained in:
2021-10-16 18:43:23 +02:00
parent 9046b858b1
commit d2d0c3ca41
4 changed files with 5 additions and 6 deletions

View File

@ -4,7 +4,7 @@
class="workspace-query-tab column col-12 columns col-gapless no-outline p-0"
tabindex="0"
@keydown.116="runQuery(query)"
@keydown.ctrl.87="clear"
@keydown.ctrl.alt.87="clear"
@keydown.ctrl.66="beautify"
@keydown.ctrl.71="openHistoryModal"
>