Walkthroughs‎ > ‎

MAC shortcut keys

posted May 7, 2012, 2:31 PM by Wise I.T.
Shortcut Keys Description 
Open Apple + DownOpens the selected icon.
Shift + ClickSelect the icon and add it to the set of those selected.
TabHighlight the next icon inside the folder, in alphabetical order.
Shift + TabHighlight the previous icon inside the folder, in alphabetical order.
Left arrowUsed when viewing by icon to select the icon to the left of the one highlighted.
Right arrowUsed when viewing by icon to select icon to the right of the one highlighted.
Up arrowUsed to select the icon above the one currently highlighted.
Down arrowUsed to select the icon below the one currently highlighted.
Open Apple + ?Mac help
Open Apple + EEject
Open Apple + Shift + Up ArrowUsed to direct the input focus to the desktop level.
Open Apple + MMinimize window
Open Apple + NNew finder window
Open Apple + Shift + NNew folder
Open Apple + WClose the current window.
Open Apple + CCopy the elected item to the clipboard.
Open Apple + XCut the selected item.
Open Apple + VPaste item from the clipboard
Open Apple + LMake alias
Open Apple + RShow original item
Open Apple + TAdd to favorites
Open Apple + OOpen the selected icon.
Open Apple + FDisplay the find dialog box.
Open Apple + GRepeat the last find operation.
Open Apple + Shift + GTakes a snapshot of the screen and saves it to a PICT file.

(Please note that not all of the below shortcut keys will work in all versions of Mac OS)


Linux shortcut keys

Shortcut keys Description 
CTRL + BMoves the cursor backward one character.
CTRL + CCancels the currently running command.
CTRL + DLogs out of the current session.
CTRL + FMoves the cursor forward one character.
CTRL + HErase one character. Similar to pressing backspace.
CTRL + PPaste previous line and/or lines.
CTRL + SStops all output on screen (XOFF).
CTRL + QTurns all output stopped on screen back on (XON).
CTRL + UErases the complete line.
CTRL + WDeletes the last word typed in. For example, if you typed 'mv file1 file2' this shortcut would delete file2.
CTRL + ZCancels current operation, moves back a directory and/or takes the current operation and moves it to the background. See bg command for additional information about background.

Linux Command line shortcut keys
 Shortcut keysDescription 
~Moves to the user's home directory.
!!Repeats the line last entered at the shell. 
!$Repeats the last argument for the command last used. 
resetResets the terminal if terminal screen is not displaying correctly.
shutdown -h nowRemotely or locally shuts the system down.
adduserAdd a user to the system
aliasCreate an alias 
chmodChange access permissions
echoDisplay message on screen 
mvMove or rename files or directories
mountMount a file system
manHelp manual
killallKill processes by name
passwdModify a user password
suSubstitute user identity
Remotely or locally shuts the system down.