Focus on other already running program

x64 Replacement/Alternative to Microsoft's IntelliMouse application.
Forum rules
Please read the forum rules before posting for the first time.
The more information you can provide, the quicker and more accurately someone can help.
NOTE: To reduce spam, new users can not post links, files or images until they have at least 4 posts.
Post Reply
sydneypais
New User
Posts: 6
Joined: Tue May 24, 2022 6:13 am

Focus on other already running program

Post by sydneypais »

Not so much a technical issue, but a key option or function that seems to be omitted.

Let's say I have 3 programs running: A, B and C, and I perform some Mouse button 4 and or 5 actions in B.

Now after that I want to shift focus to A or C, which I can achieve easily by including the {alt}{tab} with or without {shift} as the last instruction.
That works fine.

But if I want to go directly to A or C, I can't.

Because here is the situation:
If I have opened more program(s) (e.g. D, E, F.), that "handing over control to ..." last instruction isn't working anymore as intended.

Because, obviously, if I go from D to B, the {alt}{tab} in Mouse button 4 won't take me to A, but back to D.

Now I thought that the ACTIVATE would do the trick, but that's not the case. It's depending on where the cursor is (which is still in B).

The RUN:<application> starts a NEW event, and does not Activate or focus the already running one.

THAT is what i'm looking for.

Am I missing or misunderstanding something, or is simply not programmable?
To me this seems to be an enormous (automation) addition to the workflow.

Kind regards,

Sydney
(Amsterdam)

V2.20.5 / Installed / Windows 11 / 64 / Intel i9 /32G Ram (quite state of the art...)
User avatar
phil
Site Admin
Posts: 7670
Joined: Sun Apr 06, 2003 11:12 pm

Re: Focus on other already running program

Post by phil »

You are correct, that is not currently possible in XMBC.... There is no native Windows API to do this as far as I am aware either, without effectively searching the list of running applications, getting the window handle and trying to activate it.

That might be possible (with some effort) but it does have several potential issues too, for example, Generally I have 4 or 5 instances of Visual Studio open. They are all called DEVENV.exe (even between versions :?) so there would be no way to know which one you wanted to activate in that case....

Which makes it potentially quite a complex request!
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)
sydneypais
New User
Posts: 6
Joined: Tue May 24, 2022 6:13 am

Re: Focus on other already running program

Post by sydneypais »

Hi, Phil.

I understand, and it makes sense.

Thank you for your addressing this.

Sydney
User avatar
phil
Site Admin
Posts: 7670
Joined: Sun Apr 06, 2003 11:12 pm

Re: Focus on other already running program

Post by phil »

I have added two new simkey tags in 2.21 Beta 20 that will hopefully allow you to activate another application directly:
{ACTIVATEP:<process.exe>} and {ACTIVATET:<Window Title>}

So you should be able to now do: {activatep:a.exe} or {activatet:calculator} for example!

Regards,
Phil
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)
Post Reply