Skip to content

Commit ee2490c

Browse files
committed
Keyboard shortcuts formatted and added
1 parent fd60283 commit ee2490c

1 file changed

Lines changed: 23 additions & 12 deletions

File tree

  • mevislab.github.io/content/tutorials

mevislab.github.io/content/tutorials/shorts.md

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,42 +35,53 @@ This is a collection of useful keyboard shortcuts in MeVisLab, hopefully it grow
3535
</thead>
3636
<tbody>
3737
<tr>
38-
<td>Ctrl+1</td>
38+
<td>{{< keyboard "CTRL" "1" >}}</td>
3939
<td>Automatically arrange selection of modules / in the current network</td>
4040
</tr>
4141
<tr>
42-
<td>Ctrl+2</td>
42+
<td>{{< keyboard "CTRL" "2" >}}</td>
4343
<td>Open most recent network file</td>
4444
</tr>
4545
<tr>
46-
<td>Ctrl+3</td>
46+
<td>{{< keyboard "CTRL" "3" >}}</td>
4747
<td>Run most recent test case (extremely useful for developers)</td>
4848
</tr>
49-
<td>Ctrl+A then Ctrl+1</td>
49+
<tr>
50+
<td>{{< keyboard "CTRL" "A" >}} then {{< keyboard "CTRL" "1" >}}</td>
5051
<td>Layout network</td>
5152
</tr>
52-
<td>Ctrl+A then Tab</td>
53+
<tr>
54+
<td>{{< keyboard "CTRL" "A" >}} then {{< keyboard "TAB" >}}</td>
5355
<td>Layout .script file (in MATE)</td>
5456
</tr>
55-
<td>Ctrl+D</td>
57+
<tr>
58+
<td>{{< keyboard "CTRL" "D" >}}</td>
5659
<td>Duplicate currently selected module (including all field values)</td>
5760
</tr>
58-
<td>Ctrl+Left Mouse or Middle Mouse Button</td>
61+
<tr>
62+
<td>{{< keyboard "CTRL" >}} and Left Mouse {{< mousebutton "left" >}} or Middle Mouse Button {{< mousebutton "middle" >}}</td>
5963
<td>Show Internal Network</td>
6064
</tr>
61-
<td>Space</td>
65+
<tr>
66+
<td>{{< keyboard "SPACE" >}}</td>
6267
<td>Show hidden outputs of the currently selected module</td>
6368
</tr>
64-
<td>Ctrl+Alt+T</td>
69+
<tr>
70+
<td>{{< keyboard "CTRL" "ALT" "T" >}}</td>
6571
<td>Start test center</td>
6672
</tr>
67-
<td>Ctrl+K </td>
73+
<tr>
74+
<td>{{< keyboard "CTRL" "K" >}}</td>
6875
<td>Restart MeVisLab with current network(s)</td>
6976
</tr>
70-
</tr>
71-
<td>Ctrl+R</td>
77+
<tr>
78+
<td>{{< keyboard "CTRL" "R" >}}</td>
7279
<td>Run script file with the same name of your network file if available in the same directory.</td>
7380
</tr>
81+
<tr>
82+
<td>{{< keyboard "ALT" >}} Double-click {{< mousebutton "left" >}} on a module</td>
83+
<td>Open automatic panel of the module.</td>
84+
</tr>
7485
</tbody>
7586
</table>
7687

0 commit comments

Comments
 (0)