Replies: 1 comment
-
I remember we have had a feature request for this: #2091 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Have a look at this: https://github.com/wd5gnr/flameshot/tree/default-ext-app
Fairly big change and not bug-related so I didn't want to do a PR yet, but will.
Here's how it works.
I also cleaned up some of the config code from the XYWH display stuff, so that should get merged even if consensus is this is undesirable. I also don't know if this works on Windows since it looks like there may be a different path for the external launch on Windows? Or else there is dead code at showOpenWithMenu() in openwithprogram.cpp. I couldn't find where this actually executes.
I originally thought about making it where right click opens default and left click stays as is and then having an option to simply flip that, but it wasn't clear to me how to catch the right click on buttons, but that is another possibility. The "set" code would stay the same as would the launching logic.
Beta Was this translation helpful? Give feedback.
All reactions