Ver código fonte

:memo: https://github.com/siyuan-note/siyuan/issues/5836

Vanessa 2 anos atrás
pai
commit
a44227a4c1
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/src/protyle/util/hotKey.ts

+ 1 - 1
app/src/protyle/util/hotKey.ts

@@ -1,6 +1,6 @@
 import {isCtrl} from "./compatibility";
 import {isCtrl} from "./compatibility";
 
 
-// 是否匹配 ⇧⌘[] / ⌘[] / ⌥[] / ⌥⌘[] / ⇧Tab / []
+// 是否匹配 ⇧⌘[] / ⌘[] / ⌥[] / ⌥⌘[] / ⌥⇧[] / ⌥⇧⌘[] / ⇧Tab / []
 export const matchHotKey = (hotKey: string, event: KeyboardEvent) => {
 export const matchHotKey = (hotKey: string, event: KeyboardEvent) => {
     if (hotKey === "") {
     if (hotKey === "") {
         return false;
         return false;