linux screenshot shortcut
Prt Scrn - Screenshot of the desktop
Alt + Prt Scrn - Screenshot of a window
Shift + Prt Scrn - Screenshot of an area you select
linux screenshot shortcut
Prt Scrn - Screenshot of the desktop
Alt + Prt Scrn - Screenshot of a window
Shift + Prt Scrn - Screenshot of an area you select
particular screenshot in ubuntu
Prt Scrn to take a screenshot of the desktop.
Alt + Prt Scrn to take a screenshot of a window.
Shift + Prt Scrn to take a screenshot of an area you select.
linux screen shortcuts
# Shortcuts for Linux Screen program:
# Starting Linux Screen
screen
# Detach from Linux Screen Session
Ctrl+a d
# Reattach to a Linux Screen
screen -r [session id]
# Find the session ID
screen -ls
#common commands
Ctrl+a c #Create a new window (with shell)
Ctrl+a "" #List all windows
Ctrl+a 0 #Switch to window 0 (by number)
Ctrl+a A #Rename the current window
Ctrl+a S #Split current region horizontally into two regions
Ctrl+a | #Split current region vertically into two regions
Ctrl+a tab #Switch the input focus to the next region
Ctrl+a Ctrl+a #Toggle between the current and previous region
Ctrl+a Q #Close all regions but the current one
Ctrl+a X #Close the current region
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us