mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 08:30:12 +01:00
🎨 Add shortcut keys for splitting the tab Fix https://github.com/siyuan-note/siyuan/issues/9470
This commit is contained in:
parent
b63cc1839a
commit
c7c23cc1ea
3 changed files with 34 additions and 1 deletions
|
|
@ -256,6 +256,10 @@ export abstract class Constants {
|
|||
move: {default: "", custom: ""},
|
||||
selectOpen1: {default: "", custom: ""},
|
||||
toggleDock: {default: "", custom: ""},
|
||||
splitLR: {default: "", custom: ""},
|
||||
splitMoveR: {default: "", custom: ""},
|
||||
splitTB: {default: "", custom: ""},
|
||||
splitMoveB: {default: "", custom: ""},
|
||||
},
|
||||
editor: {
|
||||
general: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue