DO11: program focus lost after Find command

Following short code, which emulates a flat view for selected folders, works well, but the program's focus is lost thereafter.
I'm not sure, if it is intended to work that way (needs maybe Dopusrt?) or if it is an issue.

@disablenosel Find RECURSE NAME=* IN {allfilepath$} set sortby=path

What do yo mean with "the program's focus is lost"? I can't see anything unusual using your code.

After the command, i can't navigate with the keyboard, like i could after a normal search. Also, the color of the programs title bar slightly changes, when i click into the lister, indicating a somehow
inactive state. I guess, it's not an issue when using the mouse, anyway. But maybe you can confirm this happening.

No issues here, no color change of the title bar and no problem to navigate with the keyboard. Maybe it's somehow caused by the hotkey you're using to start the command.

Here is the code i'm using:

You should try it exactly like here, but twice. The first time it works alright, but not a second time!
I just restarted Opus, & sure enough, it works only one times, then this bug appears & stays, until Opus is completely restarted.

ps. it makes no difference, if i have that additional FOCUS=Source or not regarding the issue. The keyboard combination is multi key, Alt-F, G.

Sorry, I can't reproduce this here using exactly your hotkey and code (without set FOCUS=Source).

Last time you had something weird happening with hotkeys and window focus, it turned out to be because you had AHK configured to do something weird to Opus, like click with the mouse or something.

Could something like that be happening here as well? Have you tried with AHK disabled?

[quote="leo"]Last time you had something weird happening with hotkeys and window focus, it turned out to be because you had AHK configured to do something weird to Opus, like click with the mouse or something.

Could something like that be happening here as well? Have you tried with AHK disabled?[/quote]

Yes, i had ac'tivAid (ahk-based) & also Hotkeyboard Pro, which is rather for more complex, mouse action including thing both off. Just tried the code with a completely new shortcut, Alt-F7, also F6 only (to make sure, it's not yet
another Alt-Key weirdness), but strangely the issue stays. I also moved the button from a toolbar into a menu, but also no change. I even tested it in a user command, with the same result. Anyway, i can make a macro, to work around (pushes the keys for me & clicks the title bar), so it's not a big issue anymore. I wanted to report it, though.

A possible reason could be (?), that i have about 400 shortcuts in work, in Opus. Since a time, doing backups has changed here, from being finished in about 20 seconds to maybe over three minutes now, which may indicate some sort of "overload", if that's possible. I've already started to clean up as much old stuff as possible, much of it being quite obsolete, but the slowness remains (don't want to complain, just tell).

First i thought, it has something to do with the other Alt-F based multi shortcuts (no clashing combinations, as i checked), but i can rule that out, by having now F6 as the shortcut (the old shortcut removed). So, let's forget about this issue, since it can't be resolved, i will make some makro, that additionally clicks the title bar, so i can use the keyboard all the way. Also, thanks for looking into it.