Difference between pages "OPEN A CONSOLE" and "Screenshots under Ubuntu"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
(Redirected page to Open a console)
 
imported>ThorstenStaerk
(Created page with "CheatSheet how to create Screenshots under Ubuntu 19.10 {| class="wikitable sortable" border=1 ! Key Combination !! Result |- | Print || Complete screen content will be saved...")
 
Line 1: Line 1:
#REDIRECT [[open a console]]
+
CheatSheet how to create Screenshots under Ubuntu 19.10
 +
 
 +
{| class="wikitable sortable" border=1
 +
! Key Combination !! Result
 +
|-
 +
| Print || Complete screen content will be saved to a file '''''~/Pictures/Screenshot from <timestamp>'''''
 +
|-
 +
| SHIFT_Print || You will be asked to select a screen area. Result will be saved to a file '''''~/Pictures/Screenshot from <timestamp>'''''
 +
|-
 +
| Alt_Print || Save current Window to a file '''''~/Pictures/Screenshot from <timestamp>'''''
 +
|-
 +
| CTRL_Print || Copy complete screen to clipboard
 +
|-
 +
| CTRL_SHIFT_Print || You will be asked to select a screen area. Result will be copied to clipboard.
 +
|-
 +
| CTRL_Alt_Print || Copy current Window to clipboard
 +
|-
 +
|}
 +
 
 +
[[Category:CheatSheet]]

Latest revision as of 20:05, 19 April 2020

CheatSheet how to create Screenshots under Ubuntu 19.10

Key Combination Result
Print Complete screen content will be saved to a file ~/Pictures/Screenshot from <timestamp>
SHIFT_Print You will be asked to select a screen area. Result will be saved to a file ~/Pictures/Screenshot from <timestamp>
Alt_Print Save current Window to a file ~/Pictures/Screenshot from <timestamp>
CTRL_Print Copy complete screen to clipboard
CTRL_SHIFT_Print You will be asked to select a screen area. Result will be copied to clipboard.
CTRL_Alt_Print Copy current Window to clipboard