mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 00:50:13 +01:00
This commit is contained in:
parent
879361ecdf
commit
696953a79e
6 changed files with 13 additions and 41 deletions
|
|
@ -105,7 +105,7 @@ export abstract class Constants {
|
|||
"222": ["'", '"'],
|
||||
};
|
||||
// "⌘", "⇧", "⌥", "⌃"
|
||||
// "⌘A", "⌘X", "⌘C", "⌘V", "⌘/", "⇧↑", "⇧↓", "⇧→", "⇧←", "⇧⇥", "⇧⌘⇥", "⌃⇥", "⌘⇥", "⌃⌘⇥", "⇧⌘→", "⇧⌘←", "⌘Home", "⌘End", "⇧↩", "↩", "PageUp", "PageDown", "⌫", "⌦", "⌃I", "⌃E", "⌃N", "⌃U" 不可自定义
|
||||
// "⌘A", "⌘X", "⌘C", "⌘V", "⇧⌘V", "⌘/", "⇧↑", "⇧↓", "⇧→", "⇧←", "⇧⇥", "⇧⌘⇥", "⌃⇥", "⌘⇥", "⌃⌘⇥", "⇧⌘→", "⇧⌘←", "⌘Home", "⌘End", "⇧↩", "↩", "PageUp", "PageDown", "⌫", "⌦" 不可自定义
|
||||
public static readonly SIYUAN_KEYMAP: IKeymap = {
|
||||
general: {
|
||||
syncNow: {default: "F9", custom: "F9"},
|
||||
|
|
@ -157,7 +157,6 @@ export abstract class Constants {
|
|||
copyProtocol: {default: "⇧⌘H", custom: "⇧⌘H"},
|
||||
copyBlockEmbed: {default: "⇧⌘E", custom: "⇧⌘E"},
|
||||
copyHPath: {default: "⇧⌘P", custom: "⇧⌘P"},
|
||||
pasteAsPlainText: {default: "⇧⌘V", custom: "⇧⌘V"},
|
||||
undo: {default: "⌘Z", custom: "⌘Z"},
|
||||
redo: {default: "⌘Y", custom: "⌘Y"},
|
||||
rename: {default: "F2", custom: "F2"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue