RStudio (MacOS)

Git / SVN

Stage/unstage(Git)

Spacebar

All hotkeys for RStudio (MacOS)

Console
Move cursor to console

Ctrl + 2

Console
Clean console

Ctrl + L

Console
Move cursor to beginning of line

Command + Left

Console
Move cursor to end of line

Command + Right

Console
Navigate command history

Up / Down

Console
Popup command history

Command + Up

Console
Interrupt currently executing command

Esc

Console
Change working directory

Ctrl + Shift + H

Source
Goto file/function

Ctrl + .

Source
Move cursor to source editor

Ctrl + 1

Source
New document (except on chrome/windows)

Command + Shift + N

Source
New document (Chrome only)

Command + Option + Shift + N

Source
Open document

Command + O

Source
Save active document

Command + S

Source
Close active document (except on Chrome)

Command + W

Source
Close active document (Chrome only)

Command + Option + W

Source
Close all open documents

Command + Shift + W

Source
Preview HTML (markdown and HTML)

Command + Shift + K

Source
Compile notebook/compile PDF (TeX and Sweave)

Command + Shift + K

Source
Insert chunk (Sweave and Knitr)

Command + Option + I

Source
Insert code section

Command + Shift + R

Source
Run current line/selection

Command + Enter

Source
Run current line/selection (retain cursor position)

Option + Enter

Source
Re-run previous region

Command + Shift + P

Source
Run current document

Command + Option + R

Source
Run from document beginning to current line

Command + Option + B

Source
Run from current line to document end

Command + Option + E

Source
Run from current line to document end

Command + Option + F

Source
Run the current code section

Command + Option + T

Source
Run previous sweave/Rmd code

Command + Option + P

Source
Run the current Sweave/Rmd chunk

Command + Option + C

Source
Run the next Sweave/Rmd chunk

Command + Option + N

Source
Source a file

Command + Shift + O

Source
Source the current document

Command + Shift + S

Source
Source the current document (with echo)

Command + Shift + Enter

Source
Fold selected

Command + Option + L

Source
Unfold selected

Command + Shift + Option + L

Source
Fold all

Commad + Option + O

Source
Unfold all

Commad + Shift + Option + O

Source
Go to line

Commad + Shift + Option + G

Source
Jump to

Commad + Shift + Option + J

Source
Switch to tab

Ctrl + Shift + .

Source
Previous tab

Ctrl + F11

Source
Next tab

Ctrl + F12

Source
First tab

Ctrl + Shift + F11

Source
Last tab

Ctrl + Shift + F12

Source
Navigate back

Command + F9

Source
Navigate forward

Command + F10

Source
Extract function from selection

Command + Option + X

Source
Extract variable from selection

Command + Option + V

Source
Reindent lines

Command + I

Source
Comment/uncomment current line/selection

Command + Shift + C

Source
Reflow comment

Command + Shift + /

Source
Reformat selection

Command + Shift + A

Source
Show diagnostics

Command + Shift + Shift + P

Source
Move lines Up/Down

Option + Up/Down

Source
Copy lines Up/Down

Command + Option + Up/Down

Source
Jump to matching Brace/Paren

Ctrl + P

Source
Expand to matching Brace/Paren

Ctrl + Shift + E

Source
Select to matching Brace/Paren

Command + Shift + Option + E

Source
Add cursor above current cursor

Ctrl + Option + Up

Source
Add cursor beow current cursor

Command + Option + Down

Source
Move active cursor up

Ctrl + Option + Shift + Up

Source
Move Active Cursor Down

Ctrl + Option + Shift + Down

Source
Find and replace

Command + F

Source
Find next

Commad + G

Source
Find previous

Commad + Shift + F3

Source
Use selection for find

Command + E

Source
Replace and find

Command + Shift + J

Source
Find in files

Command + Shift + F

Source
Check spelling

F7

Completions (Console and Source)
Attempt completion

Tab / Command + Space

Completions (Console and Source)
Navigate candidates

Up / Down

Completions (Console and Source)
Accept selected candidate

Enter / Tab / Right

Completions (Console and Source)
Dismiss completion popup

Esc

Views
Move focus to Source Editor

Command + 1

Views
Move focus to Console

Command + 2

Views
Move focus to Help

Command + 3

Views
Show History

Command + 4

Views
Show files

Command + 5

Views
Show plots

Command + 6

Views
Show packages

Command + 7

Views
Show environment

Command + 8

Views
Show git/svn

Command + 9

Views
Show build

Command + 0

Views
Sync editor & pdf preview

Command + F8

