Changeset 1254 for trunk/utils.tmp
- Timestamp:
- Oct 21, 2008, 1:41:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.tmp
r1123 r1254 1 1 ; Fixed: Ticket 267 2 2 ; 3 ; This file contains definitions for an FM/2 toolbar. 3 ;This file contains some utility definitions for the FM/2 toolbar. 4 ;FM/2 saved this file as "<DRIVE>:\FM2\UTILS.TLS". 4 5 ; 5 ; To edit this file manually, see "Manual edit of toolbar files" 6 ; in the FM/2 help file. 6 ;Each tool button has four lines that describe it. The first line is 7 ;the help for the button. 8 ; 9 ;The second line is the text for the button (internally defined tools 10 ;have icons, and the text is ignored). 11 ; 12 ;The third line is a number indicating flags associated with the button. 13 ;A flag value of 0 means the button is non-droppable, 1 means the button 14 ;is droppable, 4 means invisible (5 both), 8 means non-droppable with a 15 ;spacer following, and 9 means droppable with a spacer following. 16 ; 17 ;The fourth line is the ID of the button (for internal commands only). 18 ;Note Commands begin at ID 4000, so a button with ID 4000 would cause 19 ;the first Command to be run and ID 4001 would run the second, and so on. 20 ;4900 marks the first "quick toolbox change" item, and you can 21 ;have up to 50 of them (these buttons load other toolboxes, see 22 ;online help). 23 ; 24 ;You can use \r in the help string to break the help into multiple lines. 7 25 ; 8 26 ; … … 24 42 Directory Sizes (Ctrl + Z) 25 43 DirSiz 44 0 45 1031 46 ; 47 Kill Process 48 KillPrc 49 0 50 2003 51 ; 52 Seek and Scan for files 53 SeekScan 26 54 8 27 1031 55 1047 56 ; 57 Edit Files (Ctrl + e) 58 Edit 59 1 60 1024 61 ; 62 Extended Attributes 63 EAs 64 1 65 1008 28 66 ; 29 67 View INI Files … … 32 70 2001 33 71 ; 34 Kill Process35 KillPrc72 Edit Associations 73 Assoc 36 74 0 37 2003 75 3001 76 ; 77 Set Attributes and Date/Time of Files/Directories (Ctrl + a) 78 Attribs 79 9 80 1009 38 81 ; 39 82 Instant Command File … … 41 84 0 42 85 2006 86 ; 87 OS/2 Command Line (F9) 88 OS/2 89 8 90 2007 43 91 ; 44 92 INF Bookshelf viewer … … 52 100 2011 53 101 ; 54 Settings Notebook55 Setngs56 857 305958 ;59 102 Play Multimedia (Ctrl + l) 60 103 Play … … 62 105 1058 63 106 ; 107 Settings Notebook 108 Setngs 109 0 110 3059 111 ; 112 FM/2 Help (Ctrl + k) 113 Help 114 8 115 999 116 ; 64 117 Make Directory (Ctrl + M) 65 M kDir66 8 118 MakeDir 119 0 67 120 1026 68 ;69 Seek and Scan for files70 SeekScan71 072 104773 ;74 OS/2 Command Line (F9)75 OS/276 077 200778 121 ; 79 122 Rescan (Ctrl + R) … … 82 125 5021 83 126 ; 84 FM/2 Help (Ctrl + k)85 Help 86 8 87 999 127 Print Files (Ctrl + p) 128 Print 129 9 130 1007 88 131 ; 89 132 Exit FM2 (Ctrl + F3) … … 92 135 1111 93 136 ; 137 Commands toolbar 138 Cmds 139 0 140 4900 141 ; 94 142 Sort toolbar 95 143 Sort … … 97 145 4902 98 146 ; 99 Commands toolbar 100 Cmds 101 8 102 4900 147 Select toolbar 148 Select 149 0 150 4903 151 ; 152 Configuration toolbar 153 Config 154 0 155 4904 156 ; 157 Files toolbar 158 Files 159 0 160 4905 103 161 ; 104 162 ; $Id$
Note:
See TracChangeset
for help on using the changeset viewer.