source:
trunk/config.tmp@
1390
Last change on this file since 1390 was 1390, checked in by , 17 years ago | |
---|---|
|
|
File size: 1.8 KB |
Rev | Line | |
---|---|---|
[1123] | 1 | ; Fixed: Ticket 267 |
[484] | 2 | ; |
[1262] | 3 | ;This file contains some utility definitions for the FM/2 toolbar. |
4 | ;FM/2 saved this file as "<DRIVE>:\FM2\CONFIG.TLS". | |
[484] | 5 | ; |
[1262] | 6 | ;Each tool button has four lines that describe it. The first line is |
7 | ;the help for the button. | |
[484] | 8 | ; |
[1262] | 9 | ;The second line is the text for the button (internally defined tools |
10 | ;have icons, and the text is ignored). | |
[484] | 11 | ; |
[1262] | 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. | |
[484] | 16 | ; |
[1262] | 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 | ; | |
[484] | 27 | Set Target Directory (Ctrl + T) |
28 | TargetDir | |
[1262] | 29 | 0 |
[484] | 30 | 1154 |
31 | ; | |
32 | Filter Container (Ctrl + f) | |
33 | Filter | |
34 | 0 | |
35 | 5001 | |
36 | ; | |
37 | Edit Associations | |
38 | Assoc | |
39 | 0 | |
40 | 3001 | |
41 | ; | |
42 | Edit Commands | |
43 | Cmds | |
44 | 8 | |
45 | 1048 | |
46 | ; | |
47 | Font Palette | |
48 | FntPal | |
49 | 0 | |
50 | 3020 | |
51 | ; | |
52 | System Clock | |
53 | SysClk | |
54 | 0 | |
55 | 2009 | |
56 | ; | |
57 | Solid Color Palette | |
58 | SolPal | |
59 | 0 | |
60 | 3021 | |
61 | ; | |
62 | Hi Color Palette | |
63 | MixPal | |
64 | 8 | |
65 | 3061 | |
66 | ; | |
67 | Seek and scan files | |
68 | SeekScan | |
69 | 0 | |
70 | 1047 | |
71 | ; | |
72 | OS/2 Command Line (F9) | |
73 | OS/2 | |
[1262] | 74 | 8 |
[484] | 75 | 2007 |
76 | ; | |
[1262] | 77 | Settings Notebook |
78 | Setngs | |
[484] | 79 | 0 |
[1262] | 80 | 3059 |
[484] | 81 | ; |
82 | FM/2 Help (Ctrl + k) | |
83 | Help | |
84 | 8 | |
85 | 999 | |
86 | ; | |
[1262] | 87 | Make Directory (Ctrl + M) |
88 | MakeDir | |
89 | 0 | |
90 | 1026 | |
91 | ; | |
92 | Rescan (Ctrl + R) | |
93 | Rescan | |
94 | 0 | |
95 | 5021 | |
96 | ; | |
97 | Print Files (Ctrl + p) | |
98 | ||
99 | 9 | |
100 | 1007 | |
101 | ; | |
[484] | 102 | Exit FM2 (Ctrl + F3) |
103 | Exit | |
104 | 8 | |
105 | 1111 | |
106 | ; | |
[1262] | 107 | Commands toolbar |
108 | Cmds | |
[484] | 109 | 0 |
[1262] | 110 | 4900 |
[484] | 111 | ; |
[1123] | 112 | Utility toolbar |
[484] | 113 | Utils |
114 | 0 | |
[1123] | 115 | 4901 |
[484] | 116 | ; |
[1262] | 117 | Sort toolbar |
118 | Sort | |
119 | 0 | |
120 | 4902 | |
121 | ; | |
122 | Select toolbar | |
123 | Select | |
124 | 0 | |
125 | 4903 | |
126 | ; | |
127 | Files toolbar | |
128 | Files | |
[1390] | 129 | 8 |
[1262] | 130 | 4905 |
131 | ; | |
[484] | 132 | ; $Id: config.tmp 1390 2009-01-11 23:21:00Z gyoung $ |
Note:
See TracBrowser
for help on using the repository browser.