Changeset 1262
- Timestamp:
- Oct 26, 2008, 7:36:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/config.tmp
r1123 r1262 1 1 ; Fixed: Ticket 267 2 2 ; 3 ; This file contains definitions for an FM/2 toolbar. 3 ;This file contains some utility definitions for the FM/2 toolbar. 4 ;FM/2 saved this file as "<DRIVE>:\FM2\CONFIG.TLS". 4 5 ; 5 ; To edit this file manually, see "Manual edit of toolbar files"6 ; in the FM/2 help file.6 ;Each tool button has four lines that describe it. The first line is 7 ;the help for the button. 7 8 ; 9 ;The second line is the text for the button (internally defined tools 10 ;have icons, and the text is ignored). 8 11 ; 9 Settings Notebook 10 Setngs 11 0 12 3059 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. 16 ; 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 ; 13 26 ; 14 27 Set Target Directory (Ctrl + T) 15 28 TargetDir 16 8 29 0 17 30 1154 18 31 ; … … 59 72 OS/2 Command Line (F9) 60 73 OS/2 74 8 75 2007 76 ; 77 Settings Notebook 78 Setngs 61 79 0 62 2007 80 3059 81 ; 82 FM/2 Help (Ctrl + k) 83 Help 84 8 85 999 86 ; 87 Make Directory (Ctrl + M) 88 MakeDir 89 0 90 1026 63 91 ; 64 92 Rescan (Ctrl + R) … … 67 95 5021 68 96 ; 69 FM/2 Help (Ctrl + k)70 Help 71 8 72 999 97 Print Files (Ctrl + p) 98 Print 99 9 100 1007 73 101 ; 74 102 Exit FM2 (Ctrl + F3) … … 77 105 1111 78 106 ; 79 Sorttoolbar80 Sort 107 Commands toolbar 108 Cmds 81 109 0 82 490 2110 4900 83 111 ; 84 112 Utility toolbar … … 87 115 4901 88 116 ; 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 129 0 130 4905 131 ; 89 132 ; $Id$
Note:
See TracChangeset
for help on using the changeset viewer.