Merge branch 'master' into v4

This commit is contained in:
Cagatay Civici 2024-03-25 11:06:16 +03:00
commit 5a6e010794
12 changed files with 34 additions and 19 deletions

View file

@ -355,7 +355,7 @@ export default {
return;
}
if (event.shiftKey || event.altKey) {
if (event.shiftKey || event.altKey || event.ctrlKey || event.metaKey) {
this.isSpecialChar = true;
return;