Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1737 clevermous 1
Control keys in KFar.
2
For panels:
3
arrows, Home, End - move cursor on active panel
4
Tab - change active panel
5
Enter - enter to folder or run program under cursor
6
F3 - view file under cursor
7
F5 - copy selected items or item under cursor to another panel
8
Shift+F5 - copy selected items or item under cursor to the same panel
9
	(of course, you must specify another file name)
10
F7 - create folder
11
F8 - delete selected elements or element under cursor
12
F10 - exit
13
Alt+F1/Alt+F2 - change drive on left/right panel
14
Alt+F9 - resize window to maximum possible size and restore initial size
15
Ctrl+F3 - sort file/folders on active panel by name
16
Ctrl+F4 - sort by extension
17
Ctrl+F5 - sort by date/time of last modification
18
Ctrl+F6 - sort by size
19
Ctrl+F7 - don't sort (display in order as on disk)
20
Ctrl+F8 - sort by date/time of creation
21
Ctrl+F9 - sort by date/time of last access
22
F12 - display screens menu
23
Ctrl+R - refresh active panel
24
Menu - display context menu for file under cursor
25
LeftCtrl+1/2/3/4 - select panel mode (brief/medium/full/wide)
26
RightCtrl+0..9 - go to folder specified in the section [FolderShortcuts]
27
                 of ini-file as Shortcut0..9 accordingly
28
Insert - select/deselect current element
29
Grey[+] - select files and folders with mask
30
Grey[-] - deselect files and folders with mask
31
The mask is like "*.asm,*.inc|template.asm" (which selects all files with
32
extensions ASM and INC except for template.asm): one or more elementary
33
including masks with standard mean of '*' and '?', delimited by ',' or ';',
34
optionally followed by '|' and one or more elementary excluding masks.
35
The mask "*.*" specifies all files having '.' in name (i.e. files with
36
any non-empty extension); to specify all files use "*".
37
Grey[*] - invert selection
38
Alt+ - position cursor on name of file/folder,
39
beginning from selected letter or digit; it shows fast find window,
40
in which one can enter subsequent symbols of file/folder name to more precise
41
selection, and also Ctrl+Enter/Shift+Ctrl+Enter to move to the next/previous
42
panel item, whose name starts with specified letters
43
 
44
For viewer:
45
Esc = F3 = F10 = Numpad5 - exit
46
Down - line down
47
PgDn - page down
48
Up - line up
49
PgUp - page up
50
Home - to begin of file
51
End - to end of file
52
Left - character left
53
Right - character right
54
Ctrl+Left - in Text-mode 20 characters left;
55
            in Hex-mode 1 byte left
56
Ctrl+Right - in Text-mode 20 characters right;
57
             in Hex-mode 1 byte right
58
Ctrl+Shift+Left - start of lines on the screen
59
Ctrl+Shift+Right - end of lines on the screen
60
F2 - toggle line wrap
61
F4 - toggle Text <-> Hex mode
62
F8 - toggle encoding cp866 (DOS) <-> cp1251 (Win)
63
Shift+F8 - encoding tables menu
64
F12 - display screens menu
65
F7 - search a string from the current position in the file
66
     (the string and settings are set in the following dialog)
67
Shift+F7 - continue to search a string
68
           (use the string and settings from last search by F7)
69
Alt+F9 - resize window to maximum possible size and restore initial size
70
 
71
For editor:
72
Esc = F10 - exit; if the file was modified, the question about save necessity
73
            will follow
74
Shift+F10 - save and exit
75
F2 - save the file
76
Down - move cursor down to one line
77
PgDn - move cursor down to one page
78
Up - move cursor up to one line
79
PgUp - move cursor up to one page
80
Left - move cursor left to one symbol
81
Right - move cursor right to one symbol
82
Home - move cursor to the beginning of the current line
83
End - move cursor to the end of the current line
84
Backspace - delete the symbol before the cursor
85
Del - delete the symbol under the cursor
86
Ins - toggle insert/replace mode when entering symbols
87
F12 - display screens menu
88
Alt+F9 - resize window to maximum possible size and restore initial size
89
F7 - search a string starting from the position next to the cursor
90
     (the string and search settings are prompted in the following dialog)
91
Shift+F7 - continue to search a string (same as F7 without settings dialog)
92
 
93
						diamond
94
						mailto:diamondz@land.ru