Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 9505 → Rev 9506

/data/common/File Managers/fNav/ABOUT.TXT
-Ä£ QÀOW:RF±0 º"q¤ÎÑÞPÎîUø[й4)"Aã¬ïÚ)ÎÒ6ƒ7þ’8vP½È(,;R‡Úíô0ÍFüH,ÖGrůzz^“›ŠØÀ¸P ;¿ „÷èPšV|Ïñ7}žæL°bÇê‰ÂڎÄóÖ©6ž§jëQESÂÖfÇ՟Φ»ýJfbÏÔXÈ°î]îç¯:¶5;
-åh¼Ìµ~´¹£¦Sëݺµ‘.¬¯·çø8Œ:æA³º Ü6}­MƒÀ'uxXWû-£!UkN”&¿‡g!î*‡Ã5ëœ"¼K‹0UoŸÔµØ²kºV'Äÿ@Eyώ¥îšh6ûnôƒ°D×ڀïuvbŽJâ&
-±K‚‚è®å«è¼TÂ¥>²åª2€£‚BgàsS`¸„v]"èµÜ Q|Ž’D¢ˆeÀ„@C¬/^šÍƒçBMk¬Û"țWúWÿÕfc-ŸÅgÅ^Ó ªAQ$±Jã„#èÁõ<÷ÈÞï'+CùBŸ¯²îì}ÈE£¸ŒF¯<ي
-„NůQºY¤©ËÈY¾x{˜ar—ãڜX¹‡˜“½­L/®ä·68” °èÊø»=CJۄˆ¿¾яW~‡ÙK³môÙ#ėXЌ_õðˆ
\ No newline at end of file
+;;;;;;;;;;;;;
+;;; fNav ;;;;
+;;;;;;;;;;;;;
+
+Application author: 0CodErr
+Application address: http://board.kolibrios.org/viewtopic.php?f=44&t=2178
+
+fNav - file navigator for KolibriOS.
+
+Mouse control:
+-----------------
+ Middle button + Move up go to parent directory
+ Middle Button + Move left go to previous directory
+ Middle button + Move right go to next directory
+ Right button activate popup menu
+
+Keyboard control:
+-----------------------
+ Home to top of list
+ End to bottom of list
+ PageUp one page up
+ PageDown one page down
+ ArrowUp one item up
+ ArrowDown one item down
+ Rightctrl + Home to top of the list without changing the selection
+ Rightctrl + END to bottom of the list without changing the selection
+ Rightctrl + PageUp one page up without changing the selection
+ Rightctrl + PageDown one page down without changing the selection
+ Rightctrl + ArrowUp one element up without changing the selection
+ Rightctrl + ArrowDown one element down without changing the selection
+ Rightctrl + L go to address bar
+ BACKSPACE go to parent directory
+ Arrowleft go to previous directory
+ Arrowright go to next directory
+ Enter go to the selected directory (or entered in the address bar) or
+ open(launch) the selected file
+
+ <character> move to the next item that begins with this character
+ RightShift + <character> go to the previous item in the list that begins with this character
+
+ F5 refresh the list of files
+ MENU activate popup menu
+
+Multiple selection of list items:
+-----------------------------------------
+Mouse or keyboard:
+ RightShift + (ArrowUp|ArrowDown|PageUp|PageDown|Home|End)
+ Leftctrl + A select all
+
+List item actions:
+-----------------------------
+ Leftctrl + X cut
+ Leftctrl + C copy
+ Leftctrl + V insert
+ Leftctrl + R rename
+ Delete delete
+ Insert create file
+ RightShift + Insert create folder
+
+Sort a list by using the keyboard:
+---------------------------------------
+ Ctrl + F2 by type
+ Ctrl + F3 by name
+ Ctrl + F4 by extension
+ Ctrl + F5 by size
+ Ctrl + F6 by date
+ Ctrl + F7 by attributes
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+Libraries used:
+------------------------
+ Box_lib (Edit_box, ScrollBar)
+ Libimg (loading icons, cursors, and fonts)
+ buf2d (list rendering)
+
+The following files should be in the application folder:
+-------------------------------------------------------
+ Fnav.set (list of associated applications and file extensions)
+ Fnav.ext (List of associated icon numbers and file extensions)
+ fnav_icn.png (icons)
+ fnav_fnt png (font)
+ fnav_cur png (cursor)
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
\ No newline at end of file
/data/common/File Managers/fNav/Tupfile.lua
0,0 → 1,2
tup.rule("ABOUT.TXT", "kpack %f %o", "ABOUT.TXT.KPACK")