Views
Reference

Option + Shift + K

Build
Build and reload

Command + Shift + B

Build
Load all (devtools)

Command + Shift + L

Build
Test package (desktop)

Command + Shift + T

Build
Test package (web)

Command + Option + F7

Build
Check package

Command + Shift + E

Build
Document package

Command + Shift + D

Debug
Toggle breakpoint

Shift + F9

Debug
Execute next line

F10

Debug
Step into function

Shift + F4

Debug
Finish function/loop

Shift + F6

Debug
Continue

Shift + F5

Debug
Stop debugging

Shift + F8

Plots
Previous plot

Command + Option + F11

Plots
Next plot

Command + Option + F12

Git / SVN
Diff active source document

Ctrl + Option + D

Git / SVN
Commit changes

Ctrl + Option + M

Git / SVN
Scroll diff view

Ctrl + Up/Down

Git / SVN
Stage/unstage(Git)

Spacebar

Git / SVN
Stage/unstage and move to next (Git)

Enter

Session
Quit Session (desktop only)

Command + Q

Session
Restart R Session

Command + Shift + F10

Editing (Console and Source)
Undo

Command + Z

Editing (Console and Source)
Redo

Command + Shift + Z

Editing (Console and Source)
Cut

Command + X

Editing (Console and Source)
Copy

Command + C

Editing (Console and Source)
Paste

Command + V

Editing (Console and Source)
Select all

Command + A

Editing (Console and Source)
Jump to word

Command + Left/Right

Editing (Console and Source)
Jump to start/end

Command + Home/End / Command + Up/Down

Editing (Console and Source)
Delete line

Command + D

Editing (Console and Source)
Select

Shift + Arrow

Editing (Console and Source)
Select word

Option + Shift + Left/Right

Editing (Console and Source)
Select to line start

Command + Shift + Left

Editing (Console and Source)
Select to line end

Command + Shift + RIght

Editing (Console and Source)
Select page up/down

Shift + Page Up / Shift + Page down

Editing (Console and Source)
Select page start/end

Command + Shift + Home/End

Editing (Console and Source)
Delete word left

Option + Backspace

Editing (Console and Source)
Indent

Tab

Editing (Console and Source)
Outdent

Shift + Tab

Editing (Console and Source)
Yank line up to cursor

Ctrl + U

Editing (Console and Source)
Yank line after cursor

Ctrl + K

Editing (Console and Source)
Insert currently yanked text

Ctrl + Y

Editing (Console and Source)
Insert assignment operator

Option + -

Editing (Console and Source)
Insert pipe operator

Command + Shift + M

Editing (Console and Source)
Show help for function at cursor

F1

Editing (Console and Source)
Show source code for function at cursor

F2

Editing (Console and Source)
Find usages for symbol at cursor (C++)

Command + Option + U

Similar combinations for other applications


Firefox (MacOS)
Navigation Controls

Spacebar


Firefox (MacOS)
Play/Pause (toggle)
Media Control

Spacebar


Firefox (MacOS)
Toggle Checkbox
Forums

Spacebar


Plex (Windows)
Play/Pause
Graphics(Audio/Video) Control

Spacebar / P


Microsoft PowerPoint 2016 (Windows)
Activate selected commend/Open Selected menu on ribbon
Navigation Operation

Spacebar / Enter


Corel VideoStudio X9.5 (Windows)
Play/Pause Clip
Runtime Shortcuts

Spacebar


Plex (MacOS)
Play/Pause
Graphics(Audio/Video) Control

Spacebar / P


Adobe Audition CC (Windows)
Start/stop playback
Audio General Operations

Spacebar


Adobe Audition CC (MacOS)
Start/stop playback
Audio General Operations

Spacebar


Adobe Illustrator CC (MacOS)
Move zoom marquee while dragging
Viewing Artwork

Spacebar


Adobe Illustrator CC (Windows)
Move zoom marquee while dragging
Viewing Artwork

Spacebar


Adobe Premiere CC (Windows)
Play
Panel Shortcuts

Spacebar


Adobe Premiere CC (MacOS)
Play
Panel Shortcuts

Spacebar


Anime Studio (Windows)
Play/stop
General Shortcuts

Spacebar


Anime Studio (Windows)
Create shape
Fill tools

Spacebar


CINEMA 4D (Windows)
Key mode/F-curve mode
Animation Timeline

Spacebar


Anime Studio (Windows)
Blind points
Bones shortcuts

Spacebar


3D Coat (MacOS)
Show tools panel
PopUps

Spacebar


iMovie (MacOS)
Play video beginning from the frame beneath
Play video

Spacebar


Apple Motion (MacOS)
Play/pause a project
General Interface

Spacebar


3D Coat (Windows)
Show tools panel
PopUps

Spacebar


Dynamics CRM 2015 (Windows)
Open search
Form Keyboard Shortcuts

Spacebar / Enter


Anime Studio (MacOS)
Play/stop
General Shortcuts

Spacebar


Dynamics AX 2015 (Windows)
Select the button with focus.
Working with Forms

Spacebar


Anime Studio (MacOS)
Create shape
Fill tools

Spacebar


Anime Studio (MacOS)
Blind points
Bones shortcuts

Spacebar


Dynamics SL 2015 (Windows)
Open search
Navigation in forms

Spacebar


Apple Mail (MacOS)
Scroll through the selected messages
Editing Shortcuts

Spacebar


Dynamics SL 2015 (Windows)
Sort by column when the focus is on the column header
Grid/View Shortcuts

Spacebar


Battlefield 12 (Windows)
Jump / Vault
Beginner's Approch by PC Keyboard

Spacebar


Autodesk Revit Architecture (Windows)
Flip 90 degrees selected elements
Function Keys

Spacebar


Mac OS Sierra 10.12 (MacOS)
Quick Look: Use Quick Look to preview the selected item.
Common Shortcuts

Spacebar


Silhouette Studio (MacOS)
Pan
General

Spacebar


Silhouette Studio (Windows)
Pan
General

Spacebar


Adobe Acrobat Pro (MacOS)
Scroll (when Hand tool is selected)
Navigation - Navigating a PDF

Spacebar


Adobe Acrobat Pro (MacOS)
Open the menu and move the focus to the first menu option when focus is on a command with a submenu or submenu element with a flyout
Navigation - Navigating task panes

Spacebar / Return


Adobe Acrobat Pro (MacOS)
Run the command in focus
Navigation - Navigating task panes

Spacebar / Return


CyberLink PhotoDirector 8 (Windows)
Zoom to fit
Zoom

Spacebar


Autodesk 3ds Max 2017 (Windows)
Slection lock switch
Key and Time controls

Spacebar


Overwatch 2016 (Windows)
Jump
Movements

Spacebar


Call of Duty (Windows)
Jump/Stand
General Game Controls

Spacebar


Adobe Acrobat Pro (MacOS)
Select a highlighted control in the top bar
Navigation

Return / Spacebar


Counter Strike Source (Windows)
Jump
Movement Shortcuts

Spacebar


Autodesk 3ds Max 2017 (Windows)
Lock vertical rotation
Walk through mode

Spacebar


GTA V Cheats (Windows)
Jump
Movement Controls

Spacebar


Adobe Acrobat Pro (MacOS)
Press the Go Back button in a folder if focus is on the button.
PDF Portfolios

Return / Spacebar


GTA V Cheats (Windows)
Melee Dodge
Combat Controls

Spacebar


ZenDesk (Windows)
Select Current Item
Navigation Shortcuts

Spacebar


Adobe Acrobat Pro (MacOS)
Temporarily select Hand tool
Tools

Spacebar


Microsoft Projects 2016 (Windows)
Select or clear check boxes and option buttons if focus is in the side pane.
Move in Side Pane

Spacebar


GTA V Cheats (Windows)
Handbreak
Vehicle Controls

Spacebar


GTA V Cheats (Windows)
Aircraft Fire
Aircraft Controls

Spacebar


GTA V Cheats (Windows)
Phone Special Option
Cellphone Controls

Spacebar


Amazon Kindle (Windows)
Pause/Resume Reading
Text to Speech

Spacebar


Adobe XD (Experience Design) (Windows)
Pan
View Menu

Spacebar


Adobe XD (Experience Design) (MacOS)
Pan
View Menu

Spacebar


Blender 3D (Windows)
Open Toolbox
Universal

Spacebar


Zimbra Collaboration Suite 8 (Windows)
Save Changes to Dialog
Dialog Boxes

Enter / Spacebar


Daz 3D Carrara 8 (Windows)
2D Pan
Application - Tools

Spacebar


Autodesk Mudbox 2017 (Windows)
Next image
Image Browser

Spacebar


Autodesk Mudbox 2017 (MacOS)
Next image
Image Browser

Spacebar


ZBrush 4 (Windows)
Coin Controller
Edit Move Navigation - Stencil

Spacebar


Clarizen (Web Application)
Makes Selection Date in Calender
Range Filter

Spacebar


