Skip to content

Commit 2620adc

Browse files
committed
Nav title shortening, kbd shortcut table
1 parent df958a9 commit 2620adc

File tree

2 files changed

+54
-53
lines changed

2 files changed

+54
-53
lines changed

docs/kbd-shortcuts.md

Lines changed: 50 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -49,52 +49,53 @@ The syntax is the following:
4949
```
5050
No restart is required — nteract should pick up the change and display the new keyboard shortcuts in the menu when the config file is saved.
5151

52-
**Supported commands:**
53-
* About
54-
* BringAllToFront
55-
* ChangeCellToCode
56-
* ChangeCellToText
57-
* ClearAll
58-
* ClearRecentDocuments
59-
* Close
60-
* Copy
61-
* CopyCell
62-
* Cut
63-
* CutCell
64-
* DeleteCell
65-
* DevTools
66-
* ExportPDF
67-
* Fullscreen
68-
* Hide
69-
* HideOthers
70-
* InstallShellCommand
71-
* InterruptKernel
72-
* KillKernel
73-
* Launch
74-
* LaunchNewNotebook
75-
* Minimize
76-
* NewCodeCellAbove
77-
* NewCodeCellBelow
78-
* NewKernel
79-
* NewNotebook
80-
* NewRawCellBelow
81-
* NewTextCellBelow
82-
* Open
83-
* Paste
84-
* PasteCell
85-
* PublishGist
86-
* Quit
87-
* Reload
88-
* RestartAndClearAll
89-
* RestartAndRunAll
90-
* RestartKernel
91-
* RunAll
92-
* RunAllBelow
93-
* Save
94-
* SaveAs
95-
* SelectAll
96-
* Unhide
97-
* UnhideAll
98-
* ZoomIn
99-
* ZoomOut
100-
* ZoomReset
52+
| **Supported commands:**|
53+
| --- |
54+
| About |
55+
| BringAllToFront |
56+
| ChangeCellToCode |
57+
| ChangeCellToText |
58+
| ClearAll |
59+
| ClearRecentDocuments |
60+
| Close |
61+
| Copy |
62+
| CopyCell |
63+
| Cut |
64+
| CutCell |
65+
| DeleteCell |
66+
| DevTools |
67+
| ExportPDF |
68+
| Fullscreen |
69+
| Hide |
70+
| HideOthers |
71+
| InstallShellCommand |
72+
| InterruptKernel |
73+
| KillKernel |
74+
| Launch |
75+
| LaunchNewNotebook |
76+
| Minimize |
77+
| NewCodeCellAbove |
78+
| NewCodeCellBelow |
79+
| NewKernel |
80+
| NewNotebook |
81+
| NewRawCellBelow |
82+
| NewTextCellBelow |
83+
| Open |
84+
| Paste |
85+
| PasteCell |
86+
| PublishGist |
87+
| Quit |
88+
| Reload |
89+
| RestartAndClearAll |
90+
| RestartAndRunAll |
91+
| RestartKernel |
92+
| RunAll |
93+
| RunAllBelow |
94+
| Save |
95+
| SaveAs |
96+
| SelectAll |
97+
| Unhide |
98+
| UnhideAll |
99+
| ZoomIn |
100+
| ZoomOut |
101+
| ZoomReset |

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ repo_name: "GitHub"
55
nav:
66
- Home: "index.md"
77
- User Guides for Apps:
8-
- "Getting Started with nteract": "getting-started-with-nteract.md"
9-
- "Creating data visualizations in nteract": "creating-data-visualizations-in-nteract.md"
10-
- "nteract Desktop Keyboard Shortcuts": "kbd-shortcuts.md"
11-
- "Configuring the nteract desktop app": "desktop-config.md"
8+
- "Getting started": "getting-started-with-nteract.md"
9+
- "Creating data visualizations": "creating-data-visualizations-in-nteract.md"
10+
- "Desktop keyboard shortcuts": "kbd-shortcuts.md"
11+
- "Configuring the desktop app": "desktop-config.md"
1212
- Guides for SDK Groups:
1313
- "Core": "./groups/core-group.md"
1414
- "Components": "./groups/components-group.md"

0 commit comments

Comments
 (0)