Immediate action after region selection #4070
-
Hello, I'm searching for a feature that I've not found to be configurable in Flameshot. What I need is flameshot to take immediate action, e.g., copy the image to the clipboard, as soon as the region has been selected. Is this configurable or should I open a feature request issue ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, this is already possible if you are using Linux or macOS through commandline: flameshot gui --accept-on-select --clipboard Further information and examples can be found here: https://flameshot.org/docs/advanced/commandline-options/ The reason this is not in the configuration is that this is usually a thing that the user wants to do every now and then, and not as the default behavior of the software. But even if they want it as a default, they can bind that command above to a keybinding on their computer (e.g., Shift+PrintScreen). |
Beta Was this translation helpful? Give feedback.
Hi, this is already possible if you are using Linux or macOS through commandline:
Further information and examples can be found here:
https://flameshot.org/docs/advanced/commandline-options/
The reason this is not in the configuration is that this is usually a thing that the user wants to do every now and then, and not as the default behavior of the software. But even if they want it as a default, they can bind that command above to a keybinding on their computer (e.g., Shift+PrintScreen).