-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTOTALCMD.INC
More file actions
537 lines (512 loc) · 21.2 KB
/
TOTALCMD.INC
File metadata and controls
537 lines (512 loc) · 21.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
[________________Source________________]=0
cm_SrcComments=300;Source: Show comments
cm_SrcShort=301;Source: Only file names
cm_SrcLong=302;Source: All file details
cm_SrcTree=303;Source: Directory tree
cm_SrcQuickview=304;Source: Quick view panel
cm_VerticalPanels=305;File windows above each other
cm_SrcQuickInternalOnly=306;Source: Quick view, no plugins
cm_SrcHideQuickview=307;Source: Quick view panel off
cm_SrcExecs=311;Source: Only programs
cm_SrcAllFiles=312;Source: All files
cm_SrcUserSpec=313;Source: Last selected
cm_SrcUserDef=314;Source: Select user type
cm_SrcByName=321;Source: Sort by name
cm_SrcByExt=322;Source: Sort by extension
cm_SrcBySize=323;Source: Sort by size
cm_SrcByDateTime=324;Source: Sort by date
cm_SrcUnsorted=325;Source: Unsorted
cm_SrcNegOrder=330;Source: Reversed order
cm_SrcOpenDrives=331;Source: Open drive list
cm_SrcThumbs=269;Source: Thumbnail view
cm_SrcCustomViewMenu=270;Source: Custom view menu
cm_SrcPathFocus=332;Source: Put focus on path
[________________Left________________]=0
cm_LeftComments=100;Left: Show comments
cm_LeftShort=101;Left: Only file names
cm_LeftLong=102;Left: All file details
cm_LeftTree=103;Left: Directory tree
cm_LeftQuickview=104;Left: Quick view panel
cm_LeftQuickInternalOnly=106;Left: Quick view, no plugins
cm_LeftHideQuickview=107;Left: Quick view panel off
cm_LeftExecs=111;Left: Only programs
cm_LeftAllFiles=112;Left: All files
cm_LeftUserSpec=113;Left: Last selected
cm_LeftUserDef=114;Left: Select user type
cm_LeftByName=121;Left: Sort by name
cm_LeftByExt=122;Left: Sort by extension
cm_LeftBySize=123;Left: Sort by size
cm_LeftByDateTime=124;Left: Sort by date
cm_LeftUnsorted=125;Left: Unsorted
cm_LeftNegOrder=130;Left: Reversed order
cm_LeftOpenDrives=131;Left: Open drive list
cm_LeftPathFocus=132;Left: Put focus on path
cm_LeftDirBranch=2034;Left: Branch view
cm_LeftDirBranchSel=2047;Left: branch view, only selected
cm_LeftThumbs=69;Left: Thumbnail view
cm_LeftCustomViewMenu=70;Left: Custom view menu
[________________Right________________]=0
cm_RightComments=200;Right: Show comments
cm_RightShort=201;Right: Only file names
cm_RightLong=202;Right: All file details
cm_RightTree=203;Right: Directory tree
cm_RightQuickview=204;Right: Quick view panel
cm_RightQuickInternalOnly=206;Right: Quick view, no plugins
cm_RightHideQuickview=207;Right: Quick view panel off
cm_RightExecs=211;Right: Only programs
cm_RightAllFiles=212;Right: All files
cm_RightUserSpec=213;Right: Last selected
cm_RightUserDef=214;Right: Select user type
cm_RightByName=221;Right: Sort by name
cm_RightByExt=222;Right: Sort by extension
cm_RightBySize=223;Right: Sort by size
cm_RightByDateTime=224;Right: Sort by date
cm_RightUnsorted=225;Right: Unsorted
cm_RightNegOrder=230;Right: Reversed order
cm_RightOpenDrives=231;Right: Open drive list
cm_RightPathFocus=232;Right: Put focus on path
cm_RightDirBranch=2035;Right: branch view
cm_RightDirBranchSel=2048;Right: branch view, only selected
cm_RightThumbs=169;Right: Thumbnail view
cm_RightCustomViewMenu=170;Right: Custom view menu
[________________FileOperations________________]=0
cm_List=903;View with Lister
cm_ListInternalOnly=1006;Lister without plugins/multimedia
cm_Edit=904;Edit (Notepad)
cm_Copy=905;Copy files
cm_CopySamepanel=3100;Copy within panel
cm_CopyOtherpanel=3101;Copy to other
cm_RenMov=906;Rename/Move files
cm_MkDir=907;Make directory
cm_Delete=908;Delete files
cm_TestArchive=518;Test selected archives
cm_PackFiles=508;Pack files
cm_UnpackFiles=509;Unpack all
cm_RenameOnly=1002;Rename (Shift+F6)
cm_RenameSingleFile=1007;Rename file under cursor
cm_MoveOnly=1005;Move (F6)
cm_Properties=1003;Properties dialog
cm_CreateShortcut=1004;Create a shortcut
cm_Return=1001;Simulate: Return pressed
cm_OpenAsUser=2800;Open program under cursor as different user
cm_Split=560;Split file into pieces
cm_Combine=561;Combine partial files
cm_Encode=562;Encode MIME/UUE/XXE
cm_Decode=563;Decode MIME/UUE/XXE/BinHex
cm_CRCcreate=564;Create CRC checksums
cm_CRCcheck=565;Verify CRC checksums
cm_SetAttrib=502;Change attributes
[________________Configuration________________]=0
cm_Config=490;Conf: Layout (first page)
cm_DisplayConfig=486;Conf: Display
cm_IconConfig=477;Conf: Icons
cm_FontConfig=492;Conf: Font
cm_ColorConfig=494;Conf: Colors
cm_ConfTabChange=497;Conf: Tabstops
cm_DirTabsConfig=488;Conf: Directory tabs
cm_CustomColumnConfig=483;Conf: Custom colums
cm_CustomColumnDlg=2920;Change current custom columns
cm_LanguageConfig=499;Conf: Language
cm_Config2=516;Conf: Operation
cm_EditConfig=496;Conf: Viewer/Editor
cm_CopyConfig=487;Conf: Copy/Delete
cm_RefreshConfig=478;Conf: Refresh file lists
cm_QuickSearchConfig=479;Conf: Quick Search
cm_FtpConfig=489;FTP options
cm_PluginsConfig=484;Conf: Plugins
cm_ThumbnailsConfig=482;Conf: Thumbnails
cm_LogConfig=481;Conf: Log file
cm_IgnoreConfig=480;Conf: Ignore list
cm_PackerConfig=491;Conf: Packer
cm_ZipPackerConfig=485;Conf: ZIP packer
cm_Confirmation=495;Conf: Misc, Confirmation
cm_ConfigSavePos=493;Conf: Save position
cm_ButtonConfig=498;Conf: Button bar
cm_ConfigSaveSettings=580;Save current paths etc.
cm_ConfigChangeIniFiles=581;Open ini files in notepad
cm_ConfigSaveDirHistory=582;Save directory history
cm_ChangeStartMenu=700;Change Start menu
[________________Network________________]=0
cm_NetConnect=512;Network connections
cm_NetDisconnect=513;Disconnect network drives
cm_NetShareDir=514;Share directory
cm_NetUnshareDir=515;Unshare directory
cm_AdministerServer=2204;Connect to admin share to open \\server\c$ etc.
cm_ShowFileUser=2203;Which remote user has opened a local file
[________________Misc________________]=0
cm_GetFileSpace=503;Calculate space
cm_VolumeId=505;Volume label
cm_VersionInfo=510;Version information
cm_ExecuteDOS=511;Open command prompt window
cm_CompareDirs=533;Compare dirs
cm_CompareDirsWithSubdirs=536;Also mark subdirs not present in other dir
cm_ContextMenu=2500;Show context menu
cm_ContextMenuInternal=2927;Show context menu for internal associations
cm_ContextMenuInternalCursor=2928;Internal context menu for file under cursor
cm_ShowRemoteMenu=2930;Context menu for Media Center remote control Play/Pause
cm_SyncChangeDir=2600;Synchronous directory changing in both windows
cm_EditComment=2700;Edit file comment
cm_FocusLeft=4001;Focus on left file list
cm_FocusRight=4002;Focus on right file list
cm_FocusCmdLine=4003;Focus on command line
cm_FocusButtonBar=4004;Focus on button bar
cm_CountDirContent=2014;Calculate space occupied by subdirs in current dir
cm_UnloadPlugins=2913;Unload all plugins
cm_DirMatch=534;Mark newer
cm_Exchange=531;Swap panels
cm_MatchSrc=532;target=Source
cm_ReloadSelThumbs=2918;Re-load selected thumbnails
[________________ParallelPort________________]=0
cm_DirectCableConnect=2300;Connect to other PC by cable
cm_NTinstallDriver=2301;Install parallel port driver on NT
cm_NTremoveDriver=2302;Remove parallel port driver on NT
[________________Print________________]=0
cm_PrintDir=2027;Print current directory (with preview)
cm_PrintDirSub=2028;Print dir with subdirs
cm_PrintFile=504;Print file
[________________Mark________________]=0
cm_SpreadSelection=521;Select group
cm_SelectBoth=3311;Select group: files+folders
cm_SelectFiles=3312;Select group: just files
cm_SelectFolders=3313;Select group: just folders
cm_ShrinkSelection=522;Unselect group
cm_ClearFiles=3314;Unselect group: just files
cm_ClearFolders=3315;Unselect group: just folders
cm_ClearSelCfg=3316;Unselect group (files or both, as configured)
cm_SelectAll=523;Select all (files or both, as configured)
cm_SelectAllBoth=3301;Select both files+folders
cm_SelectAllFiles=3302;Select all files
cm_SelectAllFolders=3303;Select all folders
cm_ClearAll=524;Unselect all (files+folders)
cm_ClearAllFiles=3304;Unselect all files
cm_ClearAllFolders=3305;Unselect all folders
cm_ClearAllCfg=3306;Unselect all (files or both, as configured)
cm_ExchangeSelection=525;Invert selection
cm_ExchangeSelBoth=3321;Invert selection (files+folders)
cm_ExchangeSelFiles=3322;Invert selection (files)
cm_ExchangeSelFolders=3323;Invert selection (folders)
cm_SelectCurrentExtension=527;Select all files with same ext.
cm_UnselectCurrentExtension=528;Unselect all files with same ext.
cm_SelectCurrentName=541;Select all files with same name
cm_UnselectCurrentName=542;Unselect all files with same name
cm_SelectCurrentNameExt=543;Select all files with same name+ext.
cm_UnselectCurrentNameExt=544;Unselect all files with same name+ext.
cm_SelectCurrentPath=537;Select all in same path (for branch view+search)
cm_UnselectCurrentPath=538;Unselect all in same path
cm_RestoreSelection=529;Selection before last operation
cm_SaveSelection=530;Temporarily save selection
cm_SaveSelectionToFile=2031;Save file selection to file
cm_SaveSelectionToFileA=2041;Save file selection to file (ANSI)
cm_SaveSelectionToFileW=2042;Save file selection to file (Unicode)
cm_SaveDetailsToFile=2039;Save all shown columns to file
cm_SaveDetailsToFileA=2043;Save all shown columns to file (ANSI)
cm_SaveDetailsToFileW=2044;Save all shown columns to file (Unicode)
cm_LoadSelectionFromFile=2032;Read file selection from file
cm_LoadSelectionFromClip=2033;Read file selection from clipboard
[________________Security________________]=0
cm_EditPermissionInfo=2200;Permissions dialog (NTFS)
cm_EditPersmissionInfo=2200;Typo...
cm_EditAuditInfo=2201;File auditing (NTFS)
cm_EditOwnerInfo=2202;Take ownership (NTFS)
[________________Clipboard________________]=0
cm_CutToClipboard=2007;Cut selected files to clipboard
cm_CopyToClipboard=2008;Copy selected files to clipboard
cm_PasteFromClipboard=2009;Paste from clipboard to current dir
cm_CopyNamesToClip=2017;Copy filenames to clipboard
cm_CopyFullNamesToClip=2018;Copy names with full path
cm_CopyNetNamesToClip=2021;Copy names with UNC path
cm_CopySrcPathToClip=2029;Copy source path to clipboard
cm_CopyTrgPathToClip=2030;Copy target path to clipboard
cm_CopyFileDetailsToClip=2036;Copy all shown columns
cm_CopyFpFileDetailsToClip=2037;Copy all columns, with full path
cm_CopyNetFileDetailsToClip=2038;Copy all columns, with UNC path
[________________FTP________________]=0
cm_FtpConnect=550;Connect to FTP
cm_FtpNew=551;New FTP connection
cm_FtpDisconnect=552;Disconnect from FTP
cm_FtpHiddenFiles=553;Show hidden FTP files
cm_FtpAbort=554;Abort current FTP command
cm_FtpResumeDownload=555;Resume aborted download
cm_FtpSelectTransferMode=556;Select Binary, ASCII or Auto mode
cm_FtpAddToList=557;Add selected files to download list
cm_FtpDownloadList=558;Download files in download list
[________________Navigation________________]=0
cm_GotoPreviousDir=570;Go back
cm_GotoNextDir=571;Go forward
cm_DirectoryHistory=572;History list
cm_GotoPreviousLocalDir=573;Go back, no ftp
cm_GotoNextLocalDir=574;Go forward, no ftp
cm_DirectoryHotlist=526;Directory popup menu
cm_GoToRoot=2001;Go to root directory
cm_GoToParent=2002;Go to parent directory
cm_GoToDir=2003;Open dir or zip under cursor
cm_OpenDesktop=2121;Desktop folder
cm_OpenDrives=2122;My computer
cm_OpenControls=2123;Control panel
cm_OpenFonts=2124;Fonts folder
cm_OpenNetwork=2125;Network neighborhood
cm_OpenPrinters=2126;Printers folder
cm_OpenRecycled=2127;Recycle bin
cm_CDtree=500;Popup directory tree
cm_TransferLeft=2024;Transfer dir under cursor to left window
cm_TransferRight=2025;Transfer dir under cursor to right window
cm_EditPath=2912;Edit path field above file list
cm_GoToFirstFile=2050;Place cursor on first file in list
cm_GotoNextDrive=2051;Go one drive up (C->D)
cm_GotoPreviousDrive=2052;Go one drive down
cm_GotoNextSelected=2053;Go to next selected file
cm_GotoPrevSelected=2054;Go to previous selected file
cm_GotoDriveA=2061;Switch to drive A
cm_GotoDriveC=2063;Switch to drive C
cm_GotoDriveD=2064;Switch to drive D
cm_GotoDriveE=2065;Switch to drive E
cm_GotoDriveF=2066;Switch to drive F
cm_GotoDriveG=2067;Switch to drive G
cm_GotoDriveH=2068;Switch to drive H
cm_GotoDriveI=2069;Switch to drive I
cm_GotoDriveJ=2070;Switch to drive J
cm_GotoDriveK=2071;Switch to drive K
cm_GotoDriveL=2072;Switch to drive L
cm_GotoDriveM=2073;Switch to drive M
cm_GotoDriveN=2074;Switch to drive N
cm_GotoDriveO=2075;Switch to drive O
cm_GotoDriveP=2076;Switch to drive P
cm_GotoDriveQ=2077;Switch to drive Q
cm_GotoDriveR=2078;Switch to drive R
cm_GotoDriveS=2079;Switch to drive S
cm_GotoDriveT=2080;Switch to drive T
cm_GotoDriveU=2081;Switch to drive U
cm_GotoDriveV=2082;Switch to drive V
cm_GotoDriveW=2083;Switch to drive W
cm_GotoDriveX=2084;Switch to drive X
cm_GotoDriveY=2085;Switch to drive Y
cm_GotoDriveZ=2086;Switch to drive Z
[________________Help________________]=0
cm_HelpIndex=610;Help index
cm_Keyboard=620;Keyboard help
cm_Register=630;Registration info
cm_VisitHomepage=640;Visit http://www.ghisler.com/
cm_About=690;Help/About Total Commander
[________________Window________________]=0
cm_Exit=24340;Exit Total Commander
cm_Minimize=2000;Minimize Total Commander
cm_Maximize=2015;Maximize Total Commander
cm_Restore=2016;Restore normal size
[________________CommandLine________________]=0
cm_ClearCmdLine=2004;Clear command line
cm_NextCommand=2005;Next command line
cm_PrevCommand=2006;Previous command line
cm_AddPathToCmdline=2019;Copy path to command line
[________________Tools________________]=0
cm_MultiRenameFiles=2400;Rename multiple files
cm_SysInfo=506;System information
cm_OpenTransferManager=559;Background transfer manager
cm_SearchFor=501;Search for
cm_SearchStandalone=545;Search in separate process
cm_FileSync=2020;Synchronize directories
cm_Associate=507;Associate
cm_InternalAssociate=519;Define internal associations
cm_CompareFilesByContent=2022;File comparison
cm_IntCompareFilesByContent=2040;Use internal compare tool
cm_CommandBrowser=2924;Browse internal commands
[________________View________________]=0
cm_VisButtonbar=2901;Show/hide button bar
cm_VisDriveButtons=2902;Show/hide drive button bars
cm_VisTwoDriveButtons=2903;Show/hide two drive bars
cm_VisFlatDriveButtons=2904;Buttons: Flat/normal mode
cm_VisFlatInterface=2905;Interface: Flat/normal mode
cm_VisDriveCombo=2906;Show/hide drive combobox
cm_VisCurDir=2907;Show/hide current directory
cm_VisBreadCrumbs=2926;Show/hide Breadcrumb bar
cm_VisTabHeader=2908;Show/hide tab header (sorting)
cm_VisStatusbar=2909;Show/hide status bar
cm_VisCmdLine=2910;Show/hide Command line
cm_VisKeyButtons=2911;Show/hide function key buttons
cm_ShowHint=2914;Show file tip window
cm_ShowQuickSearch=2915;Show name search window
cm_SwitchLongNames=2010;Turn long names on and off
cm_RereadSource=540;Reread source
cm_ShowOnlySelected=2023;Hide files which aren't selected
cm_SwitchHidSys=2011;Turn hidden/system files on and off
cm_SwitchHid=3013;Turn hidden files on and off
cm_SwitchSys=3014;Turn system files on and off
cm_Switch83Names=2013;Turn 8.3 names lowercase on/off
cm_SwitchDirSort=2012;Turn directory sorting by name on/off
cm_DirBranch=2026;Show all files in current dir and all subdirs
cm_DirBranchSel=2046;Show selected files, and all in selected subdirs
cm_50Percent=909;Window separator at 50%
cm_100Percent=910;Window separator at 100%
cm_VisDirTabs=2916;Show/hide folder tabs
cm_VisXPThemeBackground=2923;Show/hide XP theme background
cm_SwitchOverlayIcons=2917;Switch icon overlays on/off
cm_VisHistHotButtons=2919;Show/hide dir history+hotlist
cm_SwitchWatchDirs=2921;Enable/disable WatchDirs auto-refresh temporarily
cm_SwitchIgnoreList=2922;Enable/disable ignore list file to not show file names
cm_SwitchX64Redirection=2925;64-bit Windows: Redirect 32-bit system32 dir off/on
cm_SeparateTreeOff=3200;Disable separate tree panel
cm_SeparateTree1=3201;One separate tree panel
cm_SeparateTree2=3202;Two separate tree panels
cm_SwitchSeparateTree=3203;Switch through tree panel options
cm_ToggleSeparateTree1=3204;One separate tree panel on/off
cm_ToggleSeparateTree2=3205;Two separate tree panels on/off
[________________User________________]=0
cm_UserMenu1=701;Start first menu item in Start menu
cm_UserMenu2=702;Second item
cm_UserMenu3=703;Third item
cm_UserMenu4=704;etc.
cm_UserMenu5=705;
cm_UserMenu6=706;
cm_UserMenu7=707;
cm_UserMenu8=708;You can add more
cm_UserMenu9=709;custom user menu ids
cm_UserMenu10=710;in totalcmd.inc!
[________________Tabs________________]=0
cm_OpenNewTab=3001;Open new tab
cm_OpenNewTabBg=3002;Open new tab in background
cm_OpenDirInNewTab=3003;Open dir under cursor in tab
cm_OpenDirInNewTabOther=3004;Open dir under cursor (other window)
cm_SwitchToNextTab=3005;Switch to next Tab (as Ctrl+Tab)
cm_SwitchToPreviousTab=3006;Switch to previous Tab (Ctrl+Shift+Tab)
cm_CloseCurrentTab=3007;Close tab
cm_CloseAllTabs=3008;Close all
cm_DirTabsShowMenu=3009;Show tab menu
cm_ToggleLockCurrentTab=3010;Turn on/off tab locking
cm_ToggleLockDcaCurrentTab=3012;Same but with dir changes allowed
cm_ExchangeWithTabs=535;Swap all Tabs
cm_GoToLockedDir=3011;Go to the base dir of locked tab
cm_SrcActivateTab1=5001;Activate first tab
cm_SrcActivateTab2=5002;Activate second tab
cm_SrcActivateTab3=5003;(Source window)
cm_SrcActivateTab4=5004;etc.
cm_SrcActivateTab5=5005;
cm_SrcActivateTab6=5006;
cm_SrcActivateTab7=5007;
cm_SrcActivateTab8=5008;
cm_SrcActivateTab9=5009;
cm_SrcActivateTab10=5010;(up to 99 items)
cm_TrgActivateTab1=5101;Activate first tab
cm_TrgActivateTab2=5102;Activate second tab
cm_TrgActivateTab3=5103;(Target window)
cm_TrgActivateTab4=5104;etc.
cm_TrgActivateTab5=5105;
cm_TrgActivateTab6=5106;
cm_TrgActivateTab7=5107;
cm_TrgActivateTab8=5108;
cm_TrgActivateTab9=5109;
cm_TrgActivateTab10=5110;
cm_LeftActivateTab1=5201;Activate first tab
cm_LeftActivateTab2=5202;Activate second tab
cm_LeftActivateTab3=5203;(Left window)
cm_LeftActivateTab4=5204;etc.
cm_LeftActivateTab5=5205;
cm_LeftActivateTab6=5206;
cm_LeftActivateTab7=5207;
cm_LeftActivateTab8=5208;
cm_LeftActivateTab9=5209;
cm_LeftActivateTab10=5210;
cm_RightActivateTab1=5301;Activate first tab
cm_RightActivateTab2=5302;Activate second tab
cm_RightActivateTab3=5303;(Right window)
cm_RightActivateTab4=5304;etc.
cm_RightActivateTab5=5305;
cm_RightActivateTab6=5306;
cm_RightActivateTab7=5307;
cm_RightActivateTab8=5308;
cm_RightActivateTab9=5309;
cm_RightActivateTab10=5310;
[_______________Sorting______________]=0
cm_SrcSortByCol1=6001; Sort by first column
cm_SrcSortByCol2=6002; Sort by second column
cm_SrcSortByCol3=6003; (source window)
cm_SrcSortByCol4=6004; etc.
cm_SrcSortByCol5=6005;
cm_SrcSortByCol6=6006;
cm_SrcSortByCol7=6007;
cm_SrcSortByCol8=6008;
cm_SrcSortByCol9=6009;
cm_SrcSortByCol10=6010;
cm_SrcSortByCol99=6099;
cm_TrgSortByCol1=6101; Sort by first column
cm_TrgSortByCol2=6102; Sort by second column
cm_TrgSortByCol3=6103; (target window)
cm_TrgSortByCol4=6104; etc.
cm_TrgSortByCol5=6105;
cm_TrgSortByCol6=6106;
cm_TrgSortByCol7=6107;
cm_TrgSortByCol8=6108;
cm_TrgSortByCol9=6109;
cm_TrgSortByCol10=6110;
cm_TrgSortByCol99=6199;
cm_LeftSortByCol1=6201; Sort by first column
cm_LeftSortByCol2=6202; Sort by second column
cm_LeftSortByCol3=6203; (left window)
cm_LeftSortByCol4=6204; etc.
cm_LeftSortByCol5=6205;
cm_LeftSortByCol6=6206;
cm_LeftSortByCol7=6207;
cm_LeftSortByCol8=6208;
cm_LeftSortByCol9=6209;
cm_LeftSortByCol10=6210;
cm_LeftSortByCol99=6299;
cm_RightSortByCol1=6301; Sort by first column
cm_RightSortByCol2=6302; Sort by second column
cm_RightSortByCol3=6303; (right window)
cm_RightSortByCol4=6304; etc.
cm_RightSortByCol5=6305;
cm_RightSortByCol6=6306;
cm_RightSortByCol7=6307;
cm_RightSortByCol8=6308;
cm_RightSortByCol9=6309;
cm_RightSortByCol10=6310;
cm_RightSortByCol99=6399;
[________Custom column views_________]=0
cm_SrcCustomView1=271; Source: Custom columns 1
cm_SrcCustomView2=272; (user defined columns)
cm_SrcCustomView3=273; etc.
cm_SrcCustomView4=274;
cm_SrcCustomView5=275;
cm_SrcCustomView6=276;
cm_SrcCustomView7=277;
cm_SrcCustomView8=278;
cm_SrcCustomView9=279; etc. until 299
cm_LeftCustomView1=71; Left: Custom columns 1
cm_LeftCustomView2=72; (user defined columns)
cm_LeftCustomView3=73; etc.
cm_LeftCustomView4=74;
cm_LeftCustomView5=75;
cm_LeftCustomView6=76;
cm_LeftCustomView7=77;
cm_LeftCustomView8=78;
cm_LeftCustomView9=79;
cm_RightCustomView1=171; Right: Custom columns 1
cm_RightCustomView2=172; (user defined columns)
cm_RightCustomView3=173; etc.
cm_RightCustomView4=174;
cm_RightCustomView5=175;
cm_RightCustomView6=176;
cm_RightCustomView7=177;
cm_RightCustomView8=178;
cm_RightCustomView9=179;
cm_SrcNextCustomView=5501; Source: Next custom view
cm_SrcPrevCustomView=5502; Source: Previous custom view
cm_TrgNextCustomView=5503; Target: Next custom view
cm_TrgPrevCustomView=5504; Target: Previous custom view
cm_LeftNextCustomView=5505; Left: Next custom view
cm_LeftPrevCustomView=5506; Left: Previous custom view
cm_RightNextCustomView=5507;Right: Next custom view
cm_RightPrevCustomView=5508;Right: Previous custom view
cm_LoadAllOnDemandFields=5512;Load on demand fields for all files
cm_LoadSelOnDemandFields=5513;Load on demand fields for selected files
cm_ContentStopLoadFields=5514;Stop loading on demand fields
[________Commands with parameters_________]=0
;These negative numbers are just used for translation and cannot be used instead of the commands
CD <directory>=-2;Switch to the given directory
OPENTABS <filename>=-3;Open tabs from saved .tab file
APPENDTABS <filename>=-4;Append tabs to existing tabs
FTPOPEN <conf. ftp server>=-5;Open stored ftp connection
SYNCOPEN <sync operation>=-6;Open stored sync operation
LOADSEARCH <stored search>=-7;Open stored search operation
OPENBAR <filename>=-8;Load button bar from file
MULTIRENAME <operation name>=-9;Open stored multi-rename operation
OPENCUSTOMVIEW <view name>=-10;Switch to custom columns view
SELECTFILES <*.ext *.ex2>=-11;Select files of specified types