[484] | 1 | ;
|
---|
| 2 | ;This file contains some utility definitions for the FM/2 toolbar.
|
---|
| 3 | ;FM/2 saved this file as "<DRIVE>:\FM2\VIEWS.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 | Filter Container (Ctrl + f)
|
---|
| 27 | Filter
|
---|
| 28 | 0
|
---|
| 29 | 5001
|
---|
| 30 | ;
|
---|
| 31 | Walk Directories (Ctrl + w)
|
---|
| 32 | Walk
|
---|
| 33 | 0
|
---|
| 34 | 10002
|
---|
| 35 | ;
|
---|
| 36 | Make Directory (Ctrl + M)
|
---|
| 37 | MakeDir
|
---|
| 38 | 8
|
---|
| 39 | 1026
|
---|
| 40 | ;
|
---|
| 41 | Sort by filename
|
---|
| 42 | Name
|
---|
| 43 | 0
|
---|
| 44 | 3005
|
---|
| 45 | ;
|
---|
| 46 | Sort by size
|
---|
| 47 | Size
|
---|
| 48 | 0
|
---|
| 49 | 3006
|
---|
| 50 | ;
|
---|
| 51 | Sort by EA size
|
---|
| 52 | EAsz
|
---|
| 53 | 0
|
---|
| 54 | 3007
|
---|
| 55 | ;
|
---|
| 56 | Sort by first extension
|
---|
| 57 | 1st
|
---|
| 58 | 0
|
---|
| 59 | 3008
|
---|
| 60 | ;
|
---|
| 61 | Sort by last extension
|
---|
| 62 | Last
|
---|
| 63 | 0
|
---|
| 64 | 3009
|
---|
| 65 | ;
|
---|
| 66 | Sort by lastwrite date
|
---|
| 67 | Date
|
---|
| 68 | 0
|
---|
| 69 | 3010
|
---|
| 70 | ;
|
---|
| 71 | Sort by creation date
|
---|
| 72 | CrDate
|
---|
| 73 | 0
|
---|
| 74 | 3012
|
---|
| 75 | ;
|
---|
| 76 | Reverse sort
|
---|
| 77 | Rev
|
---|
| 78 | 8
|
---|
| 79 | 3015
|
---|
| 80 | ;
|
---|
| 81 | Select All
|
---|
| 82 | +All
|
---|
| 83 | 0
|
---|
| 84 | 10006
|
---|
| 85 | ;
|
---|
| 86 | Deselect All (Ctrl + \)
|
---|
| 87 | -All
|
---|
| 88 | 0
|
---|
| 89 | 10007
|
---|
| 90 | ;
|
---|
| 91 | Deselect Dirs
|
---|
| 92 | -Dirs
|
---|
| 93 | 0
|
---|
| 94 | 10011
|
---|
| 95 | ;
|
---|
| 96 | Select Files (Ctrl + /)
|
---|
| 97 | +Files
|
---|
| 98 | 0
|
---|
| 99 | 10008
|
---|
| 100 | ;
|
---|
| 101 | Invert selections (Ctrl + ;)
|
---|
| 102 | Invert
|
---|
| 103 | 0
|
---|
| 104 | 10014
|
---|
| 105 | ;
|
---|
| 106 | Reselect (Ctrl + ')
|
---|
| 107 | Reslct
|
---|
| 108 | 8
|
---|
| 109 | 10027
|
---|
| 110 | ;
|
---|
| 111 | Select Mask (Ctrl + =)
|
---|
| 112 | +Mask
|
---|
| 113 | 0
|
---|
| 114 | 10012
|
---|
| 115 | ;
|
---|
| 116 | Deselect Mask (Ctrl + +)
|
---|
| 117 | -Mask
|
---|
| 118 | 8
|
---|
| 119 | 10013
|
---|
| 120 | ;
|
---|
| 121 | Settings Notebook
|
---|
| 122 | Setngs
|
---|
| 123 | 0
|
---|
| 124 | 3059
|
---|
| 125 | ;
|
---|
| 126 | Set Target Directory (Ctrl + T)
|
---|
| 127 | TargetDir
|
---|
| 128 | 8
|
---|
| 129 | 1154
|
---|
| 130 | ;
|
---|
| 131 | Window Dialog (Ctrl + W)
|
---|
| 132 | Windws
|
---|
| 133 | 8
|
---|
| 134 | 9010
|
---|
| 135 | ;
|
---|
| 136 | Seek and scan files
|
---|
| 137 | SeekScan
|
---|
| 138 | 0
|
---|
| 139 | 1047
|
---|
| 140 | ;
|
---|
| 141 | OS/2 Command Line (F9)
|
---|
| 142 | OS/2
|
---|
| 143 | 0
|
---|
| 144 | 2007
|
---|
| 145 | ;
|
---|
| 146 | Rescan (Ctrl + R)
|
---|
| 147 | Rescan
|
---|
| 148 | 0
|
---|
| 149 | 5021
|
---|
| 150 | ;
|
---|
| 151 | FM/2 Help (Ctrl + k)
|
---|
| 152 | Help
|
---|
| 153 | 8
|
---|
| 154 | 999
|
---|
| 155 | ;
|
---|
| 156 | Exit FM2 (Ctrl + F3)
|
---|
| 157 | Exit
|
---|
| 158 | 8
|
---|
| 159 | 1111
|
---|
| 160 | ;
|
---|
| 161 | Utility toolbox
|
---|
| 162 | Utils
|
---|
| 163 | 0
|
---|
| 164 | 4902
|
---|
| 165 | ;
|
---|
| 166 | Config toolbox
|
---|
| 167 | Cmds
|
---|
| 168 | 8
|
---|
| 169 | 4900
|
---|
| 170 | ;
|
---|
| 171 | ; $Id: views.tmp 484 2006-09-07 05:07:11Z root $
|
---|