mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
This commit is contained in:
parent
27a955126c
commit
bba546d017
2 changed files with 6 additions and 1 deletions
|
|
@ -101,6 +101,7 @@ export const updateHotkeyTip = (hotkey: string) => {
|
|||
|
||||
const KEY_MAP = new Map(Object.entries({
|
||||
"⌘": "Ctrl",
|
||||
"⌃": "Ctrl",
|
||||
"⇧": "Shift",
|
||||
"⌥": "Alt",
|
||||
"⇥": "Tab",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue