Page 1 of 1

Tweak: "AllowMultiLocShellMenu" factory to 0 unreasonable?

Posted: 07 Mar 2023 10:18
by Norn
It seems unreasonable that the tweak is factory to 0, AllowMultiLocShellMenu=0 my friend looked in the configuration pane for a long time and didn't find this setting and asked me where to tweak. . .

BTW, is it possible to make

Code: Select all

Send_WM_COPYDATA(xyHwnd, '::tab("close"); tab("new", gpc("' randFile '", "path")); if(get("view") != 6) {#308}; goto "' randFile '"; if(get("#178") == 0) {#1003}')
work the same as

Code: Select all

Run '"D:\XYplorer\XYplorer.exe" /feed=|::tab("close"); tab("new", gpc("' randFile '", "path")); if(get("view") != 6) {#308}; goto "' randFile '"; if(get("#178") == 0) {#1003}|'
?
viewtopic.php?p=208395#p208395

Re: Tweak: "AllowMultiLocShellMenu" factory to 0 unreasonable?

Posted: 07 Mar 2023 11:33
by admin
? What are you talking about ?

Re: Tweak: "AllowMultiLocShellMenu" factory to 0 unreasonable?

Posted: 07 Mar 2023 11:51
by Norn
1) Mainly talking about that the right-click menu of files with different folders selected in the F3 search results.
2) BTW. :ninja:

Re: Tweak: "AllowMultiLocShellMenu" factory to 0 unreasonable?

Posted: 07 Mar 2023 12:33
by highend
While full screen preview is active, XY can't (successfully) execute the sent script anymore. At least not if WM_COPYDATA is used

Re: Tweak: "AllowMultiLocShellMenu" factory to 0 unreasonable?

Posted: 07 Mar 2023 14:31
by Norn
highend wrote: 07 Mar 2023 12:33 While full screen preview is active, XY can't (successfully) execute the sent script anymore. At least not if WM_COPYDATA is used
Yep, I should put it in words like this. :oops:
Solved: AutoHotKey script to get the path to the selected file