ClipboardSave:=ClipboardAll
Clipboard:=""
;SendMessage starting with "WM_User+50" WM_User=0x0400=1024+50 == 0x0432=1074
;( to send a number)
; WM_USER = 1024
; WM_USER+50 = 1074
; WM_USER+51 = 1075 == 0x0433
;cm_CopyFullNamesToClip=2018;Copy names with full path
;cm_ClearAll=524;Unselect all (files+folders)
SendMessage 1075, 2018, 0, , ahk_class TTOTAL_CMD
ClipWait ; Wait for the clipboard to contain text.
Files:=Clipboard
Clipboard:=ClipboardSave
ClipboardSave:=""
; PostMessage 1075, 524, 0, , ahk_class TTOTAL_CMD
Again some not particularly important - but still more useful comments have been added.
don't affect the code - but it was clearer "to read" these lines all the time.
Well, the point of the fix: Send not Post and ClipWait not Sleep
2hi5
Well, how are you? Did you manage to evaluate my edits and to class their possibility of introducing them to the utility's master code?
It seems that they do not break anything for other computers and repair my option of inoperability.
Dear developer. Still, I would like to end this situation. In a positive way))
You've looked at the proposed code fix, haven't you? You don't have any questions for it/problems with it, do you?
Maybe then it is worth adding them to the final code of the utility? In order not to forget in subsequent product
improvements not get the same errors and not recompile locally again everything with my edits on my side...
I'm revising the script but haven't found the time to wrap it up, the next release will also work with many more file managers such as Q-Dir, Altap Salamander, FreeCommander, MultiCommander, Dopus, Tabaclus + the user can add more as long as there is a keyboard shortcut to "copy full paths to clipboard" which for 9 out 10 apps is just Ctrl-C. This includes Everything (^+c as hotkey, can be changed in F4MM) to avoid problems where people have messed with the default listview order or using different versions of EV.
I just wanted to be heard and make sure my edits could be accepted - because without them on my laptop the script definitely didn't work. And with them, everything became stable. And it seems to me that these edits can definitely have a strictly positive effect not only in my case. I wish everything worked unambiguously for everyone))))