mac main menu

This commit is contained in:
Jan Prochazka
2022-04-10 08:30:39 +02:00
parent 90f8d349fc
commit 6d92de6930
2 changed files with 15 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
import { commandsCustomized, visibleCommandPalette } from '../stores';
import { get } from 'svelte/store';
import { runGroupCommand } from './runCommand';
import { resolveKeyText } from '../utility/common';
import { resolveKeyText } from '../utility/common';
export function handleCommandKeyDown(e) {
let keyText = '';