source: trunk/utils.tmp@ 484

Last change on this file since 484 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
RevLine 
[2]1;
2;This file contains some utility definitions for the FM/2 toolbar.
[484]3;FM/2 saved this file as "<DRIVE>:\FM2\UTILS.TLS".
[2]4;
[484]5;Each tool button has four lines that describe it. The first line is
6;the help for the button.
[2]7;
[484]8;The second line is the text for the button (internally defined tools
9;have icons, and the text is ignored).
[2]10;
[484]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;
26Collect Files/Directories (Ctrl + C)
27Collect
280
291011
30;
31See all files
32SeeAll
330
341067
35;
36Window Dialog (Ctrl + W)
37Windws
380
399010
40;
41Directory Sizes (Ctrl + Z)
42DirSiz
438
441031
45;
46View INI Files
47INIs
[2]481
[484]492001
[2]50;
51Kill Process
52KillPrc
530
542003
55;
56Instant Command File
57Instant
580
592006
60;
[484]61INF Bookshelf viewer
62InfBooks
[2]630
[484]642010
[2]65;
[484]66HLP Bookshelf viewer
67HlpBooks
688
692011
[2]70;
[484]71Settings Notebook
72Setngs
738
743059
75;
76Play Multimedia (Ctrl + l)
77Play
789
791058
80;
81Make Directory (Ctrl + M)
82MakeDir
838
841026
85;
86Seek and Scan for files
[2]87SeekScan
880
891047
90;
[484]91OS/2 Command Line (F9)
92OS/2
930
942007
[2]95;
[484]96Rescan (Ctrl + R)
97Rescan
[2]980
[484]995021
[2]100;
[484]101FM/2 Help (Ctrl + k)
102Help
1038
104999
105;
106Exit FM2 (Ctrl + F3)
107Exit
1088
1091111
110;
111Views toolbox
[2]112Sort
1130
[484]1144901
[2]115;
[484]116Config toolbox
117Cmds
1188
1194900
120;
121; $Id: utils.tmp 484 2006-09-07 05:07:11Z root $
Note: See TracBrowser for help on using the repository browser.