Ubuntu Shortcut for Partial Screenshot to Clipboard

Destan Sarpkaya
1 min readFeb 27, 2017

Normally Shift + PrintScreen initiates partial screenshot selection process but new keyboards don’t have Printscreen so here is a custom keyboard config:

System Settings -> Keyboard -> Shortcuts
gnome-screenshot -ac

-c, --clipboard
Send the grab directly to the clipboard.

-a, --area
Grab an area of the screen instead of the entire screen.

From now on you will see a target cursor whenever press your configured shortcut, mine is Shift+Ctrl+Alt+S. After selecting an area your selection will be in your clipboard.

For a complete alternative for Windows’ snipping tool with built-in editor check out this post: https://medium.com/@dorukdestan/immediately-editable-screenshots-for-ubuntu-f1c61cb7e6db

--

--