RStudio (MacOS)

Editing (Console and Source)

Jump to start/end

Command + Home/End / Command + Up/Down

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


VLC Media Player (Windows)
Volume or Position (see settings)
Mouse actions

Scroll up/ down


Microsoft Projects 2010 (Windows)
Jump first cell / jump to last cell in row
Navigate Gantt Chart and Select Tasks

Home / End


Civilization V (Windows)
Capital City View
General Hotkeys

Home / End


Google Earth 5 (MacOS)
Tilt view up / tilt view down
3D Viewer - Keyboard with Mouse

Shift +click+drag up/down


Adobe Reader 9 (Linux)
Jump to beginning/ jump to end of document
Navigation

Home / End


Google Earth 5 (MacOS)
Point perspective up / down
3D Viewer - Keyboard with Mouse

Command +click+drag up/down


Eclipse Helios (Windows)
Jump to beginning / jump to end of indention. Press home twice to jump to beginning of line
Navigate in Editor

Home / End


Eclipse Helios (Windows)
Jump to beginning / jump to end of source
Navigate in Editor

Ctrl + Home / End


Microsoft OneNote 2010 (Windows)
Move to the beginning / end of the line.
Basic Editing and Formatting

home / end


Microsoft Windows 7 (Windows)
Jump to first / jump to last item
Managing 'Windows' in Windows 7 - Navigate File List and Navigation Pane

Home / End


Microsoft Windows 7 (Windows)
Jump to beginning / jump to end of item name
Managing 'Windows' in Windows 7 - Navigate File List and Navigation Pane

F2 , then home / End


Thunderbird (Windows)
Go to first message / go to last message
Navigate Messages

Home / End


Remember the Milk (Web Application)
Pan map in direction indicated (larger step than arrow keys)
Locations

page up / page down , home / end


Adobe Photoshop CS5 (Windows)
Move to the beginning / to the end of the timeline
Photoshop CS5 Panels - Animation Panel (Timeline Mode, PS extended)

Home / End


Adobe Photoshop CS5 (MacOS)
Move to the beginning / to the end of the timeline
Photoshop CS5 Panels - Animation Panel (Timeline Mode, PS extended)

Home / End


Thunderbird (Linux)
Go to first message / go to last message
Navigate Messages

Home / End


Thunderbird (MacOS)
Go to first message / go to last message
Navigate Messages

Home / End


Adobe Photoshop CS5 (MacOS)
Decrease/increase brush softness/hardness
Photoshop CS5 Panels - Brush Panel

Ctrl + Option +drag up / down


Adobe Photoshop CS5 (Windows)
Decrease/increase brush softness/hardness
Photoshop CS5 Panels - Brush Panel

Alt +right click+drag up / down


Firefox (MacOS)
Open Home Page in New Tab
Navigation Controls

Command + Home


Adobe Photoshop CS4 (MacOS)
Go to last tile in Tile History (Pattern Maker only)
Shortcut Keys for working with Extract, Liquify, and Pattern Maker

End


Microsoft Word 2007 (Windows)
Go to end of document.
Working with documents: Full Screen Reading view

End


Firefox (Linux)
Jump to beginning / end of webpage
Inside Webpages

Home / End


Firefox (Windows)
Jump to beginning / end of webpage
Inside Webpages

Home / End


Google Mail (Windows)
Jump to beginning of page / end of page
Control Main Browser Window (General Browser Shortcuts)

End / Home


Firefox (MacOS)
Go to Bottom of Page
Navigation Controls

End


Access 2010 (Windows)
Select first / select last command in menu
Manage Access Features - Menus

Home / End


Microsoft Outlook 2010 (Windows)
Go to beginning/end of current view
Messages in Main View - Navigate Calendar

Home / End


Access 2010 (Windows)
Move beginning / move to end of an entry
Manage Access Features - Text Boxes

Home / End


Inpage (Windows)
To go to the end of the line
To move cursor

End


Google Chrome (Windows)
Jump to beginning / to end of webpage
View Webpages

Home / End


Microsoft Windows 7 (Windows)
Jump to first / jump to last item
Windows Explorer - Navigate File List and Navigation Pane

Home / End


Microsoft Windows 7 (Windows)
Jump to beginning / jump to end of item name
Windows Explorer - Navigate File List and Navigation Pane

F2 , then home / End


Access 2010 (Windows)
Move cursor to the beginning / to the end of the field
Manage Access Features - Edit Text and Data

Home / End


VistaSwitcher (Windows)
Select a window from the list
Window List Selection

arrow keys or pageup / pagedown or home / End


Microsoft Excel 2010 (Windows)
Select the first item / last item in the AutoFilter list.
Work with Data Selections - Auto Filter

Home / End


Firefox (MacOS)
Forward to End
Media Control

End


Google Docs (Windows)
Jump to the end of a line / beginning of a line
Navigate Google Docs

End / Home


Access 2010 (Windows)
Move to first / move to last field in current record
Manage Access Features - Navigate in Datasheet, Subdatasheet, and Form View

Home / End


Google Chrome (Linux)
Jump to beginning / to end of webpage
View Webpages

Home / End


Google Docs (MacOS)
Jump to the end of a line / beginning of a line
Navigate Google Docs

End / Home


Google Docs (MacOS)
Jump to end / to beginning of document
Navigate Google Docs

Command + End / Command + Home


Access 2010 (Windows)
Go to the first cell / go to last cell in row
Manage Access Features - Database Diagram

Home / End


Microsoft Word 2007 (Windows)
To the end of a line
Edit and move text and graphics: Move through your document

End


Mindjet Mindmanager 2012 (Windows)
Move topic up/down one position (remains on same level in hierachy)
Most used - Move topics

Ctrl + Alt + arrow up/down


Mindjet Mindmanager 2012 (Windows)
Move topic top/bottom (remains on same level in hierarchy)
Most used - Move topics

Ctrl + Alt + Home / End


Adobe Photoshop CS5 (MacOS)
Go to last tile in Tile History
Photoshop CS5 Panels - Pattern Maker Only

End


Adobe Photoshop CS5 (Windows)
Go to last tile in Tile History
Photoshop CS5 Panels - Pattern Maker Only

End


Microsoft Windows 7 (Windows)
Jump to first / jump to last item
Windows Admin - Navigate File List and Navigation Pane

Home / End


Microsoft Windows 7 (Windows)
Jump to beginning / jump to end of item name
Windows Admin - Navigate File List and Navigation Pane

F2 , then home / End


Microsoft Outlook 2010 (Windows)
Go to beginning/end of current view
Messages in Compose View - Navigate Calendar

Home / End


Tekla Structures 14.0 (Windows)
Zoom previous
General shortcuts

End


Mindjet Mindmanager 2012 (Windows)
Move topic up/down one position (remains on same level in hierachy)
Reorganizing - Move topics

Ctrl + Alt + arrow up/down


Mindjet Mindmanager 2012 (Windows)
Move topic top/bottom (remains on same level in hierarchy)
Reorganizing - Move topics

Ctrl + Alt + Home / End


Sublime Text (Windows)
Move to beginning of line/ end of line
Navigation - Standard Navigation

Home / End


Open Office Impress (Linux)
Jump to the last slide in the slide show.
Slide Shows

End


Adobe Photoshop CS5 (MacOS)
Move to the beginning / to the end of the timeline
Extract and Pattern Maker (plug-in) - Animation Panel (Timeline Mode, PS extended)

Home / End


Opera (Linux)
Go to bottom
Navigation

End


Sublime Text (Windows)
Extend selection to beginning/ end of line
Navigation - Standard Selections

Shift + Home / End


Mindjet Mindmanager 2012 (Windows)
uppermost/bottom on the same level
Moving the blue box

Home / End


Sublime Text (Windows)
Extend selection to beginning of file/ end of file
Navigation - Standard Selections

Ctrl + Shift + Home / End


Mindjet Mindmanager 2012 (Windows)
central/lowest
Moving the blue box

Ctrl + Home / End


Adobe Photoshop CS5 (Windows)
Move to the beginning / to the end of the timeline
Extract and Pattern Maker (plug-in) - Animation Panel (Timeline Mode, PS extended)

Home / End


Adobe Photoshop CS5 (MacOS)
Decrease/increase brush softness/hardness
Extract and Pattern Maker (plug-in) - Brush Panel

Ctrl + Option +drag up / down


Adobe Photoshop CS5 (Windows)
Decrease/increase brush softness/hardness
Extract and Pattern Maker (plug-in) - Brush Panel

Alt +right click+drag up / down


Adobe Photoshop CS4 (MacOS)
Move view to upper-left corner or lower right corner
Shortcut Keys for viewing images

Home / End


Sublime Text (Windows)
Move to beginning of line/ end of line
Selections - Standard Navigation

Home / End


Oracle SQL Developer 4 (Windows)
Jump to beginning of line/ end of line
Code Editor

Home / End


Microsoft Windows 8 (Windows)
Jump to first / jump to last item
Windows Explorer - Navigate File List and Navigation Pane

Home / End


Oracle SQL Developer 4 (Windows)
Expand selection to beginning/ end of line
Code Editor

Shift + Home / End


Microsoft Windows 8 (Windows)
Jump to beginning / jump to end of item name
Windows Explorer - Navigate File List and Navigation Pane

F2 , then Home / End


Oracle SQL Developer 4 (Windows)
Expand selection to beginning/ end of file
Code Editor

Ctrl + Shift + Home / End


Sublime Text (Windows)
Extend selection to beginning/ end of line
Selections - Standard Selections

Shift + Home / End


Sublime Text (Windows)
Extend selection to beginning of file/ end of file
Selections - Standard Selections

Ctrl + Shift + Home / End


Microsoft Windows 7 (Windows)
Jump to first / jump to last item
Ease of Access and Magnifier - Navigate File List and Navigation Pane

Home / End


Microsoft Windows 7 (Windows)
Jump to beginning / jump to end of item name
Ease of Access and Magnifier - Navigate File List and Navigation Pane

F2 , then home / End


Microsoft Excel 2010 (Windows)
Select the first item / last item in the AutoFilter list.
Insert and Edit Data - Auto Filter

Home / End


Access 2010 (Windows)
Select first / select last command in menu
Working with Text and Data - Menus

Home / End


Evernote (Windows)
Go to the first note in list / last note in list
Note List

Home / End


Access 2010 (Windows)
Move beginning / move to end of an entry
Working with Text and Data - Text Boxes

Home / End


Microsoft Outlook 2010 (Windows)
Go to beginning/end of current view
Calendar Shortcuts - Navigate Calendar

Home / End


Access 2010 (Windows)
Move cursor to the beginning / to the end of the field
Working with Text and Data - Edit Text and Data

Home / End


InDesign CS5 (MacOS)
Move to start or end of line
Navigating Through and Editing Text

Home / End


Microsoft Windows 7 (Windows)
Select first / select last object on desktop
Navigating Desktop

Home / End


InDesign CS5 (MacOS)
Move to start or end of story
Navigating Through and Editing Text

Command + Home / Command + End


Microsoft Windows 8 (Windows)
Select first / select last object on desktop
Navigating Desktop

Home / End


InDesign CS5 (MacOS)
Select start or end of line
Navigating Through and Editing Text

Shift + Home /+ End


Photoshop Lightroom 4 (Windows)
Go to beginning/end of Grid view
Comparing photos in the Library module

Home / End


Access 2010 (Windows)
Move to first / move to last field in current record
Working with Text and Data - Navigate in Datasheet, Subdatasheet, and Form View

Home / End


Photoshop Lightroom 4 (MacOS)
Go to beginning/end of Grid view
Comparing photos in the Library module

Home / End


Adobe Photoshop CS5 (MacOS)
Go to last tile in Tile History
Extract and Pattern Maker (plug-in) - Pattern Maker Only

End


Microsoft Windows 7 (Windows)
Move to the beginning / to the end of a topic
Windows Help

Home / End


Access 2010 (Windows)
Go to the first cell / go to last cell in row
Working with Text and Data - Database Diagram

Home / End


CATIA V5 (Windows)
Display the bottom of the graph
38 Shortcuts for CATIA V5 (Windows)

End


Microsoft PowerPoint 2010 (Windows)
Move to the end of a line.
Basic Text Navigation and Formatting

End


InDesign CS5 (MacOS)
Select first/last XML node
Working with XML

Home / End


Adobe Photoshop CS5 (Windows)
Go to last tile in Tile History
Extract and Pattern Maker (plug-in) - Pattern Maker Only

End


Adobe Photoshop CS4 (MacOS)
Move to the end of the timeline
Shortcut Keys for using the Animation panel in Timeline Mode (Photoshop Extended)

End


Microsoft Outlook 2010 (Windows)
Select first / select last card in list
Business Card View

Home / End


Microsoft Excel 2010 (Windows)
Select the first item / last item in the AutoFilter list.
Format Data - Auto Filter

Home / End


FreeMind 0.9.0 (Windows)
Move down
Node navigation commands

Down


Adobe Photoshop CS5 (MacOS)
Move view to upper-left corner or lower right corner
View images

Home / End


Adobe Photoshop CS5 (Windows)
Move view to upper-left corner or lower right corner
View Images

Home / End


HoneyView 5.03 (Windows)
first image / last image
Main Shortcuts

Home / End


Avid Media Composer 7 (MacOS)
Allows you to move segments to a higher or lower track without letting them move left or right.
Timeline

Ctrl + drag up / down


Avid Media Composer 7 (Windows)
Allows you to move segments to a higher or lower track without letting them move left or right.
Timeline

Shift + Ctrl + drag up / down


Youtube Player (Windows)
Jump to the end of the video (if video not in playlist)
Navigate Video

End


Audacity 2 (Linux)
Skip to end
Frequently Used

End


Audacity 2 (Linux)
Skip to end
Transport Menu

End


Access 2010 (Windows)
Select first / select last command in menu
Working with Access Views - Menus

Home / End


Microsoft PowerPoint 2010 (Windows)
Move to the end of the entry.
Work with Dialog Boxes

End


Access 2010 (Windows)
Move beginning / move to end of an entry
Working with Access Views - Text Boxes

Home / End


NetBeans 8 (Windows)
Zoom text in / out
Opening and Toggling between Views

Alt +Mouse Wheel Up / Down


Microsoft Excel 2013 (Windows)
Inside a cell: Move to the beginning / to the end of a cell entry
Navigate Worksheets

Home / End


Microsoft Excel 2013 (Windows)
Turn 'End' mode on In End mode, press arrow keys to move to the next nonblank cell in the same column or row as the active cell From here use arrow keys to move by blocks of data, home to move to last cell, or enter to move to the last cell to the right
Navigate Worksheets

End


Microsoft Word 2013 (Windows)
Jump to the end of a line / beginning of a line
Navigate in Word Documents

