Anyone here use this mouse and know what the correct .exe file would be so I can add it as an app in the Logi Options+ software?
I think (educated guess) OP's trying to set up their mouse to do special, application specific hotkeys/actions while the Designer is open. To do that, the Logitech software needs to know what executable the Designer process will actually be launched by.
The answer for the OP should be the java.exe
file in $PROFILE/.ignition/cache/resources/runtimes/$RUNTIME_VERSION/bin
where $PROFILE
is your main user directory managed by the OS (C:/Users/YourUserName
, typically) and $RUNTIME_VERSION
is probably the highest number.
Thank You. That is exactly what I was asking
You could also think about using AutoHotkey. Set up the Logitech to send keyboard shortcuts, then let AHK do all the leg work.
Then you can perform complex actions based on different specific designer windows (e.g. when editing a window use the forward and back buttons to change Z-index, but when interacting with the Tag Browser use the forward and back buttons to navigate to the next/previous tag).