mirror of
https://github.com/heyman/heynote.git
synced 2024-12-22 14:40:37 +01:00
Add help info for C-N key binding
This commit is contained in:
parent
882919710e
commit
1f24d1a4e3
@ -38,7 +38,8 @@ Available for Mac, Windows, and Linux.
|
|||||||
⌥ + Shift + Enter Add new block at the start of the buffer
|
⌥ + Shift + Enter Add new block at the start of the buffer
|
||||||
⌘ + ⌥ + Enter Split the current block at cursor position
|
⌘ + ⌥ + Enter Split the current block at cursor position
|
||||||
⌘ + L Change block language
|
⌘ + L Change block language
|
||||||
⌘ + S Create a new note from the current block
|
⌘ + N Create a new note buffer
|
||||||
|
⌘ + S Create a new note buffer from the current block
|
||||||
⌘ + P Open note selector
|
⌘ + P Open note selector
|
||||||
⌘ + Down Goto next block
|
⌘ + Down Goto next block
|
||||||
⌘ + Up Goto previous block
|
⌘ + Up Goto previous block
|
||||||
@ -56,7 +57,8 @@ Ctrl + Shift + Enter Add new block at the end of the buffer
|
|||||||
Alt + Shift + Enter Add new block at the start of the buffer
|
Alt + Shift + Enter Add new block at the start of the buffer
|
||||||
Ctrl + Alt + Enter Split the current block at cursor position
|
Ctrl + Alt + Enter Split the current block at cursor position
|
||||||
Ctrl + L Change block language
|
Ctrl + L Change block language
|
||||||
Ctrl + S Create a new note from the current block
|
Ctrl + N Create a new note buffer
|
||||||
|
Ctrl + S Create a new note buffer from the current block
|
||||||
Ctrl + P Open note selector
|
Ctrl + P Open note selector
|
||||||
Ctrl + Down Goto next block
|
Ctrl + Down Goto next block
|
||||||
Ctrl + Up Goto previous block
|
Ctrl + Up Goto previous block
|
||||||
|
@ -9,7 +9,8 @@ export const keyHelpStr = (platform: string) => {
|
|||||||
[`${altChar} + Shift + Enter`, "Add new block at the start of the buffer"],
|
[`${altChar} + Shift + Enter`, "Add new block at the start of the buffer"],
|
||||||
[`${modChar} + ${altChar} + Enter`, "Split the current block at cursor position"],
|
[`${modChar} + ${altChar} + Enter`, "Split the current block at cursor position"],
|
||||||
[`${modChar} + L`, "Change block language"],
|
[`${modChar} + L`, "Change block language"],
|
||||||
[`${modChar} + S`, "Create a new note from the current block"],
|
[`${modChar} + N`, "Create a new note buffer"],
|
||||||
|
[`${modChar} + S`, "Create a new note buffer from the current block"],
|
||||||
[`${modChar} + P`, "Open note selector"],
|
[`${modChar} + P`, "Open note selector"],
|
||||||
[`${modChar} + Down`, "Goto next block"],
|
[`${modChar} + Down`, "Goto next block"],
|
||||||
[`${modChar} + Up`, "Goto previous block"],
|
[`${modChar} + Up`, "Goto previous block"],
|
||||||
|
Loading…
Reference in New Issue
Block a user