End / Home


Microsoft Excel 2013 (Windows)
Inside a cell: Select from the insertion point to the beginning / to the end of the cell
Basic and Advanced Cell Selections

Shift + Home / End


Access 2010 (Windows)
Move cursor to the beginning / to the end of the field
Working with Access Views - Edit Text and Data

Home / End


Audacity 2 (Windows)
Skip to end
Transport Menu

End


Virtual DJ (Windows)
skip_beat -1
All Shortcuts

End


Access 2010 (Windows)
Move to first / move to last field in current record
Working with Access Views - Navigate in Datasheet, Subdatasheet, and Form View

Home / End


Microsoft Excel 2010 (Windows)
Select the first item / last item in the AutoFilter list.
Formulas and Names - Auto Filter

Home / End


Adobe Acrobat Pro (Windows)
Last page
Navigation - Navigating a PDF

End / Shift + Ctrl + Page Down / Shift + Ctrl + Arrow Down


Presonus Studio One (Windows)
End
Navigation

End


Access 2010 (Windows)
Go to the first cell / go to last cell in row
Working with Access Views - Database Diagram

Home / End


Adobe Flash Professional (Windows)
Go to Last Scene
Timeline

End


Axialis IconWorkshop (Windows)
Set floating selection to background
Draw Menu

End / Home


FileMaker Pro (Windows)
Move to beginning of the line / to end of the lien
Layout Mode Shortcuts - Text Navigation

Home / End


FileMaker Pro (Windows)
Select to beginning of text / to end of text
Layout Mode Shortcuts - Select Text

Ctrl + Shift + Home / End


Google Drive (Web Application)
Expand selection up/down/left/right
Item Selection

shift + up / down / left / right


Google Drive (Web Application)
Move focus up/down/left/right without changing selection
Item Selection

ctrl + up / down / left / right


Linux Mint (Linux)
Select the first or last item in the window
File Manager (Nemo) - Selecting Items

Home / End


Windows 10 Command Prompt (Windows)
Extend selection to the beginning/ to the end of screen buffer
Select Text (Expanded with Windows 10)

Ctrl + Shift + Home / End


Windows 10 Command Prompt (Windows)
Jump to beginning, jump to end of the line
Navigate Text

Home / End


Windows 10 Command Prompt (Windows)
Scroll up / down 3 lines
Navigate Text

Turn scroll wheel up / down


Windows 10 Command Prompt (Windows)
Scroll up / down half a page
Navigate Text

Shift + Turn scroll wheel up / down


Microsoft Windows 10 (Windows)
Jump to first / jump to last item
Navigate File List and Navigation Pane

Home / End


Microsoft Excel 2013 (Windows)
Select the first / last visible item in the list
Pivot Tables

Home / End


Adobe Acrobat Pro (Windows)
If in the body of the file list, move to the first or last row
PDF Portfolios

Home / End


Microsoft Excel 2013 (Windows)
Select the first item / last item in the AutoFilter list
Auto Filter

Home / End


Microsoft Excel 2013 (Windows)
Move to the beginning / end of a field
Data Forms

Home / End


Google Chrome (MacOS)
Jump to beginning / to end of webpage
View Webpages

Home / End


Access 2010 (Windows)
Select first / select last command in menu
The Rest - Menus

Home / End


Microsoft Excel 2010 (Windows)
Select the first item / last item in the AutoFilter list.
The Rest - Auto Filter

Home / End


Access 2010 (Windows)
Move beginning / move to end of an entry
The Rest - Text Boxes

Home / End


GTDNext.com (Windows)
Go to end of line
Center Pane Shortcuts

End


Microsoft Excel 2010 (Windows)
Inside a cell: Move to the beginning / to the end of a cell entry.
Navigate Inside Worksheets

Home / End


Microsoft Excel 2010 (Windows)
Turn 'End' mode on. In End mode, press arrow keys to move to the next nonblank cell in the same column or row as the active cell. From here use arrow keys to move by blocks of data, home to move to last cell, or enter to move to the last cell to the right.
Navigate Inside Worksheets

End


Access 2010 (Windows)
Move cursor to the beginning / to the end of the field
The Rest - Edit Text and Data

Home / End


Microsoft OneNote 2016 (Windows)
Move to beginning/ end of the line
Basic Editing and Formatting

Home / End


Microsoft OneNote 2016 (Windows)
Move to top/ bottom of current page
Basic Editing and Formatting

Ctrl + Home / End


FileMaker Pro (Windows)
Move to beginning of the line / to end of the lien
Text Shortcuts - Text Navigation

Home / End


Microsoft OneNote 2016 (Windows)
Select to the beginning/ end of line
Basic Editing and Formatting

Shift + Home / End


FileMaker Pro (Windows)
Select to beginning of text / to end of text
Text Shortcuts - Select Text

Ctrl + Shift + Home / End


Google Mail (MacOS)
Jump to beginning of page / end of page
Control Main Browser Window (General Browser Shortcuts)

