mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 08:30:12 +01:00
This commit is contained in:
parent
87032626e2
commit
0eb4d04e2d
10 changed files with 78 additions and 16 deletions
|
|
@ -221,7 +221,7 @@ export abstract class Constants {
|
|||
};
|
||||
// 冲突不使用 "⌘S/Q"
|
||||
// "⌘", "⇧", "⌥", "⌃"
|
||||
// "⌘A", "⌘X", "⌘C", "⌘V", "⌘-", "⌘=", "⌘0", "⇧⌘V", "⌘/", "⇧↑", "⇧↓", "⇧→", "⇧←", "⇧⇥", "⌃D","⌃⇧⇥", "⌃⇥", "⌘⇥", "⇧⌘⇥", "⇧⌘→", "⇧⌘←",
|
||||
// "⌘A", "⌘X", "⌘C", "⌘V", "⌘-", "⌘=", "⌘0", "⇧⌘V", "⌘/", "⇧↑", "⇧↓", "⇧→", "⇧←", "⇧⇥", "⌃D", "⌘⇥", "⇧⌘⇥", "⇧⌘→", "⇧⌘←",
|
||||
// "⌘Home", "⌘End", "⇧↩", "↩", "PageUp", "PageDown", "⌫", "⌦" 不可自定义
|
||||
public static readonly SIYUAN_KEYMAP: IKeymap = {
|
||||
general: {
|
||||
|
|
@ -265,6 +265,8 @@ export abstract class Constants {
|
|||
goToTab9: {default: "⌘9", custom: "⌘9"},
|
||||
goToTabNext: {default: "⇧⌘]", custom: "⇧⌘]"},
|
||||
goToTabPrev: {default: "⇧⌘[", custom: "⇧⌘["},
|
||||
goToEditTabNext: {default: "⌃⇥", custom: "⌃⇥"},
|
||||
goToEditTabPrev: {default: "⌃⇧⇥", custom: "⌃⇧⇥"},
|
||||
move: {default: "", custom: ""},
|
||||
selectOpen1: {default: "", custom: ""},
|
||||
toggleDock: {default: "", custom: ""},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue