Hello, Brucey99.
You are right. Making the
<PrtScr> key silently take a fullscreen screen shot and silently store it in the folder $HOME/pictures in the Cinnamon edition may not have been the smartest idea, because it makes most users - including myself - think that
<PrtScr> is being ignored. (By now I know better, of course.)
Yet, there is a common place to check whether a key / key combination has been assigned a systemwide action:
Menu => System Tools => System-Settings (=gnome-control-center) => Keyboard => Section "Hardware" Keyboard => Keyboard Shortcuts.
There you will find all the system wide keyboard shortcuts, not just the ones used to launch
gnome-screenshot.
By the way, Cinnamon does use
gnome-screenshot in order to take screenshots just like other Gnome based desktop environments as well. The Cinnamon designer has - for which ever reason - decided to configure the key combinations differently.
But you are free to re-assign
<PrtScr> to launch
- Code: Select all
gnome-screenshot --interactive
e.g or
- Code: Select all
gnome-screenshot --clipboard
Kind regards,
Karl
--
I have got the vague feeling that I posted an almost identical answer only a short while ago.