mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 00:50:13 +01:00
This commit is contained in:
parent
0e050b607c
commit
40d95b095b
8 changed files with 17 additions and 5 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", "⌘/", "⇧↑", "⇧↓", "⇧→", "⇧←", "⇧⇥", "⇧⌘⇥", "⌃⇥", "⌘⇥", "⌃⌘⇥", "⇧⌘→", "⇧⌘←", "⌘Home", "⌘End", "⇧↩", "↩", "PageUp", "PageDown", "⌫", "⌦", "⌃I", "⌃E", "⌃N", "⌃U" 不可自定义
|
||||
public static readonly SIYUAN_KEYMAP: IKeymap = {
|
||||
general: {
|
||||
syncNow: {default: "F9", custom: "F9"},
|
||||
|
|
@ -137,6 +137,8 @@ export abstract class Constants {
|
|||
},
|
||||
editor: {
|
||||
general: {
|
||||
expandDown: {default: "⌥⇧↓", custom: "⌥⇧↓"},
|
||||
expandUp: {default: "⌥⇧↑", custom: "⌥⇧↑"},
|
||||
copyPlainText: {default: "", custom: ""},
|
||||
copyID: {default: "", custom: ""},
|
||||
netImg2LocalAsset: {default: "", custom: ""},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue