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