mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
This commit is contained in:
parent
18dd5b57ed
commit
6b6bb4ae7a
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ export abstract class Constants {
|
||||||
// "⌘A", "⌘X", "⌘C", "⌘V", "⇧⌘V", "⌘/", "⇧↑", "⇧↓", "⇧→", "⇧←", "⇧⇥", "⇧⌘⇥", "⌃⇥", "⌘⇥", "⌃⌘⇥", "⇧⌘→", "⇧⌘←", "⌘Home", "⌘End", "⇧↩", "↩", "PageUp", "PageDown", "⌫", "⌦" 不可自定义
|
// "⌘A", "⌘X", "⌘C", "⌘V", "⇧⌘V", "⌘/", "⇧↑", "⇧↓", "⇧→", "⇧←", "⇧⇥", "⇧⌘⇥", "⌃⇥", "⌘⇥", "⌃⌘⇥", "⇧⌘→", "⇧⌘←", "⌘Home", "⌘End", "⇧↩", "↩", "PageUp", "PageDown", "⌫", "⌦" 不可自定义
|
||||||
public static readonly SIYUAN_KEYMAP: IKeymap = {
|
public static readonly SIYUAN_KEYMAP: IKeymap = {
|
||||||
general: {
|
general: {
|
||||||
editMode: {default: "⌘.", custom: "⌘."},
|
editMode: {default: "⇧⌘G", custom: "⇧⌘G"},
|
||||||
syncNow: {default: "F9", custom: "F9"},
|
syncNow: {default: "F9", custom: "F9"},
|
||||||
enterBack: {default: "⌥←", custom: "⌥←"},
|
enterBack: {default: "⌥←", custom: "⌥←"},
|
||||||
enter: {default: "⌥→", custom: "⌥→"},
|
enter: {default: "⌥→", custom: "⌥→"},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue