source: branches/ticket_150/utils.tmp@ 868

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;
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
481
492001
50;
51Kill Process
52KillPrc
530
542003
55;
56Instant Command File
57Instant
580
592006
60;
61INF Bookshelf viewer
62InfBooks
630
642010
65;
66HLP Bookshelf viewer
67HlpBooks
688
692011
70;
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
87SeekScan
880
891047
90;
91OS/2 Command Line (F9)
92OS/2
930
942007
95;
96Rescan (Ctrl + R)
97Rescan
980
995021
100;
101FM/2 Help (Ctrl + k)
102Help
1038
104999
105;
106Exit FM2 (Ctrl + F3)
107Exit
1088
1091111
110;
111Views toolbox
112Sort
1130
1144901
115;
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.