-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Please allow copying to the clipboard a pinned capture #1996
Comments
This is a duplicate of #1007. I proposed a solution in #954 (comment). Please vote for that comment if you would like it implemented the way I proposed. |
@elad2109 I think you already can do that easily but not post-capture though. This is something that recently have been added by @veracioux in #1970. if you build from master or use AUR, you can use |
@mmahmoudian Thanks for the reply.
|
AUR stands for Arch User Repository. Basically you get the benefit if and only if you are using an Arch-based Linux (e.g Manjaro, Arco, Garuda, Artix).
This feature will be in the next official release. So if you want to use the official releases and Snaps and Flatpaks you should wait a bit until we manage to sort things out and get the release ready.
It is extremely easy if you are on Linux, and I have no idea about Windows. For Linux it would take about 2 minutes:
# create a folder to compile into
mkdir build
cd build
# run the cmake
cmake ../
# this would take one minute or so
make -j$(nproc --ignore 1) install You can find more information here: Alternatively you can download AppImage: |
Often times I create a pinned capture, which I want to save to the clipboard as well.
Please allow ctrl + c to copy a pinned capture as well.
The text was updated successfully, but these errors were encountered: