Vanessa 2023-05-03 14:43:19 +08:00
parent 27a955126c
commit bba546d017
2 changed files with 6 additions and 1 deletions

View file

@ -101,6 +101,7 @@ export const updateHotkeyTip = (hotkey: string) => {
const KEY_MAP = new Map(Object.entries({
"⌘": "Ctrl",
"⌃": "Ctrl",
"⇧": "Shift",
"⌥": "Alt",
"⇥": "Tab",