KFM v0.47с

BackSpace - exit from the current directory to the parent directory

git-svn-id: svn://kolibrios.org@2345 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2012-02-05 14:49:40 +00:00
parent 6ed41e9c86
commit cccb802676
8 changed files with 24 additions and 1 deletions

View File

@ -1,5 +1,11 @@
KFM - Kolibri File Manager
05.02.12 - v0.47ñ - 27259b
Changes:
1) Navigating by the keyboard:
BackSpace - exit from the current directory to the parent directory,
regardless of the position of the cursor.
13.10.07 - v0.47b - 27271b
Changes:
1) Is corrected bug connected with by mistreating of hard disks containing sections

View File

@ -33,6 +33,7 @@ In panels:
à) Shift + W - set background, mode: tile.
á) Ctrl + W - set background, mode: stretch.
20) Alt+Enter - get for files and directories: location, name, size, amount of files and directories (including for a case of selection of separate files and directories).
21) BackSpace - exit from the current directory to the parent directory, regardless of the position of the cursor.
In the menu of choice of the disk:
1) Up arrow and down arrow (including keys, located in an additional part of keyboard) - cursor update on one position upwards or downwards.

View File

@ -1,5 +1,11 @@
KFM - Kolibri File Manager
05.02.12 - v0.47á - 27259b
ˆ§¬¥­¥­¨ï:
1) ­ ¢¨£ æ¨ï ª« ¢¨ âãன:
BackSpace - ¢ë室 ¨§ ⥪ã饩 ¤¨à¥ªâ®à¨¨ ¢ த¨â¥«ìáªãî ¤¨à¥ªâ®à¨î,
­¥§ ¢¨á¨¬® ®â ¯®«®¦¥­¨ï ªãàá®à .
13.10.07 - v0.47b - 27271b
ˆ§¬¥­¥­¨ï:
1) ˆá¯à ¢«¥­ ¡ £ á¢ï§ ­­ë© á ­¥¢¥à­®© ®¡à ¡®âª®© ¦¥áâª¨å ¤¨áª®¢ ᮤ¥à¦ é¨å

View File

@ -36,6 +36,7 @@
¡) Ctrl + W - ãáâ ­®¢¨âì ä®­®¢ë© à¨áã­®ª à ¡®ç¥£® á⮫ , ०¨¬ ®âà¨á®¢ª¨ à áâï­ãâì.
20) Alt+Enter - ¯®«ã祭¨¥ ¤«ï ä ©«®¢ ¨ ¤¨à¥ªâ®à¨©: à á¯®«®¦¥­¨ï, ­ §¢ ­¨ï, à §¬¥à , ª®«¨ç¥á⢠ ä ©«®¢ ¨ ¤¨à¥ªâ®à¨©
(¢ ⮬ ç¨á«¥ ¨ ¤«ï á«ãç ï ¢ë¤¥«¥­¨ï ®â¤¥«ì­ëå ä ©«®¢ ¨ ¤¨à¥ªâ®à¨©).
21) BackSpace - ¢ë室 ¨§ ⥪ã饩 ¤¨à¥ªâ®à¨¨ ¢ த¨â¥«ìáªãî ¤¨à¥ªâ®à¨î, ­¥§ ¢¨á¨¬® ®â ¯®«®¦¥­¨ï ªãàá®à .
¬¥­î ¢ë¡®à  ¤¨áª :
1) áâ५ª¨ ¢¢¥àå ¨ ¢­¨§ (¢ ⮬ ç¨á«¥ à á¯®«®¦¥­­ë¥ ¢ ¤®¯®«­¨â¥«ì­®© ç á⨠ª« ¢¨ âãàë) - ¯¥à¥¬¥é¥­¨¥ ªãàá®à  ­  ®¤­ã ¯®§¨æ¨î ¢¢¥àå ¨«¨ ¢­¨§.

View File

@ -1,5 +1,11 @@
KFM - Kolibri File Manager
05.02.12 - v0.47с - 27259b
Изменения:
1) навигация клавиатурой:
BackSpace - выход из текущей директории в родительскую директорию,
независимо от положения курсора.
13.10.07 - v0.47b - 27271b
Изменения:
1) Исправлен баг связанный с неверной обработкой жестких дисков содержащих

View File

@ -36,6 +36,7 @@
б) Ctrl + W - установить фоновый рисунок рабочего стола, режим отрисовки растянуть.
20) Alt+Enter - получение для файлов и директорий: расположения, названия, размера, количества файлов и директорий
(в том числе и для случая выделения отдельных файлов и директорий).
21) BackSpace - выход из текущей директории в родительскую директорию, независимо от положения курсора.
В меню выбора диска:
1) стрелки вверх и вниз (в том числе расположенные в дополнительной части клавиатуры) - перемещение курсора на одну позицию вверх или вниз.

View File

@ -31,6 +31,8 @@ key:
je key_shift_up
cmp ah,54
je key_shift_up
cmp ah,142
je exit_dir_1 ; BackSpace Up
cmp ah,170
je key_shift_down
cmp ah,182

View File

@ -1,4 +1,4 @@
header_text db 'KFM - Kolibri File Manager v0.47b',0
header_text db 'KFM - Kolibri File Manager v0.47c',0
;---------------------------------------------------------------------
fbutton_name:
.f1 db '1 Help',0