Hotkeys for editor
See commons? for work with hotkeys
Related pages
Hotkeys
F3 | Begin of text selection. Second press - end of text selection
|
Shift+F3 | Begin of block text selection
|
F5 | Copy text selection
|
F6 | Move text selection
|
F8 | Delete text selection
|
Alt+i | toggle 'Return does autoindent' option.
|
Alt+l | Go to line by number.
|
Alt+q | Insert literal.See table at bottom of this page.
|
Alt+t | Sort of text in selection.
|
Alt+u | Execute external command and insert output into cursor position
|
Ctrl+f | Save selection into external file
|
Ctrl+k | Delete chars to end of line
|
Ctrl+n | Create new file
|
Ctrl+s | Toggle syntax highlighting
|
Ctrl+t | Select text charset
|
Ctrl+u | Undo
|
Ctrl+x | Go to end of next word
|
Ctrl+y | Delete line
|
Ctrl+z | Go to start of previous word
|
Shift+F5 | Insert external file content into cursor position
|
Alt+Enter | Codejump dialog
|
Alt+- | Move back into codejump (go to from function definition to function call)
|
Alt++ | Move forvard into codejump (go to from function call to function definition)
|
Alt+n | Toggle number of lines
|
tab | If 'persistent blocks' option is on, then move selected text to right
|
M-tab | If 'persistent blocks' option is on, then move selected text to left
|
Shift+Arrows | Text selection
|
Alt+Arrows | Block text selection
|
Alt+Shift+- | Toggle show visible tabs and trailing spaces
|
Table of literals
HEX | Dec | Клавиша | Описание
|
01 | 1 | Alt+q,a |
|
02 | 2 | Alt+q,n |
|
03 | 3 | Alt+q,v |
|
04 | 4 | Alt+q,d |
|
05 | 5 | Alt+q,e |
|
06 | 6 | Alt+q,f |
|
07 | 7 | Alt+q,g |
|
08 | 8 | Alt+q,h |
|
09 | 9 | Alt+q,i | TAB
|
0A | 10 | Alt+q,j |
|
0B | 11 | Alt+q,k |
|
0C | 12 | Alt+q,l |
|
0E | 14 | Alt+q,m |
|
0F | 15 | Alt+q,o |
|
10 | 16 | Alt+q,p |
|
11 | 17 | Alt+q,q |
|
12 | 18 | Alt+q,r |
|
13 | 19 | Alt+q,s |
|
14 | 20 | Alt+q,t |
|
15 | 21 | Alt+q,u |
|
16 | 22 | Alt+q,b |
|
17 | 23 | Alt+q,w |
|
18 | 24 | Alt+q,c |
|
19 | 25 | Alt+q,y |
|
1A | 26 | Alt+q,x |
|
1B | 27 | Alt+q,z Alt+q,Esc,Esc |
|