Subversion Repositories Kolibri OS

Rev

Rev 3740 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3740 Rev 3834
Line 31... Line 31...
31
Arrow cursor up and down - moving to item.
31
Arrow cursor up and down - moving to item.
32
"+" and "-" change the numeric data.
32
"+" and "-" change the numeric data.
33
Space - enable or disable the item if it's a checkbox.
33
Space - enable or disable the item if it's a checkbox.
Line 34... Line 34...
34
 
34
 
35
In the windows that do not use keys - all keys lead to the close of the window.
-
 
36
 
-
 
37
 
-
 
38
OpenDialog - file open dialog (standalone program):
-
 
39
1) Move the cursor inside the panel:
-
 
40
  a) up and down arrows (including add. keyb.) - move the cursor one position up or down.
-
 
41
  b) PageUp - list page up.
-
 
42
  c) PageDown - list page down.
-
 
43
  d) Home - move to the top of directory.
-
 
44
  e) End - move to the end of directory.
-
 
45
2) Enter - operations with the selected file:
-
 
46
   a) enter the folder.
-
 
47
   b) choose a file.
-
 
48
3) Using the menu:
-
 
49
   Alt+F1 - call disk selection menu.
-
 
50
   Alt+F2 - call sort menu.
-
 
51
   Alt+F3 - call filter menu.
-
 
52
   Inside the menu:
-
 
53
    Arrow cursor up and down - move to item.
-
 
54
    Esc - close the window.
-
 
55
    Enter - close the window with confirmation.
-
 
56
    Arrow cursor left and right - move into the adjacent menu.   
-
 
57
4) Ctrl+R - update the contents of a directory.
-
 
58
5) Backspace - exit from the directory.
-
 
59
6) Insert - highlighted by red color the file at the cursor and move the cursor one position down.
-
 
60
7) Ctrl+A and Ctrl+(NumPad(+) Up) - select all files and directories in the active panel, with the exception of the directory '..'
-
 
61
8) Ctrl+(NumPad(-) Up) - deselect all files and directories in the active panel with the exception of the directory '..'
-
 
62
9) Ctrl+(NumPad(*) Up) - invert the selection of all files and directories in the active panel, with the exception of the directory '..'
-