mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-02 08:01:59 +08:00
📱
This commit is contained in:
parent
a4cacb11de
commit
2fa11137a0
@ -218,6 +218,9 @@ export const isIncludesHotKey = (hotKey: string) => {
|
||||
};
|
||||
|
||||
export const updateControlAlt = () => {
|
||||
if (!window.siyuan.config.keymap.general) {
|
||||
return;
|
||||
}
|
||||
Object.keys(window.siyuan.config.keymap.general).forEach(key => {
|
||||
if (["fileTree", "outline", "bookmark", "tag", "dailyNote", "inbox", "backlinks",
|
||||
"graphView", "globalGraph", "riffCard"].includes(key)) {
|
||||
|
Loading…
Reference in New Issue
Block a user