@@ -52,6 +52,7 @@ Mind elixir is a free open source mind map core.
5252 - [ Operation Guards] ( #operation-guards )
5353- [ Methods] ( #methods )
5454- [ Theme] ( #theme )
55+ - [ Shortcuts] ( #shortcuts )
5556- [ Not only core] ( #not-only-core )
5657- [ Development] ( #development )
5758- [ Thanks] ( #thanks )
@@ -295,6 +296,28 @@ mind.changeTheme({
295296
296297Be aware that Mind Elixir will not observe the change of ` prefers-color-scheme ` . Please change the theme ** manually** when the scheme changes.
297298
299+ ## Shortcuts
300+
301+ | Shortcut | Function |
302+ | ------------------ | -------------------------------- |
303+ | Enter | Insert Sibling Node |
304+ | Tab | Insert Child Node |
305+ | F1 | Center the Map |
306+ | F2 | Begin Editing the Current Node |
307+ | Up Arrow | Select the Previous Sibling Node |
308+ | Down Arrow | Select the Next Sibling Node |
309+ | Left/Right Arrow | Select Parent or First Child |
310+ | PageUp | Move Up Node |
311+ | PageDown | Move Down Node |
312+ | Ctrl + Up Arrow | Change Layout Pattern to Side |
313+ | Ctrl + Left Arrow | Change Layout Pattern to Left |
314+ | Ctrl + Right Arrow | Change Layout Pattern to Right |
315+ | Ctrl + C | Copy the Current Node |
316+ | Ctrl + V | Paste the Copied Node |
317+ | Ctrl + "+" | Zoom In Mind Map |
318+ | Ctrl + "-" | Zoom Out Mind Map |
319+ | Ctrl + 0 | Reset Zoom Level |
320+
298321## Not only core
299322
300323- [ @mind-elixir/node-menu ] ( https://github.com/ssshooter/node-menu )
0 commit comments