Clarizen (Web Application)
Makes Selection
Global filter Pane

Spacebar


Freshdesk (Web Application)
View hovr with Details of Ticket
Tickets

Spacebar


ZBrush 4 (Windows)
Coin Controller
Inner Ring Actions - Stencil

Spacebar


Daz 3D Carrara 8 (Windows)
2D Pan
Spline Modeler - Tools

Spacebar


Daz 3D Bryce 7 (Windows)
Pause/Unpause Fly around
Fly Around View

Spacebar


Daz 3D Bryce 7 (MacOS)
Pause/Unpause Fly around
Fly Around View

Spacebar


Pinnacle Studio Ultimate 20 (Windows)
Play/Pause
Normal Operation

Spacebar


Corel Quattro Pro X8 (Windows)
Enable/Disable Area within Cursor's Focus
Text Formatting

Spacebar


ZBrush 4 (Windows)
Coin Controller
Sculpting Brushes - Stencil

Spacebar


Opera (MacOS)
Fast Forward
History

Spacebar


Clip Studio Paint (Manga Studio) (Windows)
Move Screen (Switch to Zoom)
Frequently Used Shortcuts

Spacebar


Opera (Windows)
Fast Forward
History

Spacebar


Clip Studio Paint (Manga Studio) (MacOS)
Move Screen (Switch to Zoom)
Frequently Used Shortcuts

Spacebar


Daz 3D Carrara 8 (Windows)
2D Pan
Vertex Modeler - Tools

Spacebar


Clip Studio Paint (Manga Studio) (Windows)
Move Page
Navigation

Spacebar


Clip Studio Paint (Manga Studio) (MacOS)
Move Page
Navigation

Spacebar


Opera (MacOS)
Select form element
Form

Spacebar


Opera (Windows)
Select form element
Form

Spacebar


Corel Draw X8 (Windows)
Toggle pick state
Toolbox Tool Selection

Spacebar


ZBrush 4 (Windows)
Coin Controller
3D Models - Stencil

Spacebar


Final Fantasy XV (Windows)
Jump
Movement

Spacebar


Chief Architect (Windows)
Select Objects
General Editing

Spacebar


Apple Motion (MacOS)
Select the first item in the sidebar or file stack
Library

Spacebar


Chief Architect (MacOS)
Select Objects
General Editing

Spacebar


IBM Maximo (Windows)
Select or clear a check box.
Navigation Shortcuts

Spacebar


Apple Motion (MacOS)
Play/pause the project
TimeLine Editing and Navigation

Spacebar


Forte (Windows)
Single Key Read
Main Browser Window

Spacebar


ZBrush 4 (Windows)
Coin Controller
ZSpheres - Stencil

Spacebar


SketchUp (Windows)
Select
Tools

Spacebar


Garageband 10 (MacOS)
Start or stop playback
General Shortcuts

Spacebar


Final Fantasy XV (Windows)
Ascend (while grounded: Jump)
Movement While Riding a Flying Mount

Spacebar


Tencent QQ Player (Windows)
Play/Pause
30 Shortcuts for Tencent QQ Player (Windows)

Spacebar / Left Click


Amarok (Windows)
Load Playlist
Browser Shortcuts

Spacebar


Vuze (Windows)
Press/Toggle Currently selected Button/Checkbox
Basic Window Controls

Spacebar


Vuze (MacOS)
Press/Toggle Currently selected Button/Checkbox
Basic Window Controls

Spacebar


ZBrush 4 (Windows)
Coin Controller
Canvas and 2.5D - Stencil

Spacebar


PotPlayer (Windows)
Play/Pause
Standard Keyboard Controls

Spacebar


DITA CMS (Windows)
Open/Close Current Branch
22 Shortcuts for DITA CMS (Windows)

Spacebar


ZBrush 4 (Windows)
Show QuickMenu
PopUp Selection

Spacebar / Right Click


Soundforge (Windows)
Play or Stop the contents of the data window in default mode
Navigation and Playback

F12 / Spacebar


ProRealTime (Windows)
Automatically Adjust Scale
Charts

Enter / Spacebar


CrazyTalk 8 (Windows)
Play/Stop
Model Page

Spacebar


CrazyTalk 8 (Windows)
Play/Stop
Timeline Editing

Spacebar


iClone 7 (Windows)
Play/Pause
Working Area

Spacebar


Soundforge (Windows)
Play or stop the active marker or region
Region List

Spacebar


Vegas Pro 14 (Windows)
Start playback
Playback,Recording and Preview

Spacebar


