I have a screenshot issue on Ubuntu 20.04. I can copy the box selection screenshot to the clipboard and the whole screen to the clipboard, but I cannot copy the window screenshot to the clipboard with the ctrl+alt+PrintSc. The alt+PrintSc shortcut works and save a window screenshot. My alt key works perfectly too. Thanks in advance for your help.
Asked
Active
Viewed 485 times
2
1 Answers
0
Ubuntu 22.04
shift + ctrl + alt + r
opens Record a screencast interactiveley
go to Settings > Keyboard > Keyboard shortcuts > Screenshots

Amin
- 99
-
Thanks for your response but it is not what I was expecting. I use the version 20.04 and I am not trying to record my screen. The shortcuts are well set but the "Copy a screenshot of a window to clipboard" is just not working. – Wes B. Jun 04 '22 at 10:00
-
@WesB. I thought it might work for you, by the way, it can also take screenshots besides recordings. – Amin Jun 06 '22 at 04:53
gnome-screenshot -acf /tmp/test && cat /tmp/test | xclip -i -selection clipboard -target image/png
https://askubuntu.com/questions/1232618/gnome-screenshot-copy-clipboard-not-working-on-ubuntu-20-04 – Amin May 11 '22 at 04:51