mirror of
https://github.com/heyman/heynote.git
synced 2026-02-06 11:27:25 +00:00
Add Mod+Shift+P shortcut to initial buffer content
This commit is contained in:
parent
28b0b006e5
commit
9f0db3c00f
@ -43,6 +43,7 @@ Available for Mac, Windows, and Linux.
|
||||
⌘ + N Create a new note buffer
|
||||
⌘ + S Move the current block to another (or new) buffer
|
||||
⌘ + P Open note selector
|
||||
⌘ + Shift + P Open command palette
|
||||
⌘ + Down Goto next block
|
||||
⌘ + Up Goto previous block
|
||||
⌘ + A Select all text in a note block. Press again to select the whole buffer
|
||||
@ -65,6 +66,7 @@ Ctrl + L Change block language
|
||||
Ctrl + N Create a new note buffer
|
||||
Ctrl + S Move the current block to another (or new) buffer
|
||||
Ctrl + P Open note selector
|
||||
Ctrl + Shift + P Open command palette
|
||||
Ctrl + Down Goto next block
|
||||
Ctrl + Up Goto previous block
|
||||
Ctrl + A Select all text in a note block. Press again to select the whole buffer
|
||||
|
||||
@ -12,6 +12,7 @@ export const keyHelpStr = (platform: string, extended: boolean = false) => {
|
||||
[`${modChar} + N`, "Create a new note buffer"],
|
||||
[`${modChar} + S`, "Move the current block to another (or new) buffer"],
|
||||
[`${modChar} + P`, "Open note selector"],
|
||||
[`${modChar} + Shift + P`, "Open command palette"],
|
||||
[`${modChar} + Down`, "Goto next block"],
|
||||
[`${modChar} + Up`, "Goto previous block"],
|
||||
[`${modChar} + A`, "Select all text in a note block. Press again to select the whole buffer"],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user