Last change
on this file since 868 was 484, checked in by root, 19 years ago |
Update
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.7 KB
|
Line | |
---|
1 | ;
|
---|
2 | ;This file contains some utility definitions for the FM/2 toolbar.
|
---|
3 | ;FM/2 saved this file as "<DRIVE>:\FM2\UTILS.TLS".
|
---|
4 | ;
|
---|
5 | ;Each tool button has four lines that describe it. The first line is
|
---|
6 | ;the help for the button.
|
---|
7 | ;
|
---|
8 | ;The second line is the text for the button (internally defined tools
|
---|
9 | ;have icons, and the text is ignored).
|
---|
10 | ;
|
---|
11 | ;The third line is a number indicating flags associated with the button.
|
---|
12 | ;A flag value of 0 means the button is non-droppable, 1 means the button
|
---|
13 | ;is droppable, 4 means invisible (5 both), 8 means non-droppable with a
|
---|
14 | :spacer following, and 9 means droppable with a spacer following.
|
---|
15 | ;
|
---|
16 | ;The fourth line is the ID of the button (for internal commands only).
|
---|
17 | ;Note Commands begin at ID 4000, so a button with ID 4000 would cause
|
---|
18 | ;the first Command to be run and ID 4001 would run the second, and so on.
|
---|
19 | ;4900 marks the first "quick toolbox change" item, and you can
|
---|
20 | ;have up to 50 of them (these buttons load other toolboxes, see
|
---|
21 | ;online help).
|
---|
22 | ;
|
---|
23 | ;You can use \r in the help string to break the help into multiple lines.
|
---|
24 | ;
|
---|
25 | ;
|
---|
26 | Collect Files/Directories (Ctrl + C)
|
---|
27 | Collect
|
---|
28 | 0
|
---|
29 | 1011
|
---|
30 | ;
|
---|
31 | See all files
|
---|
32 | SeeAll
|
---|
33 | 0
|
---|
34 | 1067
|
---|
35 | ;
|
---|
36 | Window Dialog (Ctrl + W)
|
---|
37 | Windws
|
---|
38 | 0
|
---|
39 | 9010
|
---|
40 | ;
|
---|
41 | Directory Sizes (Ctrl + Z)
|
---|
42 | DirSiz
|
---|
43 | 8
|
---|
44 | 1031
|
---|
45 | ;
|
---|
46 | View INI Files
|
---|
47 | INIs
|
---|
48 | 1
|
---|
49 | 2001
|
---|
50 | ;
|
---|
51 | Kill Process
|
---|
52 | KillPrc
|
---|
53 | 0
|
---|
54 | 2003
|
---|
55 | ;
|
---|
56 | Instant Command File
|
---|
57 | Instant
|
---|
58 | 0
|
---|
59 | 2006
|
---|
60 | ;
|
---|
61 | INF Bookshelf viewer
|
---|
62 | InfBooks
|
---|
63 | 0
|
---|
64 | 2010
|
---|
65 | ;
|
---|
66 | HLP Bookshelf viewer
|
---|
67 | HlpBooks
|
---|
68 | 8
|
---|
69 | 2011
|
---|
70 | ;
|
---|
71 | Settings Notebook
|
---|
72 | Setngs
|
---|
73 | 8
|
---|
74 | 3059
|
---|
75 | ;
|
---|
76 | Play Multimedia (Ctrl + l)
|
---|
77 | Play
|
---|
78 | 9
|
---|
79 | 1058
|
---|
80 | ;
|
---|
81 | Make Directory (Ctrl + M)
|
---|
82 | MakeDir
|
---|
83 | 8
|
---|
84 | 1026
|
---|
85 | ;
|
---|
86 | Seek and Scan for files
|
---|
87 | SeekScan
|
---|
88 | 0
|
---|
89 | 1047
|
---|
90 | ;
|
---|
91 | OS/2 Command Line (F9)
|
---|
92 | OS/2
|
---|
93 | 0
|
---|
94 | 2007
|
---|
95 | ;
|
---|
96 | Rescan (Ctrl + R)
|
---|
97 | Rescan
|
---|
98 | 0
|
---|
99 | 5021
|
---|
100 | ;
|
---|
101 | FM/2 Help (Ctrl + k)
|
---|
102 | Help
|
---|
103 | 8
|
---|
104 | 999
|
---|
105 | ;
|
---|
106 | Exit FM2 (Ctrl + F3)
|
---|
107 | Exit
|
---|
108 | 8
|
---|
109 | 1111
|
---|
110 | ;
|
---|
111 | Views toolbox
|
---|
112 | Sort
|
---|
113 | 0
|
---|
114 | 4901
|
---|
115 | ;
|
---|
116 | Config toolbox
|
---|
117 | Cmds
|
---|
118 | 8
|
---|
119 | 4900
|
---|
120 | ;
|
---|
121 | ; $Id: utils.tmp 484 2006-09-07 05:07:11Z root $
|
---|
Note:
See
TracBrowser
for help on using the repository browser.