File tree Expand file tree Collapse file tree 2 files changed +54
-53
lines changed Expand file tree Collapse file tree 2 files changed +54
-53
lines changed Original file line number Diff line number Diff line change @@ -49,52 +49,53 @@ The syntax is the following:
49
49
```
50
50
No restart is required &mdash ; nteract should pick up the change and display the new keyboard shortcuts in the menu when the config file is saved.
51
51
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 |
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ repo_name: "GitHub"
5
5
nav :
6
6
- Home : " index.md"
7
7
- 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"
12
12
- Guides for SDK Groups :
13
13
- " Core " : " ./groups/core-group.md"
14
14
- " Components " : " ./groups/components-group.md"
You can’t perform that action at this time.
0 commit comments