Last change
on this file since 1036 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.6 KB
|
Rev | Line | |
---|
[484] | 1 | ;
|
---|
| 2 | ;This file contains some utility definitions for the FM/2 toolbar.
|
---|
| 3 | ;FM/2 saved this file as "<DRIVE>:\FM2\CONFIG.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 | Settings Notebook
|
---|
| 27 | Setngs
|
---|
| 28 | 0
|
---|
| 29 | 3059
|
---|
| 30 | ;
|
---|
| 31 | Set Target Directory (Ctrl + T)
|
---|
| 32 | TargetDir
|
---|
| 33 | 8
|
---|
| 34 | 1154
|
---|
| 35 | ;
|
---|
| 36 | Filter Container (Ctrl + f)
|
---|
| 37 | Filter
|
---|
| 38 | 0
|
---|
| 39 | 5001
|
---|
| 40 | ;
|
---|
| 41 | Edit Associations
|
---|
| 42 | Assoc
|
---|
| 43 | 0
|
---|
| 44 | 3001
|
---|
| 45 | ;
|
---|
| 46 | Edit Commands
|
---|
| 47 | Cmds
|
---|
| 48 | 8
|
---|
| 49 | 1048
|
---|
| 50 | ;
|
---|
| 51 | Font Palette
|
---|
| 52 | FntPal
|
---|
| 53 | 0
|
---|
| 54 | 3020
|
---|
| 55 | ;
|
---|
| 56 | System Clock
|
---|
| 57 | SysClk
|
---|
| 58 | 0
|
---|
| 59 | 2009
|
---|
| 60 | ;
|
---|
| 61 | Solid Color Palette
|
---|
| 62 | SolPal
|
---|
| 63 | 0
|
---|
| 64 | 3021
|
---|
| 65 | ;
|
---|
| 66 | Hi Color Palette
|
---|
| 67 | MixPal
|
---|
| 68 | 8
|
---|
| 69 | 3061
|
---|
| 70 | ;
|
---|
| 71 | Seek and scan files
|
---|
| 72 | SeekScan
|
---|
| 73 | 0
|
---|
| 74 | 1047
|
---|
| 75 | ;
|
---|
| 76 | OS/2 Command Line (F9)
|
---|
| 77 | OS/2
|
---|
| 78 | 0
|
---|
| 79 | 2007
|
---|
| 80 | ;
|
---|
| 81 | Rescan (Ctrl + R)
|
---|
| 82 | Rescan
|
---|
| 83 | 0
|
---|
| 84 | 5021
|
---|
| 85 | ;
|
---|
| 86 | FM/2 Help (Ctrl + k)
|
---|
| 87 | Help
|
---|
| 88 | 8
|
---|
| 89 | 999
|
---|
| 90 | ;
|
---|
| 91 | Exit FM2 (Ctrl + F3)
|
---|
| 92 | Exit
|
---|
| 93 | 8
|
---|
| 94 | 1111
|
---|
| 95 | ;
|
---|
| 96 | Views toolbox
|
---|
| 97 | Sort
|
---|
| 98 | 0
|
---|
| 99 | 4901
|
---|
| 100 | ;
|
---|
| 101 | Utility toolbox
|
---|
| 102 | Utils
|
---|
| 103 | 0
|
---|
| 104 | 4902
|
---|
| 105 | ;
|
---|
| 106 | ; $Id: config.tmp 484 2006-09-07 05:07:11Z root $
|
---|
Note:
See
TracBrowser
for help on using the repository browser.