Vegas Pro 14 (Windows)
Stop playback
Playback,Recording and Preview

Spacebar / Esc


SolidWorks (Windows)
Orientation
View Menu

Spacebar


Soundforge (Windows)
Play or stop the active playlist entry
Playlist/Cutlist

Spacebar


Anim8or (Windows)
Pause/Play
Sequence Editor

Spacebar


QCad (Linux)
Activate command line
Command lIne

Spacebar


QCad (Windows)
Activate command line
Command lIne

Spacebar


QCad (MacOS)
Activate command line
Command lIne

Spacebar / Command + M


Sculptris (Windows)
Brush Controls
Miscellaneous Shortcuts

Spacebar


Smite (Windows)
Jump
Movement Controls

SpaceBar


Smite (MacOS)
Jump
Movement Controls

SpaceBar


RStudio (Windows)
Stage/unstage(Git)
Git / SVN

Spacebar


IRONCAD (Windows)
Toggle between TriBall Only and moving the shape and part
Triball Function Keys - With Triball Selected

Spacebar


IRONCAD (Windows)
Toggle through positioning options
Triball Function Keys - With Mate and Align Positioning

Spacebar


IRONCAD (Windows)
Toggle between TriBall Only and moving the shape and part
Positioning Function Keys - With Triball Selected

Spacebar


IRONCAD (Windows)
Toggle through positioning options
Positioning Function Keys - With Mate and Align Positioning

Spacebar


Surfcam (Windows)
Play and Pause the animation
Within Backplot

Spacebar / Enter


IRONCAD (Windows)
Toggle between TriBall Only and moving the shape and part
2D Drawing Creation - With Triball Selected

Spacebar


IRONCAD (Windows)
Toggle through positioning options
2D Drawing Creation - With Mate and Align Positioning

Spacebar


IRONCAD (Windows)
Toggle between TriBall Only and moving the shape and part
Handle - With Triball Selected

Spacebar


IRONCAD (Windows)
Toggle through positioning options
Handle - With Mate and Align Positioning

Spacebar


TurboCAD (Windows)
Select objects for editing
171 Shortcuts for TurboCAD (Windows)

Spacebar


KiCAD (Windows)
Reset Local Coordinates
PCB

Spacebar


KiCAD (Linux)
Reset Local Coordinates
PCB

Spacebar


KiCAD (MacOS)
Reset Local Coordinates
PCB

Spacebar


gThumb (Linux)
View the next image
Viewer

Spacebar / Page Down


Foxit Reader (Windows)
Page Down
30 Shortcuts for Foxit Reader (Windows)

Spacebar


Foxit Reader (Linux)
Page Down
30 Shortcuts for Foxit Reader (Linux)

Spacebar


Foxit Reader (MacOS)
Page Down
30 Shortcuts for Foxit Reader (MacOS)

Spacebar


JW Player (Windows)
Pause/Play video playback
8 Shortcuts for JW Player (Windows)

Spacebar


Netflix (Web Application)
Switch Play/Pause
10 Shortcuts for Netflix (Web Application)

Enter / Spacebar


gThumb (Linux)
Load the next image
Slideshow

Spacebar / Down Arrow


AVS Audio Editor (Windows)
Starts/stops playing the selected audio file
Navigation

Spacebar


SolveSpace (Windows)
Regenerate All
Edit menu

Spacebar


SolveSpace (MacOS)
Regenerate All
Edit menu

Spacebar


Altium Designer (Windows)
Rotate counterclockwise by 90 degrees while moving an object
Schematic Editor Only Shortcuts

Spacebar


Altium Designer (Windows)
Toggle start/End mode while placing a wire/bus/line
Schematic Editor Only Shortcuts

Spacebar


TopSolid (Windows)
Stop or Start a Verification
Verification

Spacebar


Solidwork Composer (Windows)
Displays Digger
35 Shortcuts for Solidwork Composer (Windows)

Spacebar


Aspire (Windows)
Finishes Drawing operation and stays in the same mode.
General Shortcuts

Spacebar


VCarve Pro (Windows)
Re-opens the last vector creation form you used. This is very useful when using other forms in between each shape / text / dimension you create.
General Shortcuts

Spacebar


FlexiSign Pro 8.1 (Windows)
Pan View
View Shortcuts

Spacebar


FlexiSign Pro 8.1 (MacOS)
Pan View
View Shortcuts

Spacebar


Altium Designer (Windows)
Rotate 3D body counter-clockwise
3D Body Placement Shortcuts

Spacebar


Tupi (Windows)
Play/Stop animation
Player Module

Spacebar