forked from KolibriOS/kolibrios
Makefile: autobuild kpack,kfm, copy bitmaps from kfm folder
git-svn-id: svn://kolibrios.org@1837 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
80a3183e81
commit
1510d5d932
Binary file not shown.
Before Width: | Height: | Size: 6.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.1 KiB |
Binary file not shown.
@ -1,42 +0,0 @@
|
||||
Controlling keyboard shortcuts in KFM - Kolibri File Manager v0.45f.
|
||||
|
||||
In panels:
|
||||
1) Cursor update on the active panel:
|
||||
a) Up arrow and downwards (including keyboards, located in an additional part,) - cursor update on one position upwards or downwards. á) PageUp - page paging upwards.
|
||||
b) PageDown - page paging downwards.
|
||||
c) Home - in a beginning of the directory with files.
|
||||
d) End - in the end of the directory with files.
|
||||
2) Tab - change of the active panel.
|
||||
3) Enter - operation with the file on which position there is a selection cursor: à) an input(entrance) in a folder.
|
||||
a) Start of the program.
|
||||
b) To open the file in the registered application, according to a contents of the file kfm.ini, unit " < > files associations ".
|
||||
4) Alt+F1 - call of the menu of choice of the disk displayed on the left panel.
|
||||
5) Alt+F2 - call of the menu of choice of the disk displayed on the right panel.
|
||||
6) Sorting files in the active panel:
|
||||
a) Ctrl+F3 - sorting according names.
|
||||
b) Ctrl+F4 - sorting according extensions.
|
||||
c) Ctrl+F5 - sorting according a size.
|
||||
d) Ctrl+F6 - sorting by date of modification.
|
||||
7) Ctrl+R - repeated loading of contents of the directory in the active panel.
|
||||
8) Delete and F8 - the deleting of the file on which is the cursor.
|
||||
9) Insert - the selection by red colour of the file on which is the cursor and cursor update on 1 position downwards.
|
||||
10) F4 - to open the file for editing in the registered application, according to a contents of the file kfm.ini, unit " < > files association1 ".
|
||||
11) F7 - creation of the directory in the active panel.
|
||||
12) F5 - copying file from the active panel in opposite.
|
||||
13) F6 - moving of the file from the active panel in opposite.
|
||||
14) Ctrl+A and Ctrl + (NumPad (+) Up) - selection of all files and directories in the active panel, except for the directory '..'
|
||||
15) Ctrl + (NumPad (-) Up) - to deselect of all files and directories in the active panel, except for the directory '..'
|
||||
16) Ctrl + (NumPad (*) Up) - to invert selection of all files and directories in the active panel, except for the directory '..'
|
||||
17) F12 - program termination.
|
||||
18) F1 - help, hot shortcut keys. The presence of the file kfm_keys.txt in the directory is required where the application is located.
|
||||
19) Open file in other application with parameter:
|
||||
à) Shift + W - set background, mode: tile.
|
||||
á) Ctrl + W - set background, mode: stretch.
|
||||
|
||||
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.
|
||||
2) Enter - the choice of the disk on which position is a selection cursor.
|
||||
3) Home and PageUp - cursor in a beginning of the list
|
||||
4) End and PageDown - cursor in the end of the list.
|
||||
5) Insert - load tray of selected ATAPI device.
|
||||
6) Delete - eject tray of selected ATAPI device.
|
@ -60,6 +60,7 @@ FASM_PROGRAMS:=\
|
||||
hdd_info:HDD_INFO:$(PROGS)/system/hdd_info/trunk/hdd_info.asm \
|
||||
icon:ICON:$(PROGS)/system/icon/trunk/icon.asm \
|
||||
kbd:KBD:$(PROGS)/system/kbd/trunk/kbd.ASM \
|
||||
kpack:KPACK:$(PROGS)/other/kpack/trunk/kpack.asm \
|
||||
launcher:LAUNCHER:$(PROGS)/system/launcher/trunk/launcher.asm \
|
||||
magnify:MAGNIFY:$(PROGS)/demos/magnify/trunk/magnify.asm \
|
||||
mgb:MGB:$(PROGS)/system/mgb/trunk/mgb.asm \
|
||||
@ -124,6 +125,7 @@ FASM_PROGRAMS:=\
|
||||
drivers/vmode.mdr:DRIVERS/VMODE.MDR:$(KERNEL)/drivers/vmode.asm \
|
||||
drivers/vt8235.obj:DRIVERS/VT8235.OBJ:$(KERNEL)/drivers/vt823x.asm \
|
||||
File|Managers/kfar:File|Managers/KFAR:$(PROGS)/fs/kfar/trunk/kfar.asm \
|
||||
File|Managers/kfm:File|Managers/KFM:$(PROGS)/fs/kfm/trunk/kfm.asm \
|
||||
File|Managers/OpenDial:File|Managers/OPENDIAL:$(PROGS)/develop/libraries/box_lib/asm/trunk/OpenDial.asm \
|
||||
fonts/bgitest:FONTS/BGITEST:$(PROGS)/demos/bgitest/trunk/bgitest.asm \
|
||||
games/15:GAMES/15:$(PROGS)/games/15/trunk/15.ASM \
|
||||
@ -195,6 +197,9 @@ COPY_FILES:=\
|
||||
config.inc:CONFIG.INC:$(PROGS)/config.inc \
|
||||
struct.inc:STRUCT.INC:$(PROGS)/struct.inc \
|
||||
File|Managers/z_icons.png:File|Managers/Z_ICONS.PNG:$(PROGS)/develop/libraries/box_lib/asm/trunk/z_icons.png \
|
||||
File|Managers/kfm_keys.txt:File|Managers/KFM_KEYS.TXT:$(PROGS)/fs/kfm/trunk/docs/english/kfm_keys.txt \
|
||||
File|Managers/buttons.bmp:File|Managers/BUTTONS.BMP:$(PROGS)/fs/kfm/trunk/buttons.bmp \
|
||||
File|Managers/icons.bmp:File|Managers/ICONS.BMP:$(PROGS)/fs/kfm/trunk/icons.bmp \
|
||||
fonts/euro.chr:FONTS/EURO.CHR:$(PROGS)/demos/bgitest/trunk/FONTS/EURO.CHR \
|
||||
fonts/goth.chr:FONTS/GOTH.CHR:$(PROGS)/demos/bgitest/trunk/FONTS/GOTH.CHR \
|
||||
fonts/lcom.chr:FONTS/LCOM.CHR:$(PROGS)/demos/bgitest/trunk/FONTS/LCOM.CHR \
|
||||
@ -225,7 +230,7 @@ OTHER_FILES:=asciivju:ASCIIVJU autorun.dat:AUTORUN.DAT \
|
||||
background.gif:background.gif default.skn:DEFAULT.SKN \
|
||||
e80:E80 graph:GRAPH hdread:HDREAD htmlv:HTMLV \
|
||||
icons.dat:ICONS.DAT iconstrp.gif:ICONSTRP.GIF index_htm:INDEX.HTM \
|
||||
kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY kpack:KPACK \
|
||||
kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
|
||||
kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \
|
||||
menu.dat:MENU.DAT \
|
||||
panel.dat:PANEL.DAT setup.dat:SETUP.DAT \
|
||||
@ -237,14 +242,10 @@ OTHER_FILES:=asciivju:ASCIIVJU autorun.dat:AUTORUN.DAT \
|
||||
demos/relay.lif:DEMOS/RELAY.LIF demos/rpento.lif:DEMOS/RPENTO.LIF \
|
||||
demos/use_mb:DEMOS/USE_MB \
|
||||
drivers/atikms.dll:DRIVERS/ATIKMS.DLL \
|
||||
File|Managers/buttons.bmp:File|Managers/BUTTONS.BMP \
|
||||
File|Managers/eolite.ini:File|Managers/EOLITE.INI \
|
||||
File|Managers/icons.bmp:File|Managers/ICONS.BMP \
|
||||
File|Managers/icons.ini:File|Managers/ICONS.INI \
|
||||
File|Managers/kfar.ini:File|Managers/KFAR.INI \
|
||||
File|Managers/kfm:File|Managers/KFM \
|
||||
File|Managers/kfm.ini:File|Managers/KFM.INI \
|
||||
File|Managers/kfm_keys.txt:File|Managers/KFM_KEYS.TXT \
|
||||
fonts/bold.chr:FONTS/BOLD.CHR fonts/char2.mt:FONTS/CHAR2.MT \
|
||||
fonts/char.mt:FONTS/CHAR.MT \
|
||||
games/checkers:GAMES/CHECKERS games/klavisha:GAMES/KLAVISHA \
|
||||
|
BIN
data/eng/kpack
BIN
data/eng/kpack
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 6.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.1 KiB |
Binary file not shown.
@ -1,46 +0,0 @@
|
||||
“¯à ¢«ïî騥 á®ç¥â ¨ï ª« ¢¨è ¢ KFM - Kolibri File Manager v0.47.
|
||||
|
||||
‚ ¯ ¥«ïå:
|
||||
1) <20>¥à¥¬¥é¥¨¥ ªãàá®à ¯® ªâ¨¢®© ¯ ¥«¨:
|
||||
) áâ५ª¨ ¢¢¥àå ¨ ¢¨§ (¢ ⮬ ç¨á«¥ à ᯮ«®¦¥ë¥ ¢ ¤®¯®«¨â¥«ì®© ç á⨠ª« ¢¨ âãàë) - ¯¥à¥¬¥é¥¨¥ ªãàá®à ®¤ã ¯®§¨æ¨î ¢¢¥àå ¨«¨ ¢¨§.
|
||||
¡) PageUp - ¯®áâà ¨ç®¥ «¨áâ ¨¥ ¢¢¥àå.
|
||||
¢) PageDown - ¯®áâà ¨ç®¥ «¨áâ ¨¥ ¢¨§.
|
||||
£) Home - ¢ ç «® ª â «®£ á ä ©« ¬¨.
|
||||
¤) End - ¢ ª®¥æ ª â «®£ á ä ©« ¬¨.
|
||||
2) Tab - ¨§¬¥¥¨¥ ªâ¨¢®© ¯ ¥«¨.
|
||||
3) Enter - ¤¥©á⢨ï á ä ©«®¬ ¯®§¨æ¨¨ ª®â®à®£® 室¨âáï ªãàá®à ¢ë¤¥«¥¨ï:
|
||||
) ¢å®¤ ¢ ¯ ¯ªã.
|
||||
¡) § ¯ã᪠¯à®£à ¬¬ë.
|
||||
¢) ®âªàëâì ä ©« ¢ ¯à®¯¨á ®¬ ¯à¨«®¦¥¨¨, ᮣ« ᮠᮤ¥à¦ ¨î ä ©« kfm.ini, à §¤¥« "<>files associations".
|
||||
4) Alt+F1 - ¢ë§®¢ ¬¥î ¢ë¡®à ¤¨áª , ®â®¡à ¦ ¥¬®£® «¥¢®© ¯ ¥«¨.
|
||||
5) Alt+F2 - ¢ë§®¢ ¬¥î ¢ë¡®à ¤¨áª , ®â®¡à ¦ ¥¬®£® ¯à ¢®© ¯ ¥«¨.
|
||||
6) á®àâ¨à®¢ª ä ©«®¢ ¢ ªâ¨¢®© ¯ ¥«¨:
|
||||
) Ctrl+F3 - á®àâ¨à®¢ª ¯® ¨¬¥ ¬.
|
||||
¡) Ctrl+F4 - á®àâ¨à®¢ª ¯® à áè¨à¥¨ï¬.
|
||||
¢) Ctrl+F5 - á®àâ¨à®¢ª ¯® à §¬¥àã.
|
||||
£) Ctrl+F6 - á®àâ¨à®¢ª ¯® ¤ ⥠¬®¤¨ä¨ª 樨.
|
||||
7) Ctrl+R - ¯®¢â®à ï § £à㧪 ᮤ¥à¦¨¬®£® ¤¨à¥ªâ®à¨¨ ¢ ªâ¨¢®© ¯ ¥«¨.
|
||||
8) Delete ¨ F8 - 㤠«¥¨¥ ä ©« ª®â®à®¬ 室¨âáï ªãàá®à.
|
||||
9) Insert - ¢ë¤¥«¥¨¥ ªà áë¬ æ¢¥â®¬ ä ©« ª®â®à®¬ 室¨âáï ªãàá®à ¨ ¯¥à¥¬¥é¥¨¥ ªãàá®à 1 ¯®§¨æ¨î ¢¨§.
|
||||
10) F4 - ®âªàëâì ä ©« ¤«ï । ªâ¨à®¢ ¨ï ¢ ¯à®¯¨á ®¬ ¯à¨«®¦¥¨¨, ᮣ« ᮠᮤ¥à¦ ¨î ä ©« kfm.ini, à §¤¥« "<>files association1".
|
||||
11) F7 - ᮧ¤ ¨¥ ¤¨à¥ªâ®à¨¨ ¢ ªâ¨¢®© ¯ ¥«¨.
|
||||
12) F5 - ª®¯¨à®¢ ¨¥ ä ©« ¨§ ªâ¨¢®© ¯ ¥«¨ ¢ ¯à®â¨¢®¯®«®¦ãî.
|
||||
13) F6 - ¯¥à¥¬¥é¥¨¥ ä ©« ¨§ ªâ¨¢®© ¯ ¥«¨ ¢ ¯à®â¨¢®¯®«®¦ãî.
|
||||
14) Ctrl+A ¨ Ctrl+(NumPad(+) Up) - ¢ë¤¥«¥¨¥ ¢á¥å ä ©«®¢ ¨ ¤¨à¥ªâ®à¨© ¢ ªâ¨¢®© ¯ ¥«¨, § ¨áª«î票¥¬ ¤¨à¥ªâ®à¨¨ '..'
|
||||
15) Ctrl+(NumPad(-) Up) - áïâì ¢ë¤¥«¥¨¥ ¢á¥å ä ©«®¢ ¨ ¤¨à¥ªâ®à¨© ¢ ªâ¨¢®© ¯ ¥«¨, § ¨áª«î票¥¬ ¤¨à¥ªâ®à¨¨ '..'
|
||||
16) Ctrl+(NumPad(*) Up) - ¨¢¥àâ¨à®¢ âì ¢ë¤¥«¥¨¥ ¢á¥å ä ©«®¢ ¨ ¤¨à¥ªâ®à¨© ¢ ªâ¨¢®© ¯ ¥«¨, § ¨áª«î票¥¬ ¤¨à¥ªâ®à¨¨ '..'
|
||||
17) F12 - § ¢¥à襨¥ à ¡®âë ¯à®£à ¬¬ë.
|
||||
18) F1 - á¯à ¢ª , £®àï稥 ª®¬¡¨ 樨 ª« ¢¨è. ’ॡã¥âáï «¨ç¨¥ ä ©« kfm_keys.txt ¢ ¤¨à¥ªâ®à¨¨ £¤¥ à ᯮ«®¦¥® ¯à¨«®¦¥¨¥.
|
||||
19) Žâªàëâì ä ©« ¢ áâ®à®¥¬ ¯à¨«®¦¥¨¨ á ¯ à ¬¥â஬:
|
||||
) Shift + W - ãáâ ®¢¨âì ä®®¢ë© à¨á㮪 à ¡®ç¥£® á⮫ , ०¨¬ ®âà¨á®¢ª¨ § ¬®áâ¨âì.
|
||||
¡) Ctrl + W - ãáâ ®¢¨âì ä®®¢ë© à¨á㮪 à ¡®ç¥£® á⮫ , ०¨¬ ®âà¨á®¢ª¨ à áâïãâì.
|
||||
20) Alt+Enter - ¯®«ã票¥ ¤«ï ä ©«®¢ ¨ ¤¨à¥ªâ®à¨©: à ᯮ«®¦¥¨ï, §¢ ¨ï, à §¬¥à , ª®«¨ç¥áâ¢ ä ©«®¢ ¨ ¤¨à¥ªâ®à¨©
|
||||
(¢ ⮬ ç¨á«¥ ¨ ¤«ï á«ãç ï ¢ë¤¥«¥¨ï ®â¤¥«ìëå ä ©«®¢ ¨ ¤¨à¥ªâ®à¨©).
|
||||
|
||||
‚ ¬¥î ¢ë¡®à ¤¨áª :
|
||||
1) áâ५ª¨ ¢¢¥àå ¨ ¢¨§ (¢ ⮬ ç¨á«¥ à ᯮ«®¦¥ë¥ ¢ ¤®¯®«¨â¥«ì®© ç á⨠ª« ¢¨ âãàë) - ¯¥à¥¬¥é¥¨¥ ªãàá®à ®¤ã ¯®§¨æ¨î ¢¢¥àå ¨«¨ ¢¨§.
|
||||
2) Enter - ¢ë¡®à ¤¨áª ¯®§¨æ¨¨ ª®â®à®£® 室¨âáï ªãàá®à ¢ë¤¥«¥¨ï.
|
||||
3) Home ¨ PageUp - ªãàá®à ¢ ç «® ᯨáª
|
||||
4) End ¨ PageDown - ªãàá®à ¢ ª®¥æ ᯨ᪠.
|
||||
5) Insert - § £à㧨âì «®â®ª ¢ë¡à ®£® ATAPI ¯à¨¢®¤ .
|
||||
6) Delete - ¢ë£à㧨âì «®â®ª ¢ë¡à ®£® ATAPI ¯à¨¢®¤ .
|
@ -60,6 +60,7 @@ FASM_PROGRAMS:=\
|
||||
hdd_info:HDD_INFO:$(PROGS)/system/hdd_info/trunk/hdd_info.asm \
|
||||
icon:ICON:$(PROGS)/system/icon/trunk/icon.asm \
|
||||
kbd:KBD:$(PROGS)/system/kbd/trunk/kbd.ASM \
|
||||
kpack:KPACK:$(PROGS)/other/kpack/trunk/kpack.asm \
|
||||
launcher:LAUNCHER:$(PROGS)/system/launcher/trunk/launcher.asm \
|
||||
magnify:MAGNIFY:$(PROGS)/demos/magnify/trunk/magnify.asm \
|
||||
mgb:MGB:$(PROGS)/system/mgb/trunk/mgb.asm \
|
||||
@ -124,6 +125,7 @@ FASM_PROGRAMS:=\
|
||||
drivers/vmode.mdr:DRIVERS/VMODE.MDR:$(KERNEL)/drivers/vmode.asm \
|
||||
drivers/vt8235.obj:DRIVERS/VT8235.OBJ:$(KERNEL)/drivers/vt823x.asm \
|
||||
File|Managers/kfar:File|Managers/KFAR:$(PROGS)/fs/kfar/trunk/kfar.asm \
|
||||
File|Managers/kfm:File|Managers/KFM:$(PROGS)/fs/kfm/trunk/kfm.asm \
|
||||
File|Managers/OpenDial:File|Managers/OPENDIAL:$(PROGS)/develop/libraries/box_lib/asm/trunk/OpenDial.asm \
|
||||
fonts/bgitest:FONTS/BGITEST:$(PROGS)/demos/bgitest/trunk/bgitest.asm \
|
||||
games/15:GAMES/15:$(PROGS)/games/15/trunk/15.ASM \
|
||||
@ -195,6 +197,9 @@ COPY_FILES:=\
|
||||
config.inc:CONFIG.INC:$(PROGS)/config.inc \
|
||||
struct.inc:STRUCT.INC:$(PROGS)/struct.inc \
|
||||
File|Managers/z_icons.png:File|Managers/Z_ICONS.PNG:$(PROGS)/develop/libraries/box_lib/asm/trunk/z_icons.png \
|
||||
File|Managers/kfm_keys.txt:File|Managers/KFM_KEYS.TXT:$(PROGS)/fs/kfm/trunk/docs/russian/dos_kolibri/kfm_keys.txt \
|
||||
File|Managers/buttons.bmp:File|Managers/BUTTONS.BMP:$(PROGS)/fs/kfm/trunk/buttons.bmp \
|
||||
File|Managers/icons.bmp:File|Managers/ICONS.BMP:$(PROGS)/fs/kfm/trunk/icons.bmp \
|
||||
fonts/euro.chr:FONTS/EURO.CHR:$(PROGS)/demos/bgitest/trunk/FONTS/EURO.CHR \
|
||||
fonts/goth.chr:FONTS/GOTH.CHR:$(PROGS)/demos/bgitest/trunk/FONTS/GOTH.CHR \
|
||||
fonts/lcom.chr:FONTS/LCOM.CHR:$(PROGS)/demos/bgitest/trunk/FONTS/LCOM.CHR \
|
||||
@ -225,7 +230,7 @@ OTHER_FILES:=asciivju:ASCIIVJU autorun.dat:AUTORUN.DAT \
|
||||
background.gif:background.gif default.skn:DEFAULT.SKN \
|
||||
e80:E80 graph:GRAPH hdread:HDREAD htmlv:HTMLV \
|
||||
icons.dat:ICONS.DAT iconstrp.gif:ICONSTRP.GIF index_htm:INDEX.HTM \
|
||||
kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY kpack:KPACK \
|
||||
kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
|
||||
kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \
|
||||
menu.dat:MENU.DAT \
|
||||
panel.dat:PANEL.DAT pipetka:PIPETKA setup.dat:SETUP.DAT \
|
||||
@ -237,14 +242,10 @@ OTHER_FILES:=asciivju:ASCIIVJU autorun.dat:AUTORUN.DAT \
|
||||
demos/relay.lif:DEMOS/RELAY.LIF demos/rpento.lif:DEMOS/RPENTO.LIF \
|
||||
demos/use_mb:DEMOS/USE_MB \
|
||||
drivers/atikms.dll:DRIVERS/ATIKMS.DLL \
|
||||
File|Managers/buttons.bmp:File|Managers/BUTTONS.BMP \
|
||||
File|Managers/eolite.ini:File|Managers/EOLITE.INI \
|
||||
File|Managers/icons.bmp:File|Managers/ICONS.BMP \
|
||||
File|Managers/icons.ini:File|Managers/ICONS.INI \
|
||||
File|Managers/kfar.ini:File|Managers/KFAR.INI \
|
||||
File|Managers/kfm:File|Managers/KFM \
|
||||
File|Managers/kfm.ini:File|Managers/KFM.INI \
|
||||
File|Managers/kfm_keys.txt:File|Managers/KFM_KEYS.TXT \
|
||||
fonts/bold.chr:FONTS/BOLD.CHR fonts/char2.mt:FONTS/CHAR2.MT \
|
||||
fonts/char.mt:FONTS/CHAR.MT \
|
||||
games/appdata.dat:GAMES/APPDATA.DAT games/ataka:GAMES/ATAKA \
|
||||
|
BIN
data/rus/kpack
BIN
data/rus/kpack
Binary file not shown.
Loading…
Reference in New Issue
Block a user