Changes between Initial Version and Version 1 of doc/editor/hotkeys


Ignore:
Timestamp:
07/06/09 14:52:24 (15 years ago)
Author:
slavazanko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/editor/hotkeys

    v1 v1  
     1= Hotkeys for editor = 
     2 
     3See [wiki:ru/doc/common/hotkeys commons] for work with hotkeys 
     4 
     5== Related pages == 
     6 
     7 * [wiki:ru/doc/filePanels/hotkeys hotkeys for panels] 
     8 * [wiki:ru/doc/viewer/hotkeys hotkeys for viewer] 
     9 
     10== Hotkeys == 
     11 
     12||F3||Begin of text selection. Second press - end of text selection|| 
     13||Shift+F3||Begin of block text selection|| 
     14||F5||Copy text selection|| 
     15||F6||Move text selection|| 
     16||F8||Delete text selection|| 
     17||''Alt+i''||toggle 'Return does autoindent' option.|| 
     18||''Alt+l''||Go to line by number.|| 
     19||''Alt+q''||Insert literal.See table at bottom of this page.|| 
     20||''Alt+t''||Sort of text in selection.|| 
     21||''Alt+u''||Execute external command and insert output into cursor position|| 
     22||''Ctrl+f''||Save selection into external file|| 
     23||''Ctrl+k''||Delete chars to end of line|| 
     24||''Ctrl+n''||Create new file|| 
     25||''Ctrl+s''||Toggle syntax highlighting|| 
     26||''Ctrl+t''||Select text charset|| 
     27||''Ctrl+u''||Undo|| 
     28||''Ctrl+x''||Go to end of next word|| 
     29||''Ctrl+y''||Delete line|| 
     30||''Ctrl+z''||Go to start of previous word|| 
     31||''Shift+F5''||Insert external file content into cursor position|| 
     32||''Alt+Enter''||Codejump dialog || 
     33||''Alt+-''||Move back into codejump (go to from function definition to function call)|| 
     34||''Alt++''||Move forvard into codejump (go to from function call to function definition)|| 
     35||''Alt+n''||Toggle number of lines|| 
     36||''tab''||If 'persistent blocks' option is on, then move selected text to right|| 
     37||''M-tab''||If 'persistent blocks' option is on, then move selected text to left|| 
     38||''Shift-Стрелки''||Text selection|| 
     39||''Alt-Стрелки''||Block text selection|| 
     40||''Alt-Shift-<->''||Toggle show visible tabs and trailing spaces|| 
     41 
     42== Table of literals == 
     43|| '''HEX''' || '''Dec''' || '''Клавиша''' || '''Описание''' || 
     44||01||1||Alt+q,a|| || 
     45||02||2||Alt+q,n|| || 
     46||03||3||Alt+q,v|| || 
     47||04||4||Alt+q,d|| || 
     48||05||5||Alt+q,e|| || 
     49||06||6||Alt+q,f|| || 
     50||07||7||Alt+q,g|| || 
     51||08||8||Alt+q,h|| || 
     52||09||9||Alt+q,i||TAB|| 
     53||0A||10||Alt+q,j|| || 
     54||0B||11||Alt+q,k|| || 
     55||0C||12||Alt+q,l|| || 
     56||0E||14||Alt+q,m|| || 
     57||0F||15||Alt+q,o|| || 
     58||10||16||Alt+q,p|| || 
     59||11||17||Alt+q,q|| || 
     60||12||18||Alt+q,r|| || 
     61||13||19||Alt+q,s|| || 
     62||14||20||Alt+q,t|| || 
     63||15||21||Alt+q,u|| || 
     64||16||22||Alt+q,b|| || 
     65||17||23||Alt+q,w|| || 
     66||18||24||Alt+q,c|| || 
     67||19||25||Alt+q,y|| || 
     68||1A||26||Alt+q,x|| || 
     69||1B||27||Alt+q,z[[BR]]Alt+q,Esc,Esc|| || 
     70 
     71 
     72 
     73