File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ Ctrl + Shift + [ Fold block(s)
7272Ctrl + Shift + ] Unfold block(s)
7373Ctrl + Shift + . Toggle block fold
7474Alt Show menu
75+ ```
7576
7677You can see all the default key bindings in Heynote's settings under Key Bindings.
7778
78- ```
7979
8080## Custom Key Bindings
8181
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const isDevelopment = process.env.NODE_ENV === "development" || !!process.env.VS
1818const isProduction = process . env . NODE_ENV === "production"
1919
2020const injectKeybindsInDocs = async ( ) => {
21- const keybindsRegex = / ^ ( < ! - - k e y b o a r d _ s h o r t c u t s - - > \s * ) .* ?^ ( ` ` ` \s + # ) / gms
21+ const keybindsRegex = / ^ ( < ! - - k e y b o a r d _ s h o r t c u t s - - > \s * ) .* ?^ ( \s + # ) / gms
2222 const shortcuts = `$1**On Mac**
2323
2424\`\`\`
@@ -29,6 +29,7 @@ ${keyHelpStr('darwin', true)}
2929
3030\`\`\`
3131${ keyHelpStr ( 'win32' , true ) }
32+ \`\`\`
3233
3334You can see all the default key bindings in Heynote's settings under Key Bindings.
3435
You can’t perform that action at this time.
0 commit comments