SUMMARY STEPS TO REPRODUCE 1. mouse right-click for "context menu" (any place) 2. try to use hotkey for make screenshot 3. doesn't work i have no idea what happen, but "yesterday" its worked
Are you on X11 or Wayland? If you don't know where to find that info, go to Info Center, click "Copy Details" in the top right and paste it in a comment. If you are on X11, this is expected behavior. It's simply impossible to take screenshots using hotkeys on X11 while a normal context menu is open due to the way X11 handles normal context menus. Not all context menus are what I am calling "normal". Some are actually visual elements of a parent window and don't have the limitation. If you managed to do it before, you may have been on Wayland or been using the second type of context menu I mentioned because this limitation has been around for decades. If you want to take a screenshot of a normal context menu on X11, you need to do a delayed screenshot.
Forgot to change status
(In reply to Noah Davis from comment #1) > Are you on X11 or Wayland? If you don't know where to find that info, go to > Info Center, click "Copy Details" in the top right and paste it in a comment. > > If you are on X11, this is expected behavior. It's simply impossible to take > screenshots using hotkeys on X11 while a normal context menu is open due to > the way X11 handles normal context menus. Not all context menus are what I > am calling "normal". Some are actually visual elements of a parent window > and don't have the limitation. If you managed to do it before, you may have > been on Wayland or been using the second type of context menu I mentioned > because this limitation has been around for decades. > > If you want to take a screenshot of a normal context menu on X11, you need > to do a delayed screenshot. Thanks for the quick reply. Yes, I have x11. Most likely I had a delayed mode. But when you press the "selection area" hotkey, the context menu is automatically removed and there is no delay after that. The delay only works if you press printscrn to call up the dialog menu and select the appropriate mode with the delay mode, but this is inconvenient and you will have to get used to it. I do not switch to wayland because I work in Houdini SideFX
(In reply to flat from comment #3) > Thanks for the quick reply. Yes, I have x11. Most likely I had a delayed > mode. But when you press the "selection area" hotkey, the context menu is > automatically removed and there is no delay after that. The delay only works > if you press printscrn to call up the dialog menu and select the appropriate > mode with the delay mode, but this is inconvenient and you will have to get > used to it. > > I do not switch to wayland because I work in Houdini SideFX Unfortunately, I don't have a good alternative solution. I wouldn't want to add a dedicated global shortcut just for delayed screenshots unless we removed some existing Spectacle global shortcuts. I also think it might be a bad idea to allow a previously set delay to affect the global shortcuts. Users might need to quickly take a picture of something and then it would be ruined because they forgot they set a delay last week.
Actually, there is an alternative if you're willing to do some scripting. Check out Spectacle's command line options with `spectacle -h`. The `-d` option flag can be used to set a delay like `spectacle -d 5000` for a 5 second delay.