11

Taking a screen shot pressing PrtScr key will not work if I have the application menu activated or a pop-up menu (right-click).

I know it s possible to do that using a delay on the screen shot application, but sometimes it would be a lot better to use a keyboard shortcut to do that.

Does anyone know if it is possible to take those screen shots using PrtScr key (or some other shortcut)?

Alexandre
  • 1,898
  • 1
  • 17
  • 27
  • Using `scrot` instead of the keyboard shortcut works. See [my other answer here](https://askubuntu.com/a/1410609/8822). – mivk May 25 '22 at 18:34

3 Answers3

6

After some research, I found out this is a won't fix bug described in Gnome's Bugzilla.

So the only way to do it is use the screen shot tool with a delay, as described before.

Thanks for the help.

Alexandre
  • 1,898
  • 1
  • 17
  • 27
1

The standard screenshot application gnome-panel-screenshot application supports a --delay argument (amongst others).

For a full list, run at a terminal

gnome-panel-screenshot --help

Edit : D'oh, you already know about that.

You can use the Keyboard settings panel to define custom shortcuts to commands - including arguments.

Adrian
  • 5,196
  • 16
  • 28
0

There is also delayed screenshot feature in Gimp:

Click "File" -> "Create" -> "Screenshot..."

It will take screenshot of only menu itself if you choose "Take screenshot of a single window" and focus menu.

Need to take screenshot for entire screen or region to capture window with menu open, and then crop.

PeterM
  • 684
  • 1
  • 7
  • 22