Changeset 1254
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmds.tmp
r1123 r1254 1 1 ; Fixed: Ticket 267 2 2 ; 3 ; This file contains definitions for an FM/2 toolbar. 4 ; 5 ; To edit this file manually, see "Manual edit of toolbar files" 6 ; in the FM/2 help file. 7 ; 3 ;This file contains some command definitions for the FM/2 toolbar. 8 4 ; 9 5 View Files (Ctrl + v) … … 42 38 1001 43 39 ; 44 Make Directory (Ctrl + M)45 MkDir46 047 102648 ;49 40 Archive Files/Directories (Ctrl + A) 50 41 Archive … … 72 63 5001 73 64 ; 74 Rescan (Ctrl + R)75 Rescan76 077 502178 ;79 65 Window Dialog (Ctrl + W) 80 66 Windws … … 92 78 999 93 79 ; 94 Sort toolbar 95 Sort 80 Make Directory (Ctrl + M) 81 MkDir 96 82 0 97 4902 83 1026 84 ; 85 Rescan (Ctrl + R) 86 Rescan 87 0 88 5021 89 ; 90 Print Files (Ctrl + p) 91 Print 92 9 93 1007 94 ; 95 Exit FM2 (Ctrl + F3) 96 Exit 97 8 98 1111 98 99 ; 99 100 Utility toolbar … … 102 103 4901 103 104 ; 105 Sort toolbar 106 Sort 107 0 108 4902 109 ; 104 110 Select toolbar 105 111 Select … … 107 113 4903 108 114 ; 109 ; $Id$ 115 Configuration toolbar 116 Config 117 0 118 4904 119 ; 120 Files toolbar 121 Files 122 0 123 4905 124 ; 125 ; $Id$ -
trunk/files.tmp
r1123 r1254 1 1 ; Fixed: Ticket 267 2 2 ; 3 ; This file contains definitions for an FM/2 toolbar. 3 ;This file contains definitions for an FM/2 toolbox. 4 ;FM/2 saved this file as "<DRIVE>:\FM2\FILES.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). 11 ; 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 ;; 8 26 ; 9 27 Rename Files/Directories (Ctrl + r) … … 47 65 1008 48 66 ; 49 Make Directory (Ctrl + M)50 MkDir51 052 102653 ;54 Print Files (Ctrl + p)55 Print56 157 100758 ;59 67 Open Default (F6) 60 68 Open 69 1 70 1017 71 ; 72 Set Attributes and Date/Time of Files/Directories (Ctrl + a) 73 Attribs 61 74 9 62 10 1775 1009 63 76 ; 64 77 Create Objects … … 124 137 Seek and scan files 125 138 SeekScan 126 0 139 8 127 140 1047 128 141 ; 129 OS/2 Command Line (F9)130 OS/2 142 Make Directory (Ctrl + M) 143 MakeDir 131 144 0 132 2007 145 1026 133 146 ; 134 147 Rescan (Ctrl + R) … … 137 150 5021 138 151 ; 139 FM/2 Help (Ctrl + k)140 Help 141 8 142 999 152 Print Files (Ctrl + p) 153 Print 154 9 155 1007 143 156 ; 144 157 Exit FM2 (Ctrl + F3) … … 147 160 1111 148 161 ; 149 Sorttoolbar150 Sort 162 Commands toolbar 163 Cmds 151 164 0 152 490 2165 4900 153 166 ; 154 167 Utility toolbar … … 157 170 4901 158 171 ; 159 Commands toolbar 160 Cmds 161 8 162 4900 172 Sort toolbar 173 Sort 174 0 175 4902 176 ; 177 Select toolbar 178 Select 179 0 180 4903 181 Configuration toolbar 182 Config 183 0 184 4904 163 185 ; 164 186 ; $Id$ -
trunk/select.tmp
r1123 r1254 1 1 ; Fixed: Ticket 267 2 2 ; 3 ; This file contains definitions for an FM/2 toolbar. 4 ; 5 ; To edit this file manually, see "Manual edit of toolbar files" 6 ; in the FM/2 help file. 3 ;This file contains some selecting definitions for the FM/2 toolbar. 7 4 ; 8 5 ; … … 12 9 10006 13 10 ; 11 Deselect All 12 -All 13 8 14 10007 15 ; 14 16 Select Files 15 17 +Files 16 18 0 17 19 10008 20 ; 21 Deselect Files 22 -Files 23 8 24 10009 18 25 ; 19 26 Select Dirs … … 22 29 10010 23 30 ; 31 Deselect Dirs 32 -Dirs 33 8 34 10011 35 ; 36 Reselect 37 Reslct 38 0 39 10027 40 ; 41 Invert selections 42 Invert 43 8 44 10014 45 ; 24 46 Select List 25 47 +List … … 27 49 10033 28 50 ; 51 Select Clipboard 52 +Clip 53 0 54 10028 55 ; 56 Deselect Clipboard 57 -Clip 58 8 59 10029 60 ; 29 61 Select Mask 30 62 +Mask 31 8 63 0 32 64 10012 33 ;34 Select Clipboard35 +Clip36 837 1002838 ;39 Deselect All40 -All41 042 1000743 ;44 Deselect Dirs45 -Dirs46 047 1001148 ;49 Deselect Files50 -Files51 052 1000953 65 ; 54 66 Deselect Mask … … 57 69 10013 58 70 ; 59 Deselect Clipboard 60 -Clip 71 Make Directory (Ctrl + M) 72 MakeDir 73 0 74 1026 75 ; 76 Rescan (Ctrl + R) 77 Rescan 78 0 79 5021 80 ; 81 Print Files (Ctrl + p) 82 Print 83 9 84 1007 85 ; 86 Exit FM2 (Ctrl + F3) 87 Exit 61 88 8 62 1 002989 1111 63 90 ; 64 Invert selections 65 Invert 91 Commands toolbar 92 Cmds 66 93 0 67 10014 94 4900 68 95 ; 69 Reselect 70 Reslct 71 8 72 10027 96 Utility toolbar 97 Utils 98 0 99 4901 73 100 ; 74 101 Sort toolbar … … 77 104 4902 78 105 ; 79 Utilitytoolbar80 Utils 106 Configuration toolbar 107 Config 81 108 0 82 490 1109 4904 83 110 ; 84 Commands toolbar85 Cmds111 Files toolbar 112 Files 86 113 0 87 490 0114 4905 88 115 ; 89 116 ; $Id$ -
trunk/sort.tmp
r1123 r1254 1 1 ; Fixed: Ticket 267 2 2 ; 3 ; This file contains definitions for an FM/2 toolbar. 4 ; 5 ; To edit this file manually, see "Manual edit of toolbar files" 6 ; in the FM/2 help file. 3 ;This file contains some sorting definitions for the FM/2 toolbar. 7 4 ; 8 5 ; … … 37 34 3009 38 35 ; 39 Sort by create date40 CrDate41 042 301243 ;44 36 Sort by lastwrite date 45 Lw Date37 Lw Date 46 38 0 47 39 3010 40 ; 41 Sort by create date 42 Cr Date 43 8 44 3012 48 45 ; 49 46 Reverse sort … … 51 48 8 52 49 3015 50 ; 51 Make Directory (Ctrl + M) 52 MakeDir 53 0 54 1026 55 ; 56 Rescan (Ctrl + R) 57 Rescan 58 0 59 5021 60 ; 61 Print Files (Ctrl + p) 62 Print 63 9 64 1007 65 ; 66 Exit FM2 (Ctrl + F3) 67 Exit 68 8 69 1111 53 70 ; 54 71 Commands toolbar … … 66 83 0 67 84 4903 85 Configuration toolbar 86 Config 87 0 88 4904 89 ; 90 Files toolbar 91 Files 92 0 93 4905 68 94 ; 69 95 ; $Id$ -
trunk/utils.tmp
r1123 r1254 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\UTILS.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. 8 ; 9 ;The second line is the text for the button (internally defined tools 10 ;have icons, and the text is ignored). 11 ; 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. 7 25 ; 8 26 ; … … 24 42 Directory Sizes (Ctrl + Z) 25 43 DirSiz 44 0 45 1031 46 ; 47 Kill Process 48 KillPrc 49 0 50 2003 51 ; 52 Seek and Scan for files 53 SeekScan 26 54 8 27 1031 55 1047 56 ; 57 Edit Files (Ctrl + e) 58 Edit 59 1 60 1024 61 ; 62 Extended Attributes 63 EAs 64 1 65 1008 28 66 ; 29 67 View INI Files … … 32 70 2001 33 71 ; 34 Kill Process35 KillPrc72 Edit Associations 73 Assoc 36 74 0 37 2003 75 3001 76 ; 77 Set Attributes and Date/Time of Files/Directories (Ctrl + a) 78 Attribs 79 9 80 1009 38 81 ; 39 82 Instant Command File … … 41 84 0 42 85 2006 86 ; 87 OS/2 Command Line (F9) 88 OS/2 89 8 90 2007 43 91 ; 44 92 INF Bookshelf viewer … … 52 100 2011 53 101 ; 54 Settings Notebook55 Setngs56 857 305958 ;59 102 Play Multimedia (Ctrl + l) 60 103 Play … … 62 105 1058 63 106 ; 107 Settings Notebook 108 Setngs 109 0 110 3059 111 ; 112 FM/2 Help (Ctrl + k) 113 Help 114 8 115 999 116 ; 64 117 Make Directory (Ctrl + M) 65 M kDir66 8 118 MakeDir 119 0 67 120 1026 68 ;69 Seek and Scan for files70 SeekScan71 072 104773 ;74 OS/2 Command Line (F9)75 OS/276 077 200778 121 ; 79 122 Rescan (Ctrl + R) … … 82 125 5021 83 126 ; 84 FM/2 Help (Ctrl + k)85 Help 86 8 87 999 127 Print Files (Ctrl + p) 128 Print 129 9 130 1007 88 131 ; 89 132 Exit FM2 (Ctrl + F3) … … 92 135 1111 93 136 ; 137 Commands toolbar 138 Cmds 139 0 140 4900 141 ; 94 142 Sort toolbar 95 143 Sort … … 97 145 4902 98 146 ; 99 Commands toolbar 100 Cmds 101 8 102 4900 147 Select toolbar 148 Select 149 0 150 4903 151 ; 152 Configuration toolbar 153 Config 154 0 155 4904 156 ; 157 Files toolbar 158 Files 159 0 160 4905 103 161 ; 104 162 ; $Id$ -
trunk/views.tmp
r1123 r1254 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\VIEWS.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. 8 ; 9 ;The second line is the text for the button (internally defined tools 10 ;have icons, and the text is ignored). 11 ; 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. 7 25 ; 8 26 ; … … 16 34 0 17 35 10002 18 ;19 Make Directory (Ctrl + M)20 MkDir21 822 102623 36 ; 24 37 Sort by filename … … 48 61 ; 49 62 Sort by lastwrite date 50 LwDate63 Date 51 64 0 52 65 3010 … … 119 132 Seek and scan files 120 133 SeekScan 121 0 134 8 122 135 1047 123 136 ; 124 OS/2 Command Line (F9)125 OS/2 137 Make Directory (Ctrl + M) 138 MakeDir 126 139 0 127 2007 140 1026 128 141 ; 129 142 Rescan (Ctrl + R) … … 132 145 5021 133 146 ; 134 FM/2 Help (Ctrl + k)135 Help 136 8 137 999 147 Print Files (Ctrl + p) 148 Print 149 9 150 1007 138 151 ; 139 152 Exit FM2 (Ctrl + F3) … … 142 155 1111 143 156 ; 157 Commands toolbar 158 Cmds 159 0 160 4900 161 ; 144 162 Utility toolbar 145 163 Utils … … 147 165 4901 148 166 ; 149 Commands toolbar 150 Cmds 151 8 152 4900 167 Sort toolbar 168 Sort 169 0 170 4902 171 ; 172 Select toolbar 173 Select 174 0 175 4903 176 ; 177 Configuration toolbar 178 Config 179 0 180 4904; 181 ; 182 Files toolbar 183 Files 184 0 185 4905 153 186 ; 154 187 ; $Id$
Note:
See TracChangeset
for help on using the changeset viewer.