; ;This file contains definitions for an FM/2 toolbox. ;FM/2 saved this file as ":\FM2\FILES.TLS" ; ;Each tool button has four lines that describe it. The first line is ;the help for the button. ; ;The second line is the text for the button (internally defined tools ;have icons, and the text is ignored). ; ;The third line is a number indicating flags associated with the button. ;A flag value of 0 means the button is non-droppable, 1 means the button ;is droppable, 4 means invisible (5 both), 8 means non-droppable with a :spacer following, and 9 means droppable with a spacer following. ; ;The fourth line is the ID of the button (for internal commands only). ;Note Commands begin at ID 4000, so a button with ID 4000 would cause ;the first Command to be run and ID 4001 would run the second, and so on. ;4900 marks the first "quick toolbox change" item, and you can ;have up to 50 of them (these buttons load other toolboxes, see ;online help). ; ;You can use \r in the help string to break the help into multiple lines. ;; ; Rename Files/Directories (Ctrl + r) Rename 1 1005 ; Copy Files/Directories (Ctrl + c) Copy 1 1002 ; WPS Copy Files/Directories WPSCopy 1 1153 ; Move Files/Directories (Ctrl + m) Move 1 1001 ; WPS Move Files/Directories WPSMove 1 1152 ; View Files (Ctrl + v) View 1 1023 ; Edit Files (Ctrl + e) Edit 1 1024 ; Extended Attributes (Ctrl + E) EAs 1 1008 ; Make Directory (Ctrl + M) MakeDir 0 1026 ; Print Files (Ctrl + p) Print 1 1007 ; Open Default (F6) Open 9 1017 ; Create Objects Objects 1 1022 ; Remove objects RemoveObj 1 1043 ; Object Information (Ctrl + i) Info 1 1010 ; Create Shadow Objects Shadows 9 1021 ; Save List to Clipboard (Ctrl + [) SvClip 1 1027 ; Save List to File (Ctrl + S) SvList 8 1028 ; Archive Files/Directories (Ctrl + A) Archive 1 1029 ; Extract From Archives (Ctrl + x) Extract 1 1030 ; Text to binary decoding (Ctrl + U) UUDecode 9 1132 ; Permanently Delete Files/Directories (Ctrl + D) Kill 0 1006 ; Delete Files/Directories (Ctrl + d) Delete 1 1004 ; Undelete Files Undel 8 2004 ; Seek and scan files SeekScan 0 1047 ; OS/2 Command Line (F9) OS/2 0 2007 ; Rescan (Ctrl + R) Rescan 0 5021 ; FM/2 Help (Ctrl + k) Help 8 999 ; Exit FM2 (Ctrl + F3) Exit 8 1111 ; Views toolbox Sort 0 4901 ; Utility toolbox Utils 0 4902 ; Config toolbox Cmds 8 4900 ; ; $Id: files.tmp 484 2006-09-07 05:07:11Z root $