mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 00:50:13 +01:00
This commit is contained in:
parent
de529c2edd
commit
ecf67211c3
3 changed files with 10 additions and 1 deletions
|
|
@ -103,10 +103,12 @@ export abstract class Constants {
|
|||
"221": ["]", "}"],
|
||||
"222": ["'", '"'],
|
||||
};
|
||||
// 冲突不使用 "⌘S/Q"
|
||||
// "⌘", "⇧", "⌥", "⌃"
|
||||
// "⌘A", "⌘X", "⌘C", "⌘V", "⇧⌘V", "⌘/", "⇧↑", "⇧↓", "⇧→", "⇧←", "⇧⇥", "⇧⌘⇥", "⌃⇥", "⌘⇥", "⌃⌘⇥", "⇧⌘→", "⇧⌘←", "⌘Home", "⌘End", "⇧↩", "↩", "PageUp", "PageDown", "⌫", "⌦" 不可自定义
|
||||
public static readonly SIYUAN_KEYMAP: IKeymap = {
|
||||
general: {
|
||||
editMode: {default: "⌘.", custom: "⌘."},
|
||||
syncNow: {default: "F9", custom: "F9"},
|
||||
enterBack: {default: "⌥←", custom: "⌥←"},
|
||||
enter: {default: "⌥→", custom: "⌥→"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue