mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 13:01:31 +08:00 
			
		
		
		
	docs(user): add some more keyboard shortcuts
This commit is contained in:
		
							parent
							
								
									c3e0ef3a27
								
							
						
					
					
						commit
						06528ec74b
					
				| @ -45,6 +45,36 @@ | |||||||
|         <td><kbd>Alt</kbd>+<kbd>T</kbd> </td> |         <td><kbd>Alt</kbd>+<kbd>T</kbd> </td> | ||||||
|         <td><kbd>⌥</kbd>+<kbd>T</kbd> </td> |         <td><kbd>⌥</kbd>+<kbd>T</kbd> </td> | ||||||
|       </tr> |       </tr> | ||||||
|  |       <tr> | ||||||
|  |         <td>Increase paragraph indentation</td> | ||||||
|  |         <td><kbd>Tab</kbd> | ||||||
|  |         </td> | ||||||
|  |         <td><kbd>⇥</kbd> | ||||||
|  |         </td> | ||||||
|  |       </tr> | ||||||
|  |       <tr> | ||||||
|  |         <td>Decrease paragraph indentation</td> | ||||||
|  |         <td><kbd>Shift</kbd> + <kbd>Tab</kbd> | ||||||
|  |         </td> | ||||||
|  |         <td><kbd>⇧</kbd> + <kbd>⇥</kbd> | ||||||
|  |         </td> | ||||||
|  |       </tr> | ||||||
|  |       <tr> | ||||||
|  |         <td>Mark selected text as <a href="#root/pOsGYCXsbNQG/KSZ04uQ2D1St/iPIMuisry3hd/_help_UYuUB1ZekNQU">keyboard shortcut</a> | ||||||
|  |         </td> | ||||||
|  |         <td><kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>K</kbd> | ||||||
|  |         </td> | ||||||
|  |         <td><kbd>⌘</kbd>+ <kbd>⌥</kbd>+ <kbd>K</kbd> | ||||||
|  |         </td> | ||||||
|  |       </tr> | ||||||
|  |       <tr> | ||||||
|  |         <td>Insert <a class="reference-link" href="#root/pOsGYCXsbNQG/KSZ04uQ2D1St/iPIMuisry3hd/_help_YfYAtQBcfo5V">Math Equations</a> | ||||||
|  |         </td> | ||||||
|  |         <td><kbd>Ctrl</kbd> + <kbd>M</kbd> | ||||||
|  |         </td> | ||||||
|  |         <td><kbd>⌘</kbd>+ <kbd>M</kbd> | ||||||
|  |         </td> | ||||||
|  |       </tr> | ||||||
|       <tr> |       <tr> | ||||||
|         <td rowspan="2">Move blocks (lists, paragraphs, etc.) up</td> |         <td rowspan="2">Move blocks (lists, paragraphs, etc.) up</td> | ||||||
|         <td><kbd>Ctrl</kbd>+<kbd>↑</kbd> </td> |         <td><kbd>Ctrl</kbd>+<kbd>↑</kbd> </td> | ||||||
|  | |||||||
| @ -63,6 +63,7 @@ | |||||||
| *   Add documentation links and updated pnpm commands to README by @perfectra1n | *   Add documentation links and updated pnpm commands to README by @perfectra1n | ||||||
| *   Add documentation around setting the various environment variables to control upload size limit by @perfectra1n | *   Add documentation around setting the various environment variables to control upload size limit by @perfectra1n | ||||||
| *   README improvements by @FliegendeWurst | *   README improvements by @FliegendeWurst | ||||||
|  | *   Improved the documentation of text note keyboard shortcuts (including adding missing shortcuts). | ||||||
| 
 | 
 | ||||||
| ## 🌍 Internationalization | ## 🌍 Internationalization | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -6140,6 +6140,20 @@ | |||||||
|                                             "value": "QEAPj01N5f7w", |                                             "value": "QEAPj01N5f7w", | ||||||
|                                             "isInheritable": false, |                                             "isInheritable": false, | ||||||
|                                             "position": 50 |                                             "position": 50 | ||||||
|  |                                         }, | ||||||
|  |                                         { | ||||||
|  |                                             "type": "relation", | ||||||
|  |                                             "name": "internalLink", | ||||||
|  |                                             "value": "UYuUB1ZekNQU", | ||||||
|  |                                             "isInheritable": false, | ||||||
|  |                                             "position": 60 | ||||||
|  |                                         }, | ||||||
|  |                                         { | ||||||
|  |                                             "type": "relation", | ||||||
|  |                                             "name": "internalLink", | ||||||
|  |                                             "value": "YfYAtQBcfo5V", | ||||||
|  |                                             "isInheritable": false, | ||||||
|  |                                             "position": 70 | ||||||
|                                         } |                                         } | ||||||
|                                     ], |                                     ], | ||||||
|                                     "format": "markdown", |                                     "format": "markdown", | ||||||
|  | |||||||
| @ -1,7 +1,7 @@ | |||||||
| # Keyboard shortcuts | # Keyboard shortcuts | ||||||
| ## Trilium-specific shortcuts | ## Trilium-specific shortcuts | ||||||
| 
 | 
 | ||||||
