shutter-project / shutter

Screenshot tool for Linux
https://shutter-project.org/
GNU General Public License v3.0
502 stars 35 forks source link

setup key combo from within shutter to take screenshots (similar to how mac's do screencaps) #587

Open fcortesjp opened 1 year ago

fcortesjp commented 1 year ago

Description of requested feature:

would be nice to have screen cap operation initiated by key combo with shutter right after installation (like mac has it built in)

Reasons for adding feature:

I come from mac and they use key combos that can start a screencap operation, it's nice and quick. at the moment you need to setup that combo in linux to start the screen capture operation in shutter plus you have hit enter after the screen cap has been take so it can be available in the clipboad.

Extra information, such as Shutter version, operating system and ideas for how to implement:

0.99.2 on linux mint

Photon89 commented 10 months ago

The problem is that the services that are responsible for catching key combos are desktop specific. Also, I think, it would be quite invasive if an app registered such a key combo (what if several apps did it and used the same key combo?).

Regarding hitting the enter key to confirm the screenshot in selection mode, an option to disable it is implemented with a recent PR, here's the corresponding issue: https://github.com/shutter-project/shutter/issues/590