Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6236 nosferatus 1
OpenDialog - file open dialog:
2
1) Move the cursor inside the panel:
3
  a) up and down arrows (including add. keyb.) - move the cursor one position up or down.
4
  b) PageUp - list page up.
5
  c) PageDown - list page down.
6
  d) Home - move to the top of directory.
7
  e) End - move to the end of directory.
8
2) Enter - operations with the selected file:
9
   a) enter the folder.
10
   b) choose a file.
11
3) Using the menu:
12
   Alt+F1 - call disk selection menu.
13
   Alt+F2 - call sort menu.
14
   Alt+F3 - call filter menu.
15
   Inside the menu:
16
    Arrow cursor up and down - move to item.
17
    Esc - close the window.
18
    Enter - close the window with confirmation.
19
    Arrow cursor left and right - move into the adjacent menu.
20
4) Ctrl+R - update the contents of a directory.
21
5) Backspace - exit from the directory.
22
6) Insert - highlighted by red color the file at the cursor and move the cursor one position down.
23
7) Ctrl+A and Ctrl+(NumPad(+) Up) - select all files and directories in the active panel, with the exception of the directory '..'
24
8) Ctrl+(NumPad(-) Up) - deselect all files and directories in the active panel with the exception of the directory '..'
25
9) Ctrl+(NumPad(*) Up) - invert the selection of all files and directories in the active panel, with the exception of the directory '..'
26
10) Esc - shutdown the program, without opening of a file.