Skip to content

Commit f2ad02c

Browse files
authored
DOCSP-27914 Adding keyboard shortcuts (#489)
* DOCSP-27914 Adding keyboard shortcuts * * * * * * * * * * * * * * * * * * * * * * * * * * * IR1 * XR1 * *
1 parent 46b1247 commit f2ad02c

File tree

2 files changed

+238
-0
lines changed

2 files changed

+238
-0
lines changed

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ Expand your knowledge of MongoDB by using Compass with other MongoDB products.
159159
/embedded-shell
160160
/aggregation-pipeline-builder
161161
/troubleshooting
162+
/keyboard-shortcuts
162163
/faq
163164
/learn-more
164165
/release-notes

source/keyboard-shortcuts.txt

Lines changed: 237 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,237 @@
1+
==================
2+
Keyboard Shortcuts
3+
==================
4+
5+
.. default-domain:: mongodb
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
13+
Keyboard shortcuts enable you to easily navigate |compass-short|.
14+
15+
.. list-table::
16+
:widths: 20 30 25 25
17+
:header-rows: 1
18+
19+
* - Category
20+
- Description
21+
- Windows
22+
- Mac
23+
24+
* - Menu
25+
- Online help
26+
- ``F1``
27+
- ``F1``
28+
29+
* - Menu
30+
- Quit application
31+
- ``Ctrl`` + ``Q``
32+
- ``Cmd`` + ``Q``
33+
34+
* - Menu
35+
- Show settings
36+
- ``Ctrl`` + ``,``
37+
- ``Cmd`` + ``,``
38+
39+
* - Menu
40+
- Hide window
41+
- ``Ctrl`` + ``H``
42+
- ``Cmd`` + ``H``
43+
44+
* - Menu
45+
- Hide other windows
46+
- ``Ctrl`` + ``Shift`` + ``H``
47+
- ``Cmd`` + ``Shift`` + ``H``
48+
49+
* - Menu
50+
- Open a new Compass window
51+
- ``Ctrl`` + ``N``
52+
- ``Cmd`` + ``N``
53+
54+
* - Menu
55+
- Share schema as JSON
56+
- ``Alt`` + ``Ctrl`` + ``S``
57+
- ``Alt`` + ``Cmd`` + ``S``
58+
59+
* - Menu
60+
- Reload screen
61+
- ``Ctrl`` + ``Shift`` + ``R``
62+
- ``Cmd`` + ``Shift`` + ``R``
63+
64+
* - Menu
65+
- Reload data
66+
- ``Ctrl`` + ``R``
67+
- ``Cmd`` + ``R``
68+
69+
* - Menu
70+
- Toggle sidebar
71+
- ``Ctrl`` + ``Shift`` + ``D``
72+
- ``Cmd`` + ``Shift`` + ``D``
73+
74+
* - Menu
75+
- Actual size
76+
- ``Ctrl`` + ``0``
77+
- ``Cmd`` + ``0``
78+
79+
* - Menu
80+
- Zoom in
81+
- ``Ctrl`` + ``=``
82+
- ``Cmd`` + ``=``
83+
84+
* - Menu
85+
- Zoom out
86+
- ``Ctrl`` + ``-``
87+
- ``Cmd`` + ``-``
88+
89+
* - Menu
90+
- Toggle DevTools
91+
- ``Alt`` + ``Ctrl`` + ``I``
92+
- ``Alt`` + ``Cmd`` + ``I``
93+
94+
* - Menu
95+
- Minimize
96+
- ``Ctrl`` + ``M``
97+
- ``Cmd`` + ``M``
98+
99+
* - General
100+
- Undo
101+
- ``Ctrl`` + ``Z``
102+
- ``Cmd`` + ``Z``
103+
104+
* - General
105+
- Redo
106+
- ``Ctrl`` + ``Z``
107+
- ``Cmd`` + ``Z``
108+
109+
* - General
110+
- Cut
111+
- ``Ctrl`` + ``X``
112+
- ``Cmd`` + ``X``
113+
114+
* - General
115+
- Copy
116+
- ``Ctrl`` + ``C``
117+
- ``Cmd`` + ``C``
118+
119+
* - General
120+
- Paste
121+
- ``Ctrl + V``
122+
- ``Cmd + V``
123+
124+
* - General
125+
- Select all
126+
- ``Ctrl`` + ``A``
127+
- ``Cmd`` + ``A``
128+
129+
* - General
130+
- Find
131+
- ``Ctrl`` + ``F``
132+
- ``Cmd`` + ``F``
133+
134+
* - Workspace
135+
- Navigate to next tab
136+
- ``Ctrl`` + ``Shift`` + ``]``
137+
- ``Cmd`` + ``Shift`` + ``]``
138+
139+
* - Workspace
140+
- Navigate to previous tab
141+
- ``Ctrl`` + ``Shift`` + ``[``
142+
- ``Cmd`` + ``Shift`` + ``[``
143+
144+
* - Workspace
145+
- Close current tab
146+
- ``Ctrl`` + ``W``
147+
- ``Cmd`` + ``W``
148+
149+
* - Workspace
150+
- Open new tab
151+
- ``Ctrl`` + ``T``
152+
- ``Cmd`` + ``T``
153+
154+
* - Aggregation Focus Mode
155+
- Add a new stage after current one
156+
- ``Ctrl`` + ``Shift`` + ``B``
157+
- ``Cmd`` + ``Shift`` + ``B``
158+
159+
* - Aggregation Focus Mode
160+
- Add a new stage before current one
161+
- ``Ctrl`` + ``Shift`` + ``A``
162+
- ``Cmd`` + ``Shift`` + ``A``
163+
164+
* - Aggregation Focus Mode
165+
- Navigate to next stage
166+
- ``Ctrl`` + ``Shift`` + ``9``
167+
- ``Cmd`` + ``Shift`` + ``9``
168+
169+
* - Aggregation Focus Mode
170+
- Navigate to previous stage
171+
- ``Ctrl`` + ``Shift`` + ``0``
172+
- ``Cmd`` + ``Shift`` + ``0``
173+
174+
* - Pipeline text editor
175+
- Comment out code
176+
- ``Ctrl`` + ``/``
177+
- ``Cmd`` + ``/``
178+
179+
* - Pipeline text editor
180+
- Prettify code
181+
- ``Ctrl`` + ``Shift`` + ``B``
182+
- ``Cmd`` + ``Shift`` + ``B``
183+
184+
* - Query bar
185+
- Submit query
186+
- ``Enter (from the query bar)``
187+
- ``Enter (from the query bar)``
188+
189+
* - Web Shell
190+
- Toggle shell
191+
- ``Ctrl`` + `````
192+
- ``Ctrl`` + `````
193+
194+
* - Web Shell
195+
- Deletes the next character
196+
- ``Ctrl`` + ``D``
197+
- ``Cmd`` + ``D``
198+
199+
* - Web Shell
200+
- Moves the cursor to the end of the line
201+
- ``Ctrl`` + ``E``
202+
- ``Cmd`` + ``E``
203+
204+
* - Web Shell
205+
- Moves the cursor forward one character
206+
- ``Ctrl`` + ``F``
207+
- ``Cmd`` + ``F``
208+
209+
* - Web Shell
210+
- Erases one character, similar to hitting backspace
211+
- ``Ctrl`` + ``H``
212+
- ``Cmd`` + ``H``
213+
214+
* - Web Shell
215+
- Clears the screen, similar to the clear command.
216+
- ``Ctrl`` + ``L``
217+
- ``Cmd`` + ``L``
218+
219+
* - Web Shell
220+
- Swap the last two characters before the cursor.
221+
- ``Ctrl`` + ``T``
222+
- ``Cmd`` + ``T``
223+
224+
* - Web Shell
225+
- Changes the line to uppercase.
226+
- ``Ctrl`` + ``U``
227+
- ``Cmd`` + ``U``
228+
229+
* - Web Shell
230+
- Cycle backwards through command history
231+
- ``↑``
232+
- ``↑``
233+
234+
* - Web Shell
235+
- Cycle forwards through command history
236+
- ``↓``
237+
- ``↓``

0 commit comments

Comments
 (0)