mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
📝 Mac 含 Shift 快捷键提示修改
This commit is contained in:
parent
4696f72522
commit
82cdbcba57
4 changed files with 11 additions and 11 deletions
|
|
@ -5941,7 +5941,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Type": "NodeText",
|
"Type": "NodeText",
|
||||||
"Data": "⇧⌘."
|
"Data": "⇧⌘>"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Type": "NodeKbdCloseMarker"
|
"Type": "NodeKbdCloseMarker"
|
||||||
|
|
@ -9456,7 +9456,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Type": "NodeText",
|
"Type": "NodeText",
|
||||||
"Data": "⇧⌘-"
|
"Data": "⇧⌘_"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Type": "NodeKbdCloseMarker"
|
"Type": "NodeKbdCloseMarker"
|
||||||
|
|
@ -11055,4 +11055,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6039,7 +6039,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Type": "NodeText",
|
"Type": "NodeText",
|
||||||
"Data": "⇧⌘."
|
"Data": "⇧⌘>"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Type": "NodeKbdCloseMarker"
|
"Type": "NodeKbdCloseMarker"
|
||||||
|
|
@ -9483,7 +9483,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Type": "NodeText",
|
"Type": "NodeText",
|
||||||
"Data": "⇧⌘-"
|
"Data": "⇧⌘_"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Type": "NodeKbdCloseMarker"
|
"Type": "NodeKbdCloseMarker"
|
||||||
|
|
@ -11060,4 +11060,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6039,7 +6039,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Type": "NodeText",
|
"Type": "NodeText",
|
||||||
"Data": "⇧⌘."
|
"Data": "⇧⌘>"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Type": "NodeKbdCloseMarker"
|
"Type": "NodeKbdCloseMarker"
|
||||||
|
|
@ -9502,7 +9502,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Type": "NodeText",
|
"Type": "NodeText",
|
||||||
"Data": "⇧⌘-"
|
"Data": "⇧⌘_"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Type": "NodeKbdCloseMarker"
|
"Type": "NodeKbdCloseMarker"
|
||||||
|
|
@ -11101,4 +11101,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -127,7 +127,7 @@ export abstract class Constants {
|
||||||
vLayout: {default: "", custom: ""},
|
vLayout: {default: "", custom: ""},
|
||||||
refPopover: {default: "", custom: ""},
|
refPopover: {default: "", custom: ""},
|
||||||
insertBottom: {default: "⌥⌘.", custom: "⌥⌘."},
|
insertBottom: {default: "⌥⌘.", custom: "⌥⌘."},
|
||||||
refTab: {default: "⇧⌘.", custom: "⇧⌘."},
|
refTab: {default: "⇧⌘>", custom: "⇧⌘>"},
|
||||||
openBy: {default: "⌘.", custom: "⌘."},
|
openBy: {default: "⌘.", custom: "⌘."},
|
||||||
insertRight: {default: "⌥.", custom: "⌥."},
|
insertRight: {default: "⌥.", custom: "⌥."},
|
||||||
attr: {default: "⌥⌘A", custom: "⌥⌘A"},
|
attr: {default: "⌥⌘A", custom: "⌥⌘A"},
|
||||||
|
|
@ -202,7 +202,7 @@ export abstract class Constants {
|
||||||
moveToLeft: {default: "⌥⌘L", custom: "⌥⌘L"},
|
moveToLeft: {default: "⌥⌘L", custom: "⌥⌘L"},
|
||||||
moveToRight: {default: "⌥⌘R", custom: "⌥⌘R"},
|
moveToRight: {default: "⌥⌘R", custom: "⌥⌘R"},
|
||||||
"delete-row": {default: "⌘-", custom: "⌘-"},
|
"delete-row": {default: "⌘-", custom: "⌘-"},
|
||||||
"delete-column": {default: "⇧⌘-", custom: "⇧⌘-"}
|
"delete-column": {default: "⇧⌘_", custom: "⇧⌘_"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue