; Fixed: Ticket 267 ; ;This file contains some utility definitions for the FM/2 toolbar. ;FM/2 saved this file as ":\FM2\UTILS.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. ; ; Collect Files/Directories (Ctrl + C) Collect 0 1011 ; See all files SeeAll 0 1067 ; Window Dialog (Ctrl + W) Windws 0 9010 ; Directory Sizes (Ctrl + Z) DirSiz 0 1031 ; Kill Process KillPrc 0 2003 ; Seek and Scan for files SeekScan 8 1047 ; Edit Files (Ctrl + e) Edit 1 1024 ; Extended Attributes EAs 1 1008 ; View INI Files INIs 1 2001 ; Edit Associations Assoc 0 3001 ; Set Attributes and Date/Time of Files/Directories (Ctrl + a) Attribs 9 1009 ; Instant Command File Instant 0 2006 ; OS/2 Command Line (F9) OS/2 8 2007 ; INF Bookshelf viewer InfBooks 0 2010 ; HLP Bookshelf viewer HlpBooks 8 2011 ; Play Multimedia (Ctrl + l) Play 9 1058 ; Settings Notebook Setngs 0 3059 ; FM/2 Help (Ctrl + k) Help 8 999 ; Make Directory (Ctrl + M) MakeDir 0 1026 ; Rescan (Ctrl + R) Rescan 0 5021 ; Print Files (Ctrl + p) Print 9 1007 ; Exit FM2 (Ctrl + F3) Exit 8 1111 ; Commands toolbar Cmds 0 4900 ; Sort toolbar Sort 0 4902 ; Select toolbar Select 0 4903 ; Configuration toolbar Config 0 4904 ; Files toolbar Files 8 4905 ; ; $Id$