mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
cc52aff0cb
commit
31c2f647e4
2 changed files with 20 additions and 10 deletions
|
|
@ -202,10 +202,11 @@ export const keymap = {
|
|||
if (event.ctrlKey && !event.metaKey && isMac()) {
|
||||
keymapStr += "⌃";
|
||||
}
|
||||
if (event.altKey) {
|
||||
keymapStr += "⌥";
|
||||
}
|
||||
if (event.shiftKey) {
|
||||
keymapStr += "⇧";
|
||||
} else if (event.altKey) {
|
||||
keymapStr += "⌥";
|
||||
}
|
||||
if (isCtrl(event)) {
|
||||
keymapStr += "⌘";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue