-
Notifications
You must be signed in to change notification settings - Fork 0
Copy cursor screen selection
github-actions[bot] edited this page Feb 22, 2026
·
2 revisions
You can set up a keyboard shortcut that copies a selected area to the clipboard without saving a file. This is the equivalent of the Win+Shift+S shortcut in Windows OS.
This shortcut runs the xfce4-screenshooter program and applies the additional -r and -c options:
xfce-screenshooter -rc| Option | Description |
|---|---|
-r, --region |
Select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button. |
-c, --clipboard |
Copy the screenshot to the clipboard. |
--help |
View the full usage options in the terminal. |
-
Open the Application Shortcuts tab in your Keyboard application.

-
Click on the Add or Edit button to add/edit a shortcut.
-
Enter the following script into the command field:
xfce4-screenshooter -rc

-
When prompted, enter the shortcut to assign to
xcfe4-screenshooter -rc- ex. Pressing
Ctrl+Alt+Sruns this command
- ex. Pressing
-
The command and its assigned shortcut will appear in the Application Shortcuts list and can be edited as needed.
