Wiki source code of 04 Shortcut list
Last modified by Mora Zhou on 2023/12/22 10:48
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = **Common shortcuts list** = | ||
2 | |||
3 | The following table lists the common shortcuts. | ||
4 | |||
5 | (% border="2" class="table-bordered" %) | ||
6 | |=**Shortcuts**|=**Corresponding menu**|=**Description** | ||
7 | |Ctrl + N|New|Create a new project | ||
8 | |Ctrl + O|Open|Open an existing project | ||
9 | |Ctrl + S|Save|Save the project | ||
10 | |Ctrl + X|Cut|Cut the selected data | ||
11 | |Ctrl + C|Copy|Copy the selected data | ||
12 | |Ctrl + V|Paste|Paste the cut/copied data at the cursor position | ||
13 | |Ctrl + Z|undo|Couldcel the previous operation | ||
14 | |Ctrl + Y|Redo|Perform the operation couldceled by [Undo] | ||
15 | |Ctrl + F|Find Device|Search for a device | ||
16 | |Ctrl + F1|Show/Hide toolbar menu|Show/hide toolbar menu | ||
17 | |F3|Start monitoring|Start monitoring the window being operated. | ||
18 | |Ctrl + F3|Stop monitoring|Stop monitoring the window being operated | ||
19 | |F4|Transform/transform + compilation|Compile (Transform) current program | ||
20 | |Alt+F4|Exit|Close the project being edited and exits WECON PLC Editor | ||
21 | |||
22 | = **Shortcuts list in programming area** = | ||
23 | |||
24 | The following table lists the shortcuts in programming area. | ||
25 | |||
26 | (% border="2" class="table-bordered" %) | ||
27 | |=**Shortcuts**|=**Corresponding menu**|=**Description** | ||
28 | |F5|Open contact|Insert an open contact at the cursor position | ||
29 | |Shift + F5|Open branch|Insert an open contact branch at the cursor position | ||
30 | |F6|Close contact|Insert a closed contact at the cursor position | ||
31 | |Shift + F6|Close branch|Insert a closed contact branch at the cursor position | ||
32 | |F7|Coil|Insert a coil at the cursor position | ||
33 | |F8|Application instruction|Insert an application instruction at the cursor position | ||
34 | |F9|Horizontal line|Insert a horizontal line at the cursor position | ||
35 | |F11|Vertical line|Insert a vertical line at the cursor position | ||
36 | |Ctrl + F9|Delete horizontal line|Delete the horizontal line at the cursor position | ||
37 | |Ctrl + F11|Delete vertical line|Delete the vertical line at the cursor position | ||
38 | |Shift + F7|Rising pulse|Insert a rising pulse at the cursor position | ||
39 | |Shift + F8|Falling pulse|Insert a falling pulse at the cursor position | ||
40 | |Ctrl + Alt + F7|Rising pulse branch|Insert a rising pulse branch at the cursor position | ||
41 | |Ctrl + Alt + F8|Falling pulse branch|Insert a falling pulse branch at the cursor position | ||
42 | |Ctrl + Alt + F11|Invert operation results|Insert an operation result inversion at the cursor position | ||
43 | |Ctrl + Shift + Insert|Insert line statement|Insert statement line statement at the cursor position | ||
44 | |Shift + Insert|Insert row|Insert a row at the cursor position | ||
45 | |Shift + Delete|Delete row|Delete the row at the cursor position | ||
46 | |Ctrl + Insert|Insert column|Insert a column at the cursor position | ||
47 | |Ctrl + Delete|Delete column|Delete the column at the cursor position | ||
48 | |Ctrl + →|Enter/Delete HLine rightward|Enter/delete a line at the right of the cursor position | ||
49 | |Ctrl + ←|((( | ||
50 | Enter/Delete HLine leftward | ||
51 | )))|Enter/delete a line at the left of the cursor position | ||
52 | |Ctrl + ↓|Enter/Delete VLine downward|Enter/delete a line at the downward of the cursor position | ||
53 | |Ctrl + ↑|Enter/Delete VLine upward|Enter/delete a line at the upward of the cursor position | ||
54 | |Ctrl + /|Switch open/close contact|Switch an open contact to closed contact, and vice versa | ||
55 | |Ctrl + G|Jump|Display the specified row | ||
56 | |Ctrl + F5|Comment|Display device comments | ||
57 | |Ctrl + F7|Statement|Display statements | ||
58 | |F1|Open the instructions help|Display the instructions help | ||
59 | |||
60 |