-
Notifications
You must be signed in to change notification settings - Fork 799
/
shortcuts.txt
167 lines (120 loc) · 4.45 KB
/
shortcuts.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
Robomongo shortcut key reference
================================
"3T", "Robomongo"
### Windows/Linux users
Ctrl+Enter or F5 or Ctrl+R
Execute query on current tab. If you have selection in query text,
only selected text will be executed.
Ctrl+M
Minimize Robomongo Window
Ctrl+N
Open new connection dialog.
Ctrl+O
Open a Javascript file and load contents into active shell console
(without executing).
Ctrl+S
Save contents of active shell console into a .js file. Note: updates
existing file if contents were loaded via "Open", otherwise will confirm
filename via "Save As" dialog.
Shift+Ctrl+S
Save contents of active shell console (prompts for filename).
Shift+Ctrl+C or Ctrl+/
Toggle comment/uncomment mode for selected lines (or current line,
if none are selected)
Ctrl+T or Ctrl+Shift+Enter
Open new tab, based on current (the same server and database). If you
have selection in query text, selected text will be executed in new tab.
Ctrl+Shift+T
Open duplicate shell tab (same server, database, and query)
Ctrl+F4 or Ctrl+W
Closes current tab.
Ctrl+L
Toggle log window.
Alt+1, Alt+2, ..., Alt+9
Connect to server with 'this' number (you can reorder connections in
Connections menu via drag'n'drop)
F2
Enter Tree Mode. Current tab will be immediately displayed in tree mode
and all subsequent requests will be in tree mode.
F3
Enter Table Mode. Current tab will be immediately displayed in table mode
and all subsequent requests will be in table mode.
F4
Enter Text Mode. Current tab will be immediately displayed in text mode
and all subsequent requests will be in text mode.
F5 or Ctrl+Enter
Execute query on current tab. If you have selection in query text, only
selected text will be executed.
F6
Stop execution of currently running script.
F10
Toggle result orientation (between vertical and horizontal) for two or
more result panes.
F11
Toggle fullscreen mode.
Ctrl+F11
Toggle line numbers in Javascript editing views
Ctrl+Tab
Select next tab
Ctrl+Shift+Tab
Select previous tab
F12
Opens connection popup menu.
### OS X users
Cmd+Enter or F5 or Cmd+R
Execute query on current tab. If you have selection in query text, only
selected text will be executed.
Cmd+M
Minimize Robomongo Window
Cmd+N
Open new connection dialog.
Cmd+O
Open a Javascript (.js) file and load contents into active shell console
(without executing)
Cmd+S
Save contents of active shell console into a .js file. Note: updates
existing file if contents were loaded via "Open", otherwise will confirm
filename via "Save As" dialog.
Shift+Cmd+S
Save contents of active shell console (prompts for filename).
Shift+Ctrl+C or Ctrl+/
Toggle comment/uncomment mode for selected lines (or current line,
if none are selected)
Cmd+T or Cmd+Shift+Enter
Open new tab, based on current (the same server and database). If you have
selection in query text, selected text will be executed in new tab.
Cmd+Shift+T
Open duplicate shell tab (same server, database, and query)
Cmd+W or Cmd+F4
Closes current tab.
Cmd+L
Toggle log window.
F2
Enter Tree Mode. Current tab will be immediately displayed in tree mode
and all subsequent requests will be in tree mode.
F3
Enter Table Mode. Current tab will be immediately displayed in table mode
and all subsequent requests will be in table mode.
F4
Enter Text Mode. Current tab will be immediately displayed in text mode
and all subsequent requests will be in text mode.
F5 or Cmd+Enter
Execute query on current tab. If you have selection in query text, only
selected text will be executed.
F6
Stop execution of currently running script.
F10
Toggle result orientation (between vertical and horizontal) for two or
more result panes.
Cmd+F11
Toggle fullscreen mode.
Cmd+} or Opt+Cmd+RightArrow
Select next tab
Cmd+{ or Opt+Cmd+LeftArrow
Select previous tab
Ctrl+F11
Toggle line numbers in Javascript editing views
Cmd + Up/Down arrow
Move to start/end of text in editing window
Cmd + Left/Right arrow
Move to start/end of current line in editing window