Use kdb in space panel shortcut (#12525)

This commit is contained in:
Florian Duros
2024-05-15 09:44:17 +00:00
committed by GitHub
parent 667a7548a7
commit 6b0cb75d82
3 changed files with 13 additions and 9 deletions
+1
View File
@@ -203,6 +203,7 @@ export const KEY_ICON: Record<string, string> = {
if (IS_MAC) {
KEY_ICON[Key.META] = "⌘";
KEY_ICON[Key.ALT] = "⌥";
KEY_ICON[Key.SHIFT] = "⇧";
}
export const CATEGORIES: Record<CategoryName, ICategory> = {