End / Home


Microsoft OneNote 2016 (Windows)
Go to first/ last page in the section
Manage Pages, Notebooks and Sections

Alt + Home / End


Nirvana (Web Application)
Traverse Up / Down
Navigating

Up / Down


Skype for Business (Lync) 2016 (Windows)
Move top / move to bottom of list
Conversation Environment

Home / End


Microsoft Excel 2010 (Windows)
Move to the beginning / end of a field.
Data Forms

Home / End


Skype for Business (Lync) 2016 (Windows)
With thumbnails in focus - Move to first / move to last slide thumbnail
PowerPoint Sharing

Home / End


Access 2010 (Windows)
Move to first / move to last field in current record
The Rest - Navigate in Datasheet, Subdatasheet, and Form View

Home / End


Microsoft Excel 2010 (Windows)
Select the first / last visible item in the list.
Pivot Tables

Home / End


Adobe After Effects CC (Windows)
Go to beginning / go to end of Composition, Layer, or Footage item (or Ctrl+Alt+Left Arrow/Right Arrow)
Time Navigation

Home / End


Adobe After Effects CC (MacOS)
Go to beginning or end of work area
Time Navigation

Shift + Home / End


Adobe After Effects CC (MacOS)
Go to beginning / go to end of Composition, Layer, or footage item (or Command+Option+Left Arrow/Right Arrow)
Time Navigation

Home / End


Access 2010 (Windows)
Go to the first cell / go to last cell in row
The Rest - Database Diagram

Home / End


Google Slides (Windows)
Move to 1st slide / Move to last slide
Working Point Navigation Action

Home / End


Android Studio (Windows)
Go to previous/next method
General Shortcuts

Alt + UP/DOWN


Microsoft PowerPoint 2016 (Windows)
End of line
Navigation Operation

End


Photoshop Lightroom CC (MacOS)
Go to beginning/ end of Grid view
Comparing Photos in the Library Module

Home / End


Photoshop Lightroom CC (Windows)
Go to beginning/ end of Grid view
Comparing Photos in the Library Module

Home / End


Access 2016 (Windows)
Move to End
Windows/Content Switching/Navigation

End


Adobe Photoshop CC (Windows)
Decrease/ increase brush softness/ hardness
Basic Shortcuts for Photoshop CC 2015 - Brush Panel

Alt + Right-click + drag up / down


Onshape (Windows)
First/ last sheet
Drawings

Home / End


Microsoft Excel 2016 (Windows)
Move to the beginning/ end of a field
Select Cells - Data Forms

Home / End


Adobe Photoshop CC (MacOS)
Decrease/ increase brush softness/ hardness
Basic Shortcuts for PhotoShop CC 2015 - Brush Panel

Ctrl + Option + drag up / down


Onshape (MacOS)
First/ last sheet
Drawings

Home / End


Corel VideoStudio X9.5 (Windows)
Go to ending segment
Navigation/Direction Shortcuts

End


Microsoft Visio 2016 (Windows)
Move to the end of entry
Window/Navigation Shortcut

End


Safari Browser (MacOS)
Homepage
Navigation/Scroll Operation

Command + Home


Adobe Audition CC (Windows)
Set time indicator to end
Audio General Operations

End


Adobe Audition CC (MacOS)
Set time indicator to end
Audio General Operations

End


FileMaker Pro (Windows)
Move to beginning of the line / to end of the lien
Database Management Shortcuts - Text Navigation

Home / End


Adobe Premiere CC (Windows)
Go to sequence clip end
Clipping Shortcuts

End


FileMaker Pro (Windows)
Select to beginning of text / to end of text
Database Management Shortcuts - Select Text

Ctrl + Shift + Home / End


Adobe Premiere CC (MacOS)
Go to sequence clip end
Clipping Shortcuts

End


Apple Keynote (MacOS)
Move to the end
Chart data editor

End


Apple Numbers (MacOS)
Go to end of spreadsheet
Navigation Shortcuts

End


Microsoft PowerPoint 2016 (Windows)
End Slideshow
Slide Operations(Presentation time)

Esc / End


Adobe After Effects CC (MacOS)
Center Layers in view
Modify Layer Properties

Command + Home


Microsoft Excel 2016 (Windows)
Move to the beginning/ end of a field
Format Cells - Data Forms

Home / End


Microsoft Outlook 2016 (Windows)
Select the first/last group
Groups

Home / End


FileMaker Pro (MacOS)
Scroll to the beginning / end of the document
Navigation and Window Display

Home / End


Corel Painter 2017 (MacOS)
Last frame of stack
Navigation Shortcuts

End


Corel Painter 2017 (Windows)
Last frame of stack
Navigation Shortcuts

End


Microsoft Outlook 2016 (Windows)
Select the first/last card in the list
View: Business Cards/Address cards

Home / End


Apple Keynote (MacOS)
Scroll to end of canvas
Text Editing

End


Nuke 10 (Windows)
Go to last frame
2D Viewer

End


Nuke 10 (MacOS)
Go to last frame
2D Viewer

End


Adobe After Effects CC (Windows)
Select text from insertion point to beginning / end of line
Text

Shift + Home / End


Nuke 10 (Linux)
Go to last frame
2D Viewer

End


Adobe After Effects CC (Windows)
Move cursor to beginning / end of line
Text

Home / End


Apple Keynote (MacOS)
Go to last slide
Slideshow

End


Microsoft Outlook 2016 (Windows)
Move to the beginning/end of a line (when a field in a card is selected)
View: Business Cards/Address cards

Home / End


Adobe After Effects CC (Windows)
Select text from cursor to beginning / end of text Frame
Text

Ctrl + Shift + Home / End


Microsoft Outlook 2016 (Windows)
Select the first/last item on the timeline (if items are not grouped) or the first item in the group
View: Timeline (Tasks) - When an item is selected

Home / End


Adobe After Effects CC (MacOS)
Select text from insertion point to beginning / end of line
Text

Shift +
Home / End


Adobe After Effects CC (MacOS)
Move cursor to beginning / end of line
Text

Home / End


Adobe After Effects CC (MacOS)
Select text from cursor to beginning / end of text Frame
Text

Command + Shift +
Home / End


Microsoft Outlook 2016 (Windows)
Select the first/last group on the timeline
View: Timeline (Tasks) - When a group is selected

Home / End


Finale (MacOS)
Right One screen
Navigation Shortcuts

End


Finale (MacOS)
First Page
Navigation Shortcuts

Command + Home


Microsoft Outlook 2016 (Windows)
Select the time that ends your work day
View: Calendar - Day View

End


Finale (Windows)
Right One screen
Navigation Shortcuts

End


Microsoft Outlook 2016 (Windows)
Go to the start/end of work hours for the selected day
View: Calendar - Week View

Home / End


Finale (MacOS)
Add selected expression to all staves to top of system
Expression Tool

Command + Home


Adobe Photoshop CC (Windows)
Decrease/ increase brush softness/ hardness
Manage Panels - Brush Panel

Alt + Right-click + drag up / down


Adobe Photoshop CC (MacOS)
Decrease/ increase brush softness/ hardness
Manage Panels - Brush Panel

Ctrl + Option + drag up / down


Microsoft Excel 2016 (Windows)
Move to the beginning/ end of a field
Formulas - Data Forms

Home / End


Anime Studio (Windows)
Zoom(to show all)
Graph Shortcuts

End


Apple Motion (MacOS)
Go to the end of a project
General Interface

End


Zoho Writer (Windows)
Go to End of line from the current cursor position
Navigation keys

End


Dynamics NAV 2015 (Windows)
Move to the Last Field on a line
Normal Shortcuts

End


CINEMA 4D (Windows)
Jump End
Structure Manager

End


Microsoft Word 2016 (Windows)
End of line
Navigation Operation

End


Zoho Sheet (MacOS)
Go to first cell in data region
Navigate

Command + Home


Apple Photos (Windows)
Move to the bottom of the photo library
Organize

End


Apple Motion (MacOS)
Go to the end of a project
Mark Menu

End


Windows Movie Maker (Windows)
Go to the last item
Navigation

End


Anime Studio (MacOS)
Zoom(to show all)
Graph Shortcuts

End


GIMP (Linux)
Select Top/Bottom Layer
Layer

Home / End


Adobe Photoshop CC (Windows)
Scroll to to upper-left/ lower-right corner
Manage Views

Home / End


Adobe Photoshop CC (MacOS)
Scroll to to upper-left/ lower-right corner
Manage Views

Home / End


Microsoft Excel 2016 (Windows)
Move to the beginning/ end of a field
Manage Workbooks - Data Forms

Home / End


Microsoft Projects 2016 (Windows)
Move to the end of the entry.
Navigation Shortcuts

End


GIMP (MacOS)
Select Top/Bottom Layer
Layer Shortcuts

Home / End


Ace Projects (Windows)
Go to line end
Navigation Shortcuts

Alt + Right Arrow / End


GIMP (Windows)
Select Top/Bottom Layer
Layer Shortcuts

Home / End


Microsoft Projects 2016 (Windows)
Move to the end of a line.
Moving around cells/text

End


Autodesk Inventor 2017 (Windows)
Zoom selected
View

End


Adobe Acrobat Pro (MacOS)
Last page
Navigation - Navigating a PDF

End / Shift + Command + Page Down / Shift + Command + Down Arrow


AutoCad Architecture 2017 (Windows)
Moves the cursor to the end of the current line
Text Editing

End


Apple Photos (MacOS)
Move to the bottom of the photo library
Organize

End


Adobe Flash Professional (MacOS)
Go to Last Scene
Timeline

End


Zoho Writer (MacOS)
Go to End of line from the current cursor position
Navigation Shortcuts

End


Microsoft Projects 2016 (Windows)
Move to the end of the line.
Working with OfficeArt Objects

End


Zoho Writer (MacOS)
Move to the top of document
Navigation Shortcuts

Command + Home


Apple Pages (MacOS)
Move to the last filled cell to the right in the current row
Editing chart data

End


Autodesk 3ds Max 2017 (Windows)
Go to end frame
Key and Time controls

End


Microsoft Excel 2016 (Windows)
Move to the beginning/ end of a field
Excel Auto Tables and Data Forms - Data Forms

Home / End


Final Cut Pro (MacOS)
To end of media
Navigation

End


Microsoft Excel 2016 (Windows)
Jump to beginning/ end of cell
Edit Cell Content

Home / End


Microsoft Excel 2016 (Windows)
Select from the insertion point to beginning/ end of cell
Edit Cell Content

Shift + Home / End


Adobe Acrobat Pro (MacOS)
If in the body of the file list, move to the first or last row
PDF Portfolios

Home / End


Slack (Windows)
Scroll Down
Navigation Controls

End / PgDn


Microsoft Excel 2016 (Windows)
Select the first item/ last item in the AutoFilter list
Auto Filter

Home / End


Windows 10 File Explorer (Windows)
Go to first itme/ last item
Left Navigation Pane Shortctus

Home / End


Bash (Linux)
Go to End of Line
Navigation

Ctrl + E / End


Windows 10 File Explorer (Windows)
Go to first itme/ last item
Folder Content (Main Pane) - Navigate Files/ Folders

Home / End


Cloud9 (MacOS)
Goto Start/ End
Goto

Command + Home / End


Cloud9 (Windows)
Goto Start/End
Navigate

Ctrl + Home / End


Zimbra Collaboration Suite 8 (Windows)
Select Last Item
Lists

End


Daz 3D Bryce 7 (Windows)
Bottom of List
Advance Motion Lab

End


Daz 3D Bryce 7 (MacOS)
Bottom of List
Advance Motion Lab

End


jEdit (Windows)
Last Non-space Character
Moving the Caret

End


Adobe Bridge CC (MacOS)
Move to Last Item
35 Shortcuts for Adobe Bridge CC (MacOS)

End


Adobe Bridge CC (Windows)
Move to Last Item
35 Shortcuts for Adobe Bridge CC (Windows)

End


Opera (Windows)
Go to bottom
Navigation

End


Corel Ventura 10 (Windows)
Move Cursot ro Beginning/End of Line
Cursor Movement

Home / End


Opera (MacOS)
Go to bottom
Navigation

End


Pinnacle Studio Ultimate 20 (Windows)
Go to End
Navigation

R / End


ACDSee (Windows)
Display Last Selected Item
View Mode

End


Steinberg Cubase 9 (Windows)
End
Navigate

End


Steinberg Cubase 9 (MacOS)
End
Navigate

End


InCopy CC (Windows)
Go to beginning/end of line
Navigation Shortcuts

Home / End


InCopy CC (MacOS)
Go to beginning/end of line
Navigation Shortcuts

Home / End


InCopy CC (Windows)
Go to beginning/end of story
Navigation Shortcuts

Ctrl + Home / End


InCopy CC (MacOS)
Go to beginning/end of story
Navigation Shortcuts

Command + Home / End


InCopy CC (Windows)
Select to the start/end of the line
Navigation Shortcuts

Shift + Home / End


HTML-Kit (Windows)
Go to End of Line
87 Shortcuts for HTML-Kit (Windows)

End


InCopy CC (MacOS)
Select to the start/end of the line
Navigation Shortcuts

Shift + Home / End


InCopy CC (Windows)
Select to beginning/end of story
Navigation Shortcuts

Ctrl + Shift + Home / End


Corel Ventura 10 (Windows)
Select End Node of Curve
Node Editing

End


InCopy CC (MacOS)
Select to beginning/end of story
Navigation Shortcuts

Command + Shift + Home / End


Corel Draw X8 (Windows)
Cursor to end of line
Cursor Moves Using Text Tool

End


Edius (Windows)
Move to end
General

END


MAGIX Movie Edit Pro (Windows)
Playback marker to end
PlayBack Functions

End


Final Fantasy XV (Windows)
Return camera to saved position
Camera

End


InCopy CC (MacOS)
Move to first/last cell in row
Tables

Option + Home / End


InCopy CC (Windows)
Move to first/last cell in row
Tables

Alt + Home / End


Kingsoft Writer 2016 (Windows)
Go to End of Line
Navigation Shortcuts

End


InCopy CC (MacOS)
Select first/last XML node
Working with XML

Home / End


InCopy CC (MacOS)
Extend selection to first/last XML node
Working with XML

Shift + Home / End


InCopy CC (Windows)
Select first/last XML node
Working with XML

Home / End


InCopy CC (Windows)
Extend selection to first/last XML node
Working with XML

Shift + Home / End


Adobe Captivate 2017 (Windows)
Stop recording
Recording

End


Apple Motion (MacOS)
Go to the end of project
TimeLine Editing and Navigation

End


Informix Genero 2.5.0 (Windows)
End of line
Cursor Movement Shortcuts

End


