chore: Improvement is keyboard shortcuts (#10925)

This commit is contained in:
Sivin Varghese
2025-02-26 14:51:55 +05:30
committed by GitHub
parent 4d588ae618
commit 0ccbe5882c
4 changed files with 91 additions and 128 deletions

View File

@@ -127,7 +127,7 @@ export default {
const uploadRef = ref(false);
const keyboardEvents = {
'Alt+KeyA': {
'$mod+Alt+KeyA': {
action: () => {
// TODO: This is really hacky, we need to replace the file picker component with
// a custom one, where the logic and the component markup is isolated.