1 | ; Fixed: Ticket 267
|
---|
2 | ;
|
---|
3 | ;This file contains some utility definitions for the FM/2 toolbar.
|
---|
4 | ;FM/2 saved this file as "<DRIVE>:\FM2\UTILS.TLS".
|
---|
5 | ;
|
---|
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.
|
---|
25 | ;
|
---|
26 | ;
|
---|
27 | Collect Files/Directories (Ctrl + C)
|
---|
28 | Collect
|
---|
29 | 0
|
---|
30 | 1011
|
---|
31 | ;
|
---|
32 | See all files
|
---|
33 | SeeAll
|
---|
34 | 0
|
---|
35 | 1067
|
---|
36 | ;
|
---|
37 | Window Dialog (Ctrl + W)
|
---|
38 | Windws
|
---|
39 | 0
|
---|
40 | 9010
|
---|
41 | ;
|
---|
42 | Directory Sizes (Ctrl + Z)
|
---|
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
|
---|
54 | 8
|
---|
55 | 1047
|
---|
56 | ;
|
---|
57 | Edit Files (Ctrl + e)
|
---|
58 | Edit
|
---|
59 | 1
|
---|
60 | 1024
|
---|
61 | ;
|
---|
62 | Extended Attributes
|
---|
63 | EAs
|
---|
64 | 1
|
---|
65 | 1008
|
---|
66 | ;
|
---|
67 | View INI Files
|
---|
68 | INIs
|
---|
69 | 1
|
---|
70 | 2001
|
---|
71 | ;
|
---|
72 | Edit Associations
|
---|
73 | Assoc
|
---|
74 | 0
|
---|
75 | 3001
|
---|
76 | ;
|
---|
77 | Set Attributes and Date/Time of Files/Directories (Ctrl + a)
|
---|
78 | Attribs
|
---|
79 | 9
|
---|
80 | 1009
|
---|
81 | ;
|
---|
82 | Instant Command File
|
---|
83 | Instant
|
---|
84 | 0
|
---|
85 | 2006
|
---|
86 | ;
|
---|
87 | OS/2 Command Line (F9)
|
---|
88 | OS/2
|
---|
89 | 8
|
---|
90 | 2007
|
---|
91 | ;
|
---|
92 | INF Bookshelf viewer
|
---|
93 | InfBooks
|
---|
94 | 0
|
---|
95 | 2010
|
---|
96 | ;
|
---|
97 | HLP Bookshelf viewer
|
---|
98 | HlpBooks
|
---|
99 | 8
|
---|
100 | 2011
|
---|
101 | ;
|
---|
102 | Play Multimedia (Ctrl + l)
|
---|
103 | Play
|
---|
104 | 9
|
---|
105 | 1058
|
---|
106 | ;
|
---|
107 | Settings Notebook
|
---|
108 | Setngs
|
---|
109 | 0
|
---|
110 | 3059
|
---|
111 | ;
|
---|
112 | FM/2 Help (Ctrl + k)
|
---|
113 | Help
|
---|
114 | 8
|
---|
115 | 999
|
---|
116 | ;
|
---|
117 | Make Directory (Ctrl + M)
|
---|
118 | MakeDir
|
---|
119 | 0
|
---|
120 | 1026
|
---|
121 | ;
|
---|
122 | Rescan (Ctrl + R)
|
---|
123 | Rescan
|
---|
124 | 0
|
---|
125 | 5021
|
---|
126 | ;
|
---|
127 | Print Files (Ctrl + p)
|
---|
128 | Print
|
---|
129 | 9
|
---|
130 | 1007
|
---|
131 | ;
|
---|
132 | Exit FM2 (Ctrl + F3)
|
---|
133 | Exit
|
---|
134 | 8
|
---|
135 | 1111
|
---|
136 | ;
|
---|
137 | Commands toolbar
|
---|
138 | Cmds
|
---|
139 | 0
|
---|
140 | 4900
|
---|
141 | ;
|
---|
142 | Sort toolbar
|
---|
143 | Sort
|
---|
144 | 0
|
---|
145 | 4902
|
---|
146 | ;
|
---|
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 | 8
|
---|
160 | 4905
|
---|
161 | ;
|
---|
162 | ; $Id: utils.tmp 1390 2009-01-11 23:21:00Z gyoung $
|
---|