lmiol wrote: ↑May 8th, 2023, 10:49 pm
English is not my native language. and I am now trying to find words to describe the situation as best as possible.
Don't worry, nor mine is.
lmiol wrote: ↑May 8th, 2023, 10:49 pm
I don't know if you will be interested in reading all this, but the concept of the whole widget is this:
I am.
lmiol wrote: ↑May 8th, 2023, 10:49 pm
This Return button should work when the desktop is open, but hovering over the Steam button is optional. But if any other window of any program is open, then the Return button should not launch Steam.
What do you mean by "desktop is open"? I assume you'd like to enable the hotkeys when desktop is focused and would like to disable their action when any other window is open. I see Yincognito probably has solved the issue, at least partially, however in meantime I got a new idea and maybe you might check it.
For this, you need another plugin,
IsFullScreen, written by jsmorley a while ago. The latest version of this plugin can return the window which has focus. Particularly desktop can have focus, when other windows are not open or are minimized, on the taskbar. So, when for instance Notepad is focused, the plugin return Notepad.exe, when Notepad++ is focused it returns Notepad++.exe and finally what in this case will interest you probably is the case when all windows are closed or minimized. In this last case, the plugin returns Explorer.exe. We can use this to enable the HotKey plugin in this last situation or to disable it in any other case.
If you are interested in this solution, please let me know, to give you a complete description on how to do this. You'll have to install the IsFullScreen plugin, but this can easily be done.
So, are you interested in this solution?
lmiol wrote: ↑May 8th, 2023, 10:49 pm
Sorry for that wall of text =(
Don't apologize, it's a good thing you've described what you want.