Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "Capture Region" on Tray icon left click #314

Closed
gustavotrott opened this issue Apr 25, 2021 · 6 comments
Closed

Support "Capture Region" on Tray icon left click #314

gustavotrott opened this issue Apr 25, 2021 · 6 comments

Comments

@gustavotrott
Copy link

In %APPDATA%\Greenshot\Greenshot.ini there is the option LeftClickAction
And I see that the options are:

    public enum ClickActions {
        DO_NOTHING,
        OPEN_LAST_IN_EXPLORER,
        OPEN_LAST_IN_EDITOR,
        OPEN_SETTINGS,
        SHOW_CONTEXT_MENU
    }

It would be great if we have the option CAPTURE_REGION.
This is the option that I use more often and would be very practical to capture region without need to open Context Menu first or use the keyboard.

Thank you!

Lakritzator added a commit that referenced this issue May 19, 2021
…tisfied with the empty editor option though
@Lakritzator
Copy link
Member

I've added the following, over the usefulness we can discuss:

        CAPTURE_REGION
        CAPTURE_SCREEN
        CAPTURE_CLIPBOARD
        CAPTURE_WINDOW
        OPEN_EMPTY_EDITOR

So, these can ONLY be added by using an editor with the greenshot.ini, the OPEN_EMPTY_EDITOR is a request that I've got, but doesn't make a lot of sense yet... you can't change the background in the editor, so it's very limited.

I'll inform you of the build where this can be tested.

@Lakritzator
Copy link
Member

Available in 1.3.201 or later which can be found here https://github.com/greenshot/greenshot/releases

@Lakritzator Lakritzator added this to To do in Greenshot 1.3 via automation May 26, 2021
@gustavotrott
Copy link
Author

Awesome! I just downloaded the last version and seems to be working great!
Thank you @Lakritzator!

Maybe you should consider include this option in the interface.
For me it is not necessary, but it is a very useful option that most of the users will never know the existence.

@Lakritzator
Copy link
Member

It's currently EXTREMELY hard to get something into the interface.
This has to do with our limited translation process, and also the little real-estate (place) the UI offers.
We do not like to complicate things right now, so we decided to not extend the UI in 1.3
For 2.0 we made a new UI, but the 2.0 branch is state due to other issues with .NET, so we will need to revise.

Long story short: Currently not adding this to the UI

@Lakritzator
Copy link
Member

Closing this issue, it's in the 1.3 code base and we will see how we go forward with the UI another time.

Greenshot 1.3 automation moved this from To do to Done May 29, 2021
@tripper311
Copy link

Totally wanting this too but I didn't get it working. I opened this file %APPDATA%\Greenshot\Greenshot.ini

Found the LeftClickAction=SHOW_CONTEXT_MENU and updated it to LeftClickAction=CAPTURE_REGION

Then I saved it, re-opened the app and it doesn't work. Anything else I'm supposed to do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Greenshot 1.3
  
Done
Development

No branches or pull requests

3 participants