IBM Director (Windows)
Scroll down in Frame
14 Shortcuts for IBM Director (Windows)

End


FxPro (Windows)
Go to Latest Trend Bar
Navigation and Scrolling

End


Garageband 10 (MacOS)
Move forward by visible width of the timeline
General Shortcuts

End


MediaMonkey (Windows)
Select Last Track
Standard Keyboard Shortcuts

End


MPS 2017 (Windows)
Move the caret to the end of line
Basic Editing

End


MetaTrader MT4 (Windows)
Move Chart to End Point
Navigation

End


Vuze (Windows)
Move selected torrent(s) to Top/Bottom of List
General Shortcuts

Ctrl + Home / End


Vuze (MacOS)
Move selected torrent(s) to Top/Bottom of List
General Shortcuts

Command + Home / End


VideoPad Video Editor (MacOS)
Move track up
Track

Command + Up


Jupyter Notebook (Windows)
select cell below
Command Mode (press Esc to enable)

Down / J


Aptana Studio 3 (MacOS)
Jump to Beginning of File
Navigation

Command + Home


Soundforge (Windows)
Go to the last sample visible in the waveform display (or end of selection)
Cursor Movements

End


Vegas Pro 14 (Windows)
Go to end of time selection or viewable area (if no time selection)
Cursor Placement,Loop Region and Time Selection

End


VideoPad Video Editor (Windows)
Go to end
Timeline

End


VideoPad Video Editor (MacOS)
Go to end
Timeline

End


Libreoffice Writer (Windows)
Go to end of line
General

End


Jupyter Notebook (Windows)
move cursor down or next cell
Edit Mode (press Enter to enable)

Down


Visual Studio Code (Windows)
Go to End of line
Editing Shortcuts

End


GOM Player (Windows)
Next Subtitle Sync
Subtitles

End


Editpad 7 (Windows)
Move the text cursor to the End of the line
Cursor navigation keys

End


Quickbooks Desktop (Windows)
Go to beginning / go to end of account list
Chart of Accounts

Home / End


Synfig (Windows)
Jump to end of timeline
73 Shortcuts for Synfig (Windows)

End


Quickbooks Desktop (Windows)
Beginning of current field
General Editing

Home / End


Vegas Pro 14 (Windows)
Jump to left/right edge of image
RedEye Reduction

Home / End


Bitcomet (Windows)
Move selection to the bottom of the list
Task lists

End


RStudio (Windows)
Move cursor to end of line
Console

End


RStudio (Windows)
Navigate command history
Console

Up / Down


iClone 7 (Windows)
Go to End frame
Timeline Shortcuts

End


CityEngine (Windows)
Select next pattern
48 Shortcuts for CityEngine (Windows)

End


CityEngine (MacOS)
Select next pattern
48 Shortcuts for CityEngine (MacOS)

End


Visual Studio Code (Windows)
Scroll to top/bottom
Integrated Terminal

Ctrl + Home/End


Spotify (MacOS)
Volume up
General

Command + Up


QCad (Linux)
Recall the last command inputs
Command lIne

Arrow Up/Down


QCad (Windows)
Recall the last command inputs
Command lIne

Arrow Up/Down


QCad (MacOS)
Recall the last command inputs
Command lIne

Arrow Up/Down


Netvibes (Windows)
Scroll in content and read next item
Feed reader shortcuts

Down


RStudio (Windows)
Move lines Up/Down
Source

Alt + Up/Down


RStudio (Windows)
Copy lines Up/Down
Source

Shift + Alt + Up/Down


Netvibes (Windows)
Previous item with smooth scroll in item
Reader view shortcuts

Down


Rhino (Windows)
Redo View
Default Shortcuts

End


WeVideo (Web Application)
goto inpoint of current clip
General (On Mac Ctrl equals Command)

down


Netvibes (Windows)
Navigate through the sections and feeds
Reader view shortcuts

Shift + up/down


RStudio (Windows)
Navigate candidates
Completions (Console and Source)

Up / Down


mpv
Next / previous chapter
Navigation

Page Up / Down


mpv
Seek 600 seconds
Navigation

Shift + Page Up / Down


Gigabyte Aorus motherboard
Open Q-Flash (BIOS flash utility)
POST screen shortcuts

End


RStudio (Windows)
Scroll diff view
Git / SVN

Ctrl + Up/Down


Kate (Linux)
Move the cursor to the end of the line
29 Shortcuts for Kate (Linux)

End


Geany (Linux)
Go to End of Line
Moving around in the document

End


Geany (Windows)
Go to End of Line
Moving around in the document

End


Kate (Windows)
Move the cursor to the end of the line
38 Shortcuts for Kate (Windows)

End


Vegas Pro 14 (Windows)
Change audio track volume or video track compositing level (when focus is on track list)
Multimedia Shortcuts

Ctrl + Volume Up/Down


Vegas Pro 14 (Windows)
Change audio track panning or video track fade-to-color setting (when focus is on track list)
Multimedia Shortcuts

Shift + Volume Up/Down