| <figure class="table"><table><thead><tr><th>Action</th><th>PC</th><th>Mac</th></tr></thead><tbody><tr><td>Bring up inline formatting toolbar (arrow keys <kbd><span>←</span></kbd>,<kbd><span>→</span></kbd> to navigate, <kbd>Enter</kbd> to apply)</td><td><kbd>Alt</kbd>+<kbd>F10</kbd></td><td><kbd>⌥</kbd>+<kbd>F10</kbd></td></tr><tr><td>Bring up block formatting toolbar</td><td><kbd>Alt</kbd>+<kbd>F10</kbd></td><td><kbd>⌥</kbd>+<kbd>F10</kbd></td></tr><tr><td>Create <a href="Links.md">external link</a></td><td><kbd>Ctrl</kbd>+<kbd>K</kbd></td><td><kbd>⌘</kbd>+<kbd>K</kbd></td></tr><tr><td>Create <a href="Links.md">internal (note) link</a></td><td><kbd>Ctrl</kbd>+<kbd>L</kbd></td><td><kbd>⌘</kbd>+<kbd>L</kbd></td></tr><tr><td>Inserts current date and time at caret position</td><td><kbd>Alt</kbd>+<kbd>T</kbd> </td><td><kbd>⌥</kbd>+<kbd>T</kbd> </td></tr><tr><td rowspan="2">Move blocks (lists, paragraphs, etc.) up</td><td><kbd>Ctrl</kbd>+<kbd>↑</kbd> </td><td><kbd>⌘</kbd>+<kbd>↑</kbd> </td></tr><tr><td><kbd>Alt</kbd>+<kbd>↑</kbd></td><td><kbd>⌥</kbd>+<kbd>↑</kbd></td></tr><tr><td rowspan="2">Move blocks (lists, paragraphs, etc.) down</td><td><kbd>Ctrl</kbd>+<kbd>↑</kbd></td><td><kbd>⌘</kbd>+<kbd>↑</kbd></td></tr><tr><td><kbd>Alt</kbd>+<kbd>↓</kbd></td><td><kbd>⌥</kbd>+<kbd>↓</kbd></td></tr></tbody></table></figure> | <figure class="table"><table><thead><tr><th>Action</th><th>PC</th><th>Mac</th></tr></thead><tbody><tr><td>Bring up inline formatting toolbar (arrow keys <kbd><span>←</span></kbd>,<kbd><span>→</span></kbd> to navigate, <kbd>Enter</kbd> to apply)</td><td><kbd>Alt</kbd>+<kbd>F10</kbd></td><td><kbd>⌥</kbd>+<kbd>F10</kbd></td></tr><tr><td>Bring up block formatting toolbar</td><td><kbd>Alt</kbd>+<kbd>F10</kbd></td><td><kbd>⌥</kbd>+<kbd>F10</kbd></td></tr><tr><td>Create <a href="Links.md">external link</a></td><td><kbd>Ctrl</kbd>+<kbd>K</kbd></td><td><kbd>⌘</kbd>+<kbd>K</kbd></td></tr><tr><td>Create <a href="Links.md">internal (note) link</a></td><td><kbd>Ctrl</kbd>+<kbd>L</kbd></td><td><kbd>⌘</kbd>+<kbd>L</kbd></td></tr><tr><td>Inserts current date and time at caret position</td><td><kbd>Alt</kbd>+<kbd>T</kbd> </td><td><kbd>⌥</kbd>+<kbd>T</kbd> </td></tr><tr><td>Increase paragraph indentation</td><td><kbd>Tab</kbd></td><td><kbd>⇥</kbd></td></tr><tr><td>Decrease paragraph indentation</td><td><kbd>Shift</kbd> + <kbd>Tab</kbd></td><td><kbd>⇧</kbd> + <kbd>⇥</kbd></td></tr><tr><td>Mark selected text as <a href="Developer-specific%20formatting.md">keyboard shortcut</a></td><td><kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>K</kbd></td><td><kbd>⌘</kbd>+ <kbd>⌥</kbd>+ <kbd>K</kbd></td></tr><tr><td>Insert <a class="reference-link" href="Math%20Equations.md">Math Equations</a></td><td><kbd>Ctrl</kbd> + <kbd>M</kbd></td><td><kbd>⌘</kbd>+ <kbd>M</kbd></td></tr><tr><td rowspan="2">Move blocks (lists, paragraphs, etc.) up</td><td><kbd>Ctrl</kbd>+<kbd>↑</kbd> </td><td><kbd>⌘</kbd>+<kbd>↑</kbd> </td></tr><tr><td><kbd>Alt</kbd>+<kbd>↑</kbd></td><td><kbd>⌥</kbd>+<kbd>↑</kbd></td></tr><tr><td rowspan="2">Move blocks (lists, paragraphs, etc.) down</td><td><kbd>Ctrl</kbd>+<kbd>↑</kbd></td><td><kbd>⌘</kbd>+<kbd>↑</kbd></td></tr><tr><td><kbd>Alt</kbd>+<kbd>↓</kbd></td><td><kbd>⌥</kbd>+<kbd>↓</kbd></td></tr></tbody></table></figure> | ||||||
| 
 | 
 | ||||||
| ## Common shortcuts | ## Common shortcuts | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran