mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
🐛 tab
This commit is contained in:
parent
50e753230b
commit
721676d07a
1 changed files with 2 additions and 1 deletions
|
|
@ -82,7 +82,8 @@ export abstract class Constants {
|
||||||
};
|
};
|
||||||
|
|
||||||
// "⌘", "⇧", "⌥", "⌃"
|
// "⌘", "⇧", "⌥", "⌃"
|
||||||
// "⌘S", "⌘A", "⌘X", "⌘C", "⌘V", "⌘/", "⌘↑", "⌘↓", "⇧↑", "⇧↓", "⇧→", "⇧←", "⇧⇥", "⇧⌘⇥", "⌃⇥", "⌃⌘⇥", "⇧⌘→", "⇧⌘←", "⌘Home", "⌘End", "⇧↩", "↩", "PageUp", "PageDown", "⌫", "⌦", "F9" 不可自定义 public static readonly SIYUAN_KEYMAP: IKeymap = {
|
// "⌘S", "⌘A", "⌘X", "⌘C", "⌘V", "⌘/", "⌘↑", "⌘↓", "⇧↑", "⇧↓", "⇧→", "⇧←", "⇧⇥", "⇧⌘⇥", "⌃⇥", "⌃⌘⇥", "⇧⌘→", "⇧⌘←", "⌘Home", "⌘End", "⇧↩", "↩", "PageUp", "PageDown", "⌫", "⌦", "F9" 不可自定义
|
||||||
|
public static readonly SIYUAN_KEYMAP: IKeymap = {
|
||||||
general: {
|
general: {
|
||||||
enterBack: {default: "⌥←", custom: "⌥←"},
|
enterBack: {default: "⌥←", custom: "⌥←"},
|
||||||
enter: {default: "⌥→", custom: "⌥→"},
|
enter: {default: "⌥→", custom: "⌥→"},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue