RStudio (Windows)

Completions (Console and Source)

Accept selected candidate

Enter / Tab / Right

All hotkeys for RStudio (Windows)

Console
Move cursor to console

Ctrl + 2

Console
Clean console

Ctrl + L

Console
Move cursor to beginning of line

Home

Console
Move cursor to end of line

End

Console
Navigate command history

Up / Down

Console
Popup command history

Ctrl + 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)

Ctrl + Shift + N

Source
New document (Chrome only)

Ctrl + Alt + Shift + N

Source
Open document

Ctrl + O

Source
Save active document

Ctrl + S

Source
Close active document (except on Chrome)

Ctrl + W

Source
Close active document (Chrome only)

Ctrl + Alt + W

Source
Close all open documents

Ctrl + Shift + W

Source
Preview HTML (markdown and HTML)

Ctrl + Shift + K

Source
Compile notebook/compile PDF (TeX and Sweave)

Ctrl + Shift + K

Source
Insert chunk (Sweave and Knitr)

Ctrl + Alt + I

Source
Insert code section

Ctrl + Shift + R

Source
Run current line/selection

Ctrl + Enter

Source
Run current line/selection (retain cursor position)

Alt + Enter

Source
Re-run previous region

Ctrl + Shift + P

Source
Run current document

Ctrl + Alt + R

Source
Run from document beginning to current line

Ctrl + Alt + B

Source
Run from current line to document end

Ctrl + Alt + E

Source
Run from current line to document end

Ctrl + Alt + F

Source
Run the current code section

Ctrl + Alt + T

Source
Run previous sweave/Rmd code

Ctrl + Alt + P

Source
Run the current Sweave/Rmd chunk

Ctrl + Alt + C

Source
Run the next Sweave/Rmd chunk

Ctrl + Alt + N

Source
Source a file

Ctrl + Shift + O

Source
Source the current document

Ctrl + Shift + S

Source
Source the current document (with echo)

Ctrl + Shift + Enter

Source
Fold selected

Alt + L

Source
Unfold selected

Shift + Alt + L

Source
Fold all

Alt + O

Source
Unfold all

Shift + Alt + O

Source
Go to line

Shift + Alt + G

Source
Jump to

Shift + Alt + 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

Ctrl + F9

Source
Navigate forward

Ctrl + F10

Source
Extract function from selection

Ctrl + Alt + X

Source
Extract variable from selection

Ctrl + Alt + V

Source
Reindent lines

Ctrl + I

Source
Comment/uncomment current line/selection

Ctrl + Shift + C

Source
Reflow comment

Ctrl + Shift + /

Source
Reformat selection

Ctrl + Shift + A

Source
Show diagnostics

Ctrl + Shift + Shift + P

Source
Move lines Up/Down

Alt + Up/Down

Source
Copy lines Up/Down

Shift + Alt + 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

Ctrl + Shift + Alt + E

Source
Add cursor above current cursor

Ctrl + Alt + Up

Source
Add cursor beow current cursor

Ctrl + Alt + Down

Source
Move active cursor up

Ctrl + Alt + Shift + Up

Source
Move Active Cursor Down

Ctrl + Alt + Shift + Down

Source
Find and replace

Ctrl + F

Source
Find next

F3

Source
Find previous

Shift + F3

Source
Use selection for find

Ctrl + F3

Source
Replace and find

Ctrl + Shift + J

Source
Find in files

Ctrl + Shift + F

Source
Check spelling

F7

Completions (Console and Source)
Attempt completion

Tab / Ctrl + 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

Ctrl + 1

Views
Move focus to Console

Ctrl + 2

Views
Move focus to Help

Ctrl + 3

Views
Show History

Ctrl + 4

Views
Show files

Ctrl + 5

Views
Show plots

Ctrl + 6

Views
Show packages

Ctrl + 7

Views
Show environment

Ctrl + 8

Views
Show git/svn

Ctrl + 9

Views
Show build

Ctrl + 0

Views
Sync editor & pdf preview

Ctrl + F8

Views
Reference

Alt + Shift + K

Build
Build and reload

Ctrl + Shift + B

Build
Load all (devtools)

Ctrl + Shift + L

Build
Test package (desktop)

Ctrl + Shift + T

Build
Test package (web)

Ctrl + Alt + F7

Build
Check package

Ctrl + Shift + E

Build
Document package

Ctrl + 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

Ctrl + Alt + F11

Plots
Next plot

Ctrl + Alt + F12

Git / SVN
Diff active source document

Ctrl + Alt + D

Git / SVN
Commit changes

Ctrl + Alt + 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)

Ctrl + Q

Session
Restart R Session

Ctrl + Shift + F10

Editing (Console and Source)
Undo

Ctrl + Z

Editing (Console and Source)
Redo

Ctrl + Shift + Z

Editing (Console and Source)
Cut

Ctrl + X

Editing (Console and Source)
Copy

Ctrl + C

Editing (Console and Source)
Paste

Ctrl + V

Editing (Console and Source)
Select all

Ctrl + A

Editing (Console and Source)
Jump to word

Ctrl + Left/Right

Editing (Console and Source)
Jump to start/end

Ctrl + Home/End / Ctrl + Up/Down

Editing (Console and Source)
Delete line

Ctrl + D

Editing (Console and Source)
Select

Shift + Arrow

Editing (Console and Source)
Select word

Ctrl + Shift + Left/Right

Editing (Console and Source)
Select to line start

Alt + Shift + Left

Editing (Console and Source)
Select to line end

Alt + Shift + RIght

Editing (Console and Source)
Select page up/down

Shift + Page Up / Shift + Page down

Editing (Console and Source)
Select page start/end

Ctrl + Shift + Home/End

Editing (Console and Source)
Delete word left

Ctrl + 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

Alt + -

Editing (Console and Source)
Insert pipe operator

Ctrl + 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++)

Ctrl + Alt + U

Similar combinations for other applications


Microsoft Outlook 2010 (Windows)
Cycle forward / backward between screen elements (Navigation Pane, Message List, Search, Reading Pane)
Messages in Main View - Main Window

Tab / Shift + Tab


Microsoft OneNote 2010 (Windows)
Increase indent by one level in right-to-left text.
Various Other OneNote Shortcuts - Special language settings

tab


Adobe Photoshop CS5 (MacOS)
Show/Hide all panels
Photoshop CS5 Panels - All Panels

Tab


Adobe Photoshop CS5 (Windows)
Show/Hide all panels
Photoshop CS5 Panels - All Panels

Tab


Civilization V (Windows)
End Turn
General Hotkeys

Enter


Microsoft Outlook 2010 (Windows)
Cycle forward / cycle backward between Screen Elements (e.g. Navigation Pane, Message List, Search, Reading Pane)
Messages in Main View - Message List and Single Messages

Tab / Shift + Tab


Microsoft Projects 2010 (Windows)
With active selection: move up / move down
Navigate Gantt Chart and Select Tasks

Enter / Shift + Enter


Google Chrome (Windows)
Edit the element
Manage Chrome DevTools - Elements Panel

Enter


Microsoft Projects 2010 (Windows)
With active selection: move to the right / move to the left
Navigate Gantt Chart and Select Tasks

Tab / Shift + Tab


Microsoft Excel 2010 (Windows)
Move active cell down / up in a selection.
Work with Data Selections - Manage Active Selections

Enter / Shift + Enter


Microsoft Excel 2010 (Windows)
Move active cell right / left in a selection.
Work with Data Selections - Manage Active Selections

Tab / Shift + Tab


Google Earth 5 (MacOS)
Rotate the view clockwise / counter-clockwise
3D Viewer - Keyboard with Mouse

Shift +click+drag left/right


Google Chrome (Windows)
Edit next / edit previous property
Manage Chrome DevTools - Styles Panel

Tab / Shift + Tab


Google Earth 5 (MacOS)
Point perspective to the right / to the left
3D Viewer - Keyboard with Mouse

Command +click+drag left/right


Firebug (Windows)
Jump to next / jump to previous field
CSS-Panel

Tab / Shift + Tab


Microsoft Windows 7 (Windows)
Switch focus forward/ backward between Address bar, Search Bar, Toolbar, Navigation Pane, and File List (Default is usually File List)
Managing 'Windows' in Windows 7 - Basics

Tab / Shift + Tab


Remember the Milk (Web Application)
Save input and move to next input field
Selection

tab


Firebug (Windows)
Finish editing
CSS-Panel

Enter


Firebug (Linux)
Jump to next / jump to previous field
CSS-Panel

Tab / Shift + Tab


Firebug (Linux)
Finish editing
CSS-Panel

Enter


Microsoft Windows 7 (Windows)
Open folder or start application
Managing 'Windows' in Windows 7 - Navigate File List and Navigation Pane

Enter


Microsoft Excel 2010 (Windows)
Complete a cell entry and move down in the selection. With multiple cells selected: fill cell range with current cell.
Work with Data Selections - Edit Inside Cells

Enter


Microsoft Outlook 2010 (Windows)
Open message
Messages in Main View - Message List and Single Messages

Enter


Microsoft Excel 2010 (Windows)
Complete a cell entry and move to the right / to the left in the selection.
Work with Data Selections - Edit Inside Cells

Tab / Shift + Tab


Adobe Photoshop CS4 (MacOS)
Cycle through controls on right from top (Extract, Liquify, and Pattern Maker)
Shortcut Keys for working with Extract, Liquify, and Pattern Maker

Tab


Microsoft Projects 2010 (Windows)
Accept an entry
Edit Fields

Enter


Thunderbird (Windows)
Switch focus between Folders Pane and Message List Pane
Navigate Messages

F6 / Tab / Shift + Tab


Firebug (MacOS)
Jump to next / jump to previous field
CSS-Panel

Tab / Shift + Tab


Microsoft Outlook 2010 (Windows)
Cycle between To, Cc, Subject, and Message Body
Messages in Main View - Manage Messages

Tab


Google Earth 5 (MacOS)
Zooms into selected item
Places Panel

Enter


Firebug (MacOS)
Finish editing
CSS-Panel

Enter


Thunderbird (Windows)
Open message (in new window or tab)
Navigate Messages

Ctrl + O / Enter


Thunderbird (Linux)
Switch focus between Folders Pane and Message List Pane
Navigate Messages

F6 / Tab / Shift + Tab


Thunderbird (MacOS)
Switch focus between Folders Pane and Message List Pane
Navigate Messages

F6 / Tab / Shift + Tab


Adobe Photoshop CS5 (MacOS)
Change brush size
Photoshop CS5 Panels - Brush Panel

Ctrl + Option +drag left / right


Adobe Photoshop CS5 (Windows)
Change brush size
Photoshop CS5 Panels - Brush Panel

Alt +right click+drag left / right


Thunderbird (Linux)
Open message (in new window or tab)
Navigate Messages

Ctrl + O / Enter


Thunderbird (MacOS)
Open message (in new window or tab)
Navigate Messages

Command + O / Enter


Microsoft OneNote 2010 (Windows)
Open a hyperlink. The cursor must be placed anywhere within the formatted hyperlink text.
Specific OneNote Shortcuts for Selecting, Editing, and Formatting

enter


Google Chrome (Windows)
Execute
Manage Chrome DevTools - Console Panel

Enter


Microsoft Projects 2010 (Windows)
Select the next item / previous item
Navigate Projects Help

Tab / Shift + Tab


Eclipse Helios (Windows)
Increase / decrease indent of selected text
Indentions and Comments

Tab / Shift + Tab


Microsoft Projects 2010 (Windows)
Perform the action for the selected item
Navigate Projects Help

Enter


Microsoft Outlook 2010 (Windows)
Select next/ select previous appointment in Calendar View
Messages in Main View - Create and Manage Appointments

Tab / Shift + Tab


Google Mail (Windows)
Increase / Decrease Indent
Tasks in Gmail

Tab / Shift + Tab


Access 2010 (Windows)
Toggle the focus forward between controls in the wizard
Manage Access Features - Wizards

Tab


Google Chrome (Linux)
Edit the element
Manage Chrome DevTools - Elements Panel

Enter


Firefox (Linux)
Jump to next / jump to previous link
Inside Webpages

Tab / Shift + Tab


Firefox (Linux)
Open selected link in current tab
Inside Webpages

Enter


Firefox (Windows)
Jump to next / jump to previous link
Inside Webpages

Tab / Shift + Tab


Microsoft Outlook 2010 (Windows)
Jump to next / previous input field
Messages in Main View - Create and Manage Appointments

Tab / Shift + Tab


Firefox (Windows)
Open selected link in current tab
Inside Webpages

Enter


Google Mail (Windows)
Jump forward / jump backwards between input fields
Control Main Browser Window (General Browser Shortcuts)

Tab / Shift + Tab


Firefox (MacOS)
Move Focus to Next Actionable Item
Navigation Controls

Tab


Google Chrome (Linux)
Edit next / edit previous property
Manage Chrome DevTools - Styles Panel

Tab / Shift + Tab


Microsoft OneNote 2010 (Windows)
Create a table by adding a second column to already typed text.Create another column in a table with a single row.
Creating and Manipulating OneNote Tables

tab


Microsoft OneNote 2010 (Windows)
Create another row when at the end cell of a table. Press ENTER a second time to finish the table.
Creating and Manipulating OneNote Tables

enter


Access 2010 (Windows)
Move to the next / switch to previous option or option group
Manage Access Features - Dialog Boxes

Tab / Shift + Tab


Microsoft Outlook 2010 (Windows)
Select next/ select previous appointment
Messages in Main View - Navigate Calendar

Tab / Shift + Tab


Access 2010 (Windows)
Perform the action assigned to the default button in the dialog box
Manage Access Features - Dialog Boxes

Enter


Microsoft OneNote 2010 (Windows)
Create a row above the current one in a table (when the cursor is at the beginning of any row).
Creating and Manipulating OneNote Tables

enter


Access 2010 (Windows)
Add the selected field to the form or report detail section
Manage Access Features - Field List Pane

Enter


Microsoft Outlook 2010 (Windows)
Cycle forward / backward between screen elements (Navigation Pane, Message List, Search, Reading Pane)
Messages in Compose View - Main Window

Tab / Shift + Tab


Access 2010 (Windows)
Move to the lower Field List pane from the upper pane
Manage Access Features - Field List Pane

Tab


Microsoft Windows 7 (Windows)
Switch focus forward/ backward between Address bar, Search Bar, Toolbar, Navigation Pane, and File List (Default is usually File List)
Windows Explorer - Basics

Tab / Shift + Tab


Access 2010 (Windows)
Select next field / select previous field
Manage Access Features - Select and move Fields or Columns

Tab / Shift + Tab


SharpDevelop 4.0 (Windows)
Increase / decrease indent
Coding Shortcuts

Tab / Shift + Tab


Microsoft OneNote 2010 (Windows)
Increase / decrease indent by one level.
Working with Outlines

tab / shift + tab


Microsoft Windows 7 (Windows)
Open folder or start application
Windows Explorer - Navigate File List and Navigation Pane

Enter


Google Chrome (Windows)
Jump to next / previous link
Browse within Webpages

Tab / Shift + Tab with focus on webpage


Microsoft Outlook 2010 (Windows)
Cycle forward / cycle backward between Screen Elements (e.g. Navigation Pane, Message List, Search, Reading Pane)
Messages in Compose View - Message List and Single Messages

Tab / Shift + Tab


Google Chrome (Linux)
Execute
Manage Chrome DevTools - Console Panel

Enter


Notepad++ 5 (Windows)
Increase line indent
Edit - Indent

Tab


Microsoft Excel 2010 (Windows)
Move to the next / previous option.
Work with Data Selections - Dialog Boxes

Tab / Shift + Tab


Firefox (Linux)
Jump to next or previous form element
Forms

Tab / Shift + Tab


Microsoft Excel 2010 (Windows)
Perform the action assigned to the default command button in the dialog box.
Work with Data Selections - Dialog Boxes

Enter


Google Chrome (Windows)
Find next / find previous match
Search

Enter / Shift + Enter with text found on webpage


Firefox (Windows)
Jump to next or previous form element
Forms

Tab / Shift + Tab


Microsoft Excel 2010 (Windows)
Filter the list by using the selected item in the AutoFilter list.
Work with Data Selections - Auto Filter

Enter


Microsoft Outlook 2010 (Windows)
Open message
Messages in Compose View - Message List and Single Messages

Enter


Microsoft OneNote 2010 (Windows)
While searching all notebooks, go to the selected result and dismiss Search.
Searching Notes

enter


Microsoft Outlook 2010 (Windows)
Cycle between To, Cc, Subject, and Message Body
Messages in Compose View - Manage Messages

Tab


Microstation v8i (Windows)
Smart LockIn Rectangular coordinates,
Microstation AccuDraw/ AccuSnap Shortcuts - Drawing Plane

Enter


Adobe Photoshop CS5 (MacOS)
Cycle through controls on right from top
Photoshop CS5 Panels - Extract and Pattern Maker

Tab


Microsoft Word 2007 (Windows)
Select the next cell's contents.
Edit and move text and graphics: Select text and graphics in a table

Tab


Notepad++ 5 (Windows)
Increase line indent
Search - Indent

Tab


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

Tab / Shift + Tab


Adobe Photoshop CS5 (Windows)
Cycle through controls on right from top
Photoshop CS5 Panels - Extract and Pattern Maker

Tab


Phoenix Viewer (Windows)
Chat
World

Enter


Mindjet Mindmanager 2012 (Windows)
Add topic (sibling, next, same level)
Most used - Same level

Enter


Microsoft Excel 2010 (Windows)
Move active cell down / up in a selection.
Insert and Edit Data - Manage Active Selections

Enter / Shift + Enter


Microsoft Excel 2010 (Windows)
Move active cell right / left in a selection.
Insert and Edit Data - Manage Active Selections

Tab / Shift + Tab


Microsoft Word 2007 (Windows)
One cell to the right (in a table)
Edit and move text and graphics: Move through your document

Tab


Google Chrome (Linux)
Jump to next / previous link
Browse within Webpages

Tab / Shift + Tab with focus on webpage


Access 2010 (Windows)
Move from a table's title bar to the last cell you edited
Manage Access Features - Database Diagram

Enter


Access 2010 (Windows)
Move from table title bar to table title bar, or from cell to cell inside a table
Manage Access Features - Database Diagram

Tab


Access 2010 (Windows)
Move forward / backwards among tables, views, functions, or join line.
Manage Access Features - Query Designer

Tab / Shift + Tab


Microsoft Outlook 2010 (Windows)
Select next/ select previous appointment in Calendar View
Messages in Compose View - Create and Manage Appointments

Tab / Shift + Tab


Microsoft Excel 2010 (Windows)
Complete a cell entry and move down in the selection. With multiple cells selected: fill cell range with current cell.
Insert and Edit Data - Edit Inside Cells

Enter


Tekla Structures 14.0 (Windows)
Repeat the last command
General shortcuts

Enter


Access 2010 (Windows)
Move to the right / to the left
Manage Access Features - Pivot Table

Tab / Shift + Tab


Microsoft Excel 2010 (Windows)
Complete a cell entry and move to the right / to the left in the selection.
Insert and Edit Data - Edit Inside Cells

Tab / Shift + Tab


Access 2010 (Windows)
Move down / move up
Manage Access Features - Pivot Table

Enter / Shift + Enter


Microsoft Outlook 2010 (Windows)
Jump to next / previous input field
Messages in Compose View - Create and Manage Appointments

Tab / Shift + Tab


Mindjet Mindmanager 2012 (Windows)
Next/previous open map (Tab: Win default to cycle open documents within a program.)
Most used - Move topics

Ctrl + Tab / Ctrl + Shift + Tab / Alt + arrow left/right


Microsoft Word 2007 (Windows)
To the next cell in a row
Edit and move text and graphics: Move around in a table

Tab


Microsoft Windows 7 (Windows)
Switch focus forward/ backward between Address bar, Search Bar, Toolbar, Navigation Pane, and File List (Default is usually File List)
Windows Admin - Basics

Tab / Shift + Tab


Adobe Photoshop CS5 (MacOS)
Show/Hide all panels
Extract and Pattern Maker (plug-in) - All Panels

Tab


Microsoft Windows 7 (Windows)
Open folder or start application
Windows Admin - Navigate File List and Navigation Pane

Enter


Microsoft Word 2007 (Windows)
New paragraphs in a cell
Edit and move text and graphics: Insert paragraphs and tab characters in a table

Enter


Microsoft Outlook 2010 (Windows)
Select next/ select previous appointment
Messages in Compose View - Navigate Calendar

Tab / Shift + Tab


Mindjet Mindmanager 2012 (Windows)
Add topic (sibling, next, same level)
Reorganizing - Same level

Enter


Google Chrome (Linux)
Find next / find previous match
Search

Enter / Shift + Enter with text found on webpage


Google Docs (MacOS)
Increase paragraph indentation
Edit Documents

Tab


Google Docs (Windows)
Increase paragraph indentation
Edit Documents

Tab


Adobe Photoshop CS5 (Windows)
Show/Hide all panels
Extract and Pattern Maker (plug-in) - All Panels

Tab


Microsoft Excel 2011 (MacOS)
Move between unlocked cells on a protected sheet
Moving and scrolling in a sheet or workbook

Tab


Tekla Structures 14.0 (Windows)
Next position / Previous position
General shortcuts

Tab / Shift + Tab


Microsoft Outlook 2010 (Windows)
Cycle forward / backward between screen elements (Navigation Pane, Message List, Search, Reading Pane)
Calendar Shortcuts - Main Window

Tab / Shift + Tab


Microsoft Excel 2011 (MacOS)
Complete a cell entry and move to the right in the selection
Entering data on a sheet

Tab


Mindjet Mindmanager 2012 (Windows)
Next/previous open map (Tab: Win default to cycle open documents within a program.)
Reorganizing - Move topics

Ctrl + Tab / Ctrl + Shift + Tab / Alt + arrow left/right


Total Commander 8 (Windows)
Switch between left and right file list
Main Shortcuts

Tab


Total Commander 8 (Windows)
Change directory / run program / run associated program / execute command line if not empty. If the source directory shows the contents of an archive, further information on the packed file is given.
Main Shortcuts

Enter


Microsoft Outlook 2010 (Windows)
Cycle forward / cycle backward between Screen Elements (e.g. Navigation Pane, Message List, Search, Reading Pane)
Calendar Shortcuts - Message List and Single Messages

Tab / Shift + Tab


Mindjet Mindmanager 2012 (Windows)
previous or next (often same as arrows)
Moving the blue box

Tab / Shift + Tab


Adobe Photoshop CS5 (MacOS)
Change brush size
Extract and Pattern Maker (plug-in) - Brush Panel

Ctrl + Option +drag left / right


Access 2010 (Windows)
Restore the selected minimized window when all windows are minimized
Manage Access Features - Manage Windows

Enter


Adobe Photoshop CS5 (Windows)
Change brush size
Extract and Pattern Maker (plug-in) - Brush Panel

Alt +right click+drag left / right


Microsoft Windows 8 (Windows)
Switch focus forward/ backward between Address bar, Search Bar, Toolbar, Navigation Pane, and File List (Default is usually File List)
Windows Explorer - Basics

Tab / Shift + Tab


Access 2010 (Windows)
Go to next / go to previous text or hyperlink
Manage Access Features - Help Window

Tab / Shift + Tab


Open Office Impress (Linux)
Select objects in the order in which they were created.
Select and Move Elements

Tab


Access 2010 (Windows)
Perform action for currently selected item
Manage Access Features - Help Window

Enter


Open Office Impress (Linux)
Activate a placeholder object in a new presentation (only if the frame is selected).
Select and Move Elements

Enter


Microsoft Outlook 2010 (Windows)
Open message
Calendar Shortcuts - Message List and Single Messages

Enter


Opera (Linux)
Cycle forwards focus within active context
Focus

Tab


Microsoft Windows 8 (Windows)
Open folder or start application
Windows Explorer - Navigate File List and Navigation Pane

Enter


Opera (Linux)
Activate
Focus

Enter


Microsoft Outlook 2010 (Windows)
Cycle between To, Cc, Subject, and Message Body
Calendar Shortcuts - Manage Messages

Tab


Adobe Photoshop CS4 (MacOS)
Apply/cancel an operation of the Magnetic Lasso
Shortcut Keys for selecting and moving objects

Enter / Esc / Command + . (period)


Microsoft Windows 7 (Windows)
Switch focus forward/ backward between Address bar, Search Bar, Toolbar, Navigation Pane, and File List (Default is usually File List)
Ease of Access and Magnifier - Basics

Tab / Shift + Tab


Microsoft Excel 2010 (Windows)
Move to the next / previous option.
Insert and Edit Data - Dialog Boxes

Tab / Shift + Tab


Photoshop Lightroom 4 (Windows)
Show/hide side panels
Working with Panels

Tab


Microsoft Windows 7 (Windows)
Open folder or start application
Ease of Access and Magnifier - Navigate File List and Navigation Pane

Enter


Access 2010 (Windows)
Toggle the focus forward between controls in the wizard
Working with Text and Data - Wizards

Tab


Microsoft Excel 2010 (Windows)
Perform the action assigned to the default command button in the dialog box.
Insert and Edit Data - Dialog Boxes

Enter


Photoshop Lightroom 4 (MacOS)
Show/hide side panels
Working with Panels

Tab


Microsoft Excel 2010 (Windows)
Filter the list by using the selected item in the AutoFilter list.
Insert and Edit Data - Auto Filter

Enter


Access 2010 (Windows)
Move to the next / switch to previous option or option group
Working with Text and Data - Dialog Boxes

Tab / Shift + Tab


InDesign CS5 (MacOS)
Move to next/previous cell
Working with Tables

Tab / Shift + Tab


Access 2010 (Windows)
Perform the action assigned to the default button in the dialog box
Working with Text and Data - Dialog Boxes

Enter


Microsoft Outlook 2010 (Windows)
Select next/ select previous appointment in Calendar View
Calendar Shortcuts - Create and Manage Appointments

Tab / Shift + Tab


Adobe Photoshop CS4 (MacOS)
Apply
Shortcut Keys for transforming selections, selection borders, and paths

Enter


Microsoft Outlook 2010 (Windows)
Jump to next / previous input field
Calendar Shortcuts - Create and Manage Appointments

Tab / Shift + Tab


Evernote (Windows)
Places focus in the note editor of the selected note.
Note List

Enter


Access 2010 (Windows)
Add the selected field to the form or report detail section
Working with Text and Data - Field List Pane

Enter


Microsoft Excel 2011 (MacOS)
Move from left to right within the selection, or move down one cell if only one column is selected
Working with a selection

Tab


Microsoft Excel 2010 (Windows)
Move active cell down / up in a selection.
Format Data - Manage Active Selections

Enter / Shift + Enter


Access 2010 (Windows)
Move to the lower Field List pane from the upper pane
Working with Text and Data - Field List Pane

Tab


Microsoft Excel 2010 (Windows)
Move active cell right / left in a selection.
Format Data - Manage Active Selections

Tab / Shift + Tab


Access 2010 (Windows)
Select next field / select previous field
Working with Text and Data - Select and move Fields or Columns

Tab / Shift + Tab


Microsoft Outlook 2010 (Windows)
Select next/ select previous appointment
Calendar Shortcuts - Navigate Calendar

Tab / Shift + Tab


Opera (Linux)
Follow selected link
Link

Enter


Opera (Linux)
Go to next element in form
Form

Tab


Microsoft Excel 2010 (Windows)
Complete a cell entry and move down in the selection. With multiple cells selected: fill cell range with current cell.
Format Data - Edit Inside Cells

Enter


Microsoft Excel 2010 (Windows)
Complete a cell entry and move to the right / to the left in the selection.
Format Data - Edit Inside Cells

Tab / Shift + Tab


Opera (Linux)
Open bookmark
Bookmarks

Enter


Microsoft PowerPoint 2010 (Windows)
Go to the first or next hyperlink on a slide.
Show PowerPoint Presentation with Shortcuts

Tab


Microsoft Excel 2011 (MacOS)
Move to the next field / previous field that you can edit in the record
Data forms

Tab / Shift + Tab


Photoshop Lightroom 4 (Windows)
Switch to Loupe view
Comparing photos in the Library module

E / Enter


Jaws 11.0 (Windows)
Next Link (Shift + Tab for previous
Navigation in HTML (Internet browsing)

Tab


Adobe Photoshop CS5 (MacOS)
Cycle through controls on right from top
Extract and Pattern Maker (plug-in) - Extract and Pattern Maker

Tab


Adobe Photoshop CS4 (MacOS)
Show/Hide all panels
Shortcut Keys for using panels

Tab


Microsoft Windows 7 (Windows)
Launch active icon
Navigating Desktop

Enter


Microsoft Windows 8 (Windows)
Launch active object
Navigating Desktop

Enter


Microsoft Excel 2011 (MacOS)
When a toolbar is active, select the next button or menu on the toolbar
Toolbars

Tab


Microsoft PowerPoint 2010 (Windows)
Select an object (with an object selected).
Work with Text and Objects

Tab / Shift + tab until the object you want is selected


Microsoft PowerPoint 2010 (Windows)
Select text within an object (with an object selected).
Work with Text and Objects

Enter


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

Tab / Shift + Tab


Photoshop Lightroom 4 (MacOS)
Switch to Loupe view
Comparing photos in the Library module

E / Enter


Adobe Photoshop CS5 (Windows)
Cycle through controls on right from top
Extract and Pattern Maker (plug-in) - Extract and Pattern Maker

Tab


Microsoft Windows 7 (Windows)
Move forward / move backwards through options
Dialog Boxes

Tab / Shift + Tab


Microsoft Windows 7 (Windows)
Replaces clicking the mouse for many selected commands
Dialog Boxes

Enter


Microsoft Windows 7 (Windows)
Move between links
Windows Help

Tab


Access 2010 (Windows)
Move from a table's title bar to the last cell you edited
Working with Text and Data - Database Diagram

Enter


Access 2010 (Windows)
Move from table title bar to table title bar, or from cell to cell inside a table
Working with Text and Data - Database Diagram

Tab


Microsoft Excel 2011 (MacOS)
Move to the next text box
Dialog boxes

Tab


Access 2010 (Windows)
Move forward / backwards among tables, views, functions, or join line.
Working with Text and Data - Query Designer

Tab / Shift + Tab


Access 2010 (Windows)
Move to the right / to the left
Working with Text and Data - Pivot Table

Tab / Shift + Tab


Access 2010 (Windows)
Move down / move up
Working with Text and Data - Pivot Table

Enter / Shift + Enter


Microsoft PowerPoint 2010 (Windows)
Move to the next cell in table.
Basic Text Navigation and Formatting

Tab


InDesign CS5 (MacOS)
Apply value and select next value
Panels

Tab


Microsoft PowerPoint 2010 (Windows)
Start a new paragraph in table.
Basic Text Navigation and Formatting

Enter


InDesign CS5 (MacOS)
Show/Hide all panels, Toolbox, and Control panel (with no insertion point)
Panels

Tab


Microsoft Outlook 2010 (Windows)
Move to next / move to previous field
Business Card View

Tab / Shift + Tab


Microsoft Outlook 2010 (Windows)
Move to next field, or add line to multiline field
Business Card View

Enter


Microsoft Excel 2010 (Windows)
Move to the next / previous option.
Format Data - Dialog Boxes

Tab / Shift + Tab


Microsoft Excel 2010 (Windows)
Perform the action assigned to the default command button in the dialog box.
Format Data - Dialog Boxes

Enter


Microsoft Excel 2010 (Windows)
Filter the list by using the selected item in the AutoFilter list.
Format Data - Auto Filter

Enter


Avid Media Composer 7 (MacOS)
Moves from one active slider to next (In Effect Editor)
Effect Mode

Tab


Avid Media Composer 7 (Windows)
Moves from one active slider to next (In Effect Editor)
Effect Mode

Tab


iTunes (Windows)
Play the currently selected song immediately
Playback shortcuts

Enter


FreeMind 0.9.0 (Windows)
Move right
Node navigation commands

Right


Adobe Illustrator CS5 (MacOS)
Show/Hide all panels
Panel Shortcuts

Tab


iTunes (MacOS)
Play the currently selected song from the beginning
Playback shortcuts

Enter


IntelliJ (Linux)
Indent/unindent selected lines
Editing

Tab / Shift + Tab


FreeMind 0.9.0 (Windows)
Add sibling node
New node commands

Enter


Microsoft PowerPoint 2010 (Windows)
Move between options or areas in the dialog box.
Manage Open and Save As dialog boxes

Tab


IntelliJ (Windows)
Indent/unindent selected lines
Editing

Tab / Shift + Tab


Microsoft PowerPoint 2010 (Windows)
Open the selected menu, or perform the action assigned to the selected button.
PowerPoint Taks Panes

Space / Enter


Microsoft Excel 2010 (Windows)
Move active cell down / up in a selection.
Formulas and Names - Manage Active Selections

Enter / Shift + Enter


Microsoft Excel 2010 (Windows)
Move active cell right / left in a selection.
Formulas and Names - Manage Active Selections

Tab / Shift + Tab


Access 2010 (Windows)
Restore the selected minimized window when all windows are minimized
Working with Text and Data - Manage Windows

Enter


HoneyView 5.03 (Windows)
Select Image
Main Shortcuts

Enter


Microsoft PowerPoint 2010 (Windows)
Move to the next cell.
Move around in Tables

Tab


HoneyView 5.03 (Windows)
select image
Main Shortcuts

Enter


Microsoft PowerPoint 2010 (Windows)
Start a new paragraph.
Move around in Tables

Enter


Access 2010 (Windows)
Go to next / go to previous text or hyperlink
Working with Text and Data - Help Window

Tab / Shift + Tab


Access 2010 (Windows)
Perform action for currently selected item
Working with Text and Data - Help Window

Enter


Microsoft Excel 2010 (Windows)
Complete a cell entry and move down in the selection. With multiple cells selected: fill cell range with current cell.
Formulas and Names - Edit Inside Cells

Enter


Microsoft PowerPoint 2010 (Windows)
Perform the action for the selected item on a smart tag menu.
Manage Smart Tags

Enter


Adobe Photoshop CS5 (MacOS)
Cycle through controls on right from top
Liquify

Tab


Microsoft Excel 2010 (Windows)
Complete a cell entry and move to the right / to the left in the selection.
Formulas and Names - Edit Inside Cells

Tab / Shift + Tab


iTunes (Windows)
Select the next control
With full keyboard navigation enabled

Tab


iTunes (Windows)
Click the currently selected control
With full keyboard navigation enabled

Enter


Access 2010 (Windows)
Toggle the focus forward between controls in the wizard
Working with Access Views - Wizards

Tab


HoneyView 5.03 (Windows)
File/EXIF Info
Change Image View

Tab


Microsoft PowerPoint 2010 (Windows)
Move to the next option or option group.
Work with Dialog Boxes

Tab


Photoshop Lightroom 4 (Windows)
Play slide show
Slideshow module

Enter


Microsoft PowerPoint 2010 (Windows)
Perform the action assigned to a default button in a dialog box.
Work with Dialog Boxes

Enter


Adobe Photoshop CS5 (Windows)
Cycle through controls on right from top
Liquify

Tab


Access 2010 (Windows)
Move to the next / switch to previous option or option group
Working with Access Views - Dialog Boxes

Tab / Shift + Tab


Access 2010 (Windows)
Perform the action assigned to the default button in the dialog box
Working with Access Views - Dialog Boxes

Enter


Microsoft Excel 2013 (Windows)
Move one cell to the right / to the left in a worksheet
Navigate Worksheets

Tab / Shift + Tab


Microsoft PowerPoint 2010 (Windows)
Select a focused item.
Work with the Selection pane.

Space / Enter


Access 2010 (Windows)
Add the selected field to the form or report detail section
Working with Access Views - Field List Pane

Enter


Gwenview (Linux)
When multiple images are displayed in View Mode, this switched to the image to the right of the currently selected image.
30 Shortcuts for Gwenview (Linux)

Tab


Access 2010 (Windows)
Move to the lower Field List pane from the upper pane
Working with Access Views - Field List Pane

Tab


Photoshop Lightroom 4 (MacOS)
Play slide show
Slideshow module

Enter


Access 2010 (Windows)
Select next field / select previous field
Working with Access Views - Select and move Fields or Columns

Tab / Shift + Tab


Microsoft PowerPoint 2010 (Windows)
Switch the keyboard focus within the Selection pane between tree view and the Show All and Hide All buttons.
Work with the Selection pane.

Tab / Shift + Tab


Audacity 2 (Windows)
Move cursor to selection end
Edit Menu

Right


Audacity 2 (Windows)
Move to and open next label
Edit Menu

Tab


Virtual DJ (Windows)
Select on active deck
All Shortcuts

Tab


FileMaker Pro (MacOS)
Select an object on the layout
Layout Mode Shortcuts - Select and Modify Objects

Tab / Shift + Tab repeatedly until the desired object is selected.


FileMaker Pro (Windows)
Select an object
Layout Mode Shortcuts - Select and Modify Objects

Tab / Shift + Tab repeatedly until the desired object is selected


Audacity 2 (Windows)
Cursor right
Edit Menu

Right


Microsoft Excel 2013 (Windows)
Move active cell right / left in a selection
Navigate Inside Selected Text Blocks

Tab / Shift + Tab


FL Studio (Windows)
Cycle nested windows
Window Navigation

Tab


Microsoft Excel 2013 (Windows)
Move active cell down / up in a selection
Navigate Inside Selected Text Blocks

Enter / Shift + Enter


FL Studio (Windows)
Toggle max/min Playlist
Window Navigation

Enter


Presonus Studio One (Windows)
Start
Transport Menu

Enter


Microsoft Excel 2013 (Windows)
Complete a cell entry and move down in the selection With multiple cells selected: fill cell range with current cell
Edit Content of Cells

Enter


Microsoft Excel 2013 (Windows)
Complete a cell entry and move to the right / to the left in the selection
Edit Content of Cells

Tab / Shift + Tab


Adobe Illustrator CS5 (Windows)
Show/Hide all panels
Panel Shortcuts

Tab


Microsoft Excel 2010 (Windows)
Move to the next / previous option.
Formulas and Names - Dialog Boxes

Tab / Shift + Tab


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

Tab / Shift + Tab


Microsoft Excel 2010 (Windows)
Perform the action assigned to the default command button in the dialog box.
Formulas and Names - Dialog Boxes

Enter


FileMaker Pro (MacOS)
Toggle the current tool with the Selection tool.
Layout Mode Shortcuts - Layout Tools

Enter / Shift + Enter on numeric keypad.


Presonus Studio One (Windows)
Focus next
Navigation

Tab


Microsoft Excel 2010 (Windows)
Filter the list by using the selected item in the AutoFilter list.
Formulas and Names - Auto Filter

Enter


Audacity 2 (Windows)
Short Seek right during Playback
Transport Menu

Right / .


Access 2010 (Windows)
Move from a table's title bar to the last cell you edited
Working with Access Views - Database Diagram

Enter


Access 2010 (Windows)
Move from table title bar to table title bar, or from cell to cell inside a table
Working with Access Views - Database Diagram

Tab


Adobe Flash Professional (Windows)
Play
Timeline

Enter


Adobe Photoshop CS5 (MacOS)
Apply/cancel an operation of the Magnetic Lasso
Select and Move Objects

Enter / Esc / Command + . (period)


Adobe Acrobat Pro (Windows)
Navigate to the next panel and panel control within an open Task pane
Navigation - Navigating task panes

Tab


Access 2010 (Windows)
Move forward / backwards among tables, views, functions, or join line.
Working with Access Views - Query Designer

Tab / Shift + Tab


Microsoft Word 2013 (Windows)
Insert paragraph break
Insert Special Characters, Text Elements, and Breaks

Enter


Adobe Acrobat Pro (Windows)
Expand or collapse panel in focus (press F6 to move focus to Tools pane, then tab to desired panel)
Navigation - Navigating task panes

Space / Enter


Access 2010 (Windows)
Move to the right / to the left
Working with Access Views - Pivot Table

Tab / Shift + Tab


Adobe Acrobat Pro (Windows)
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

Space / Enter


Access 2010 (Windows)
Move down / move up
Working with Access Views - Pivot Table

Enter / Shift + Enter


Microsoft Excel 2010 (Windows)
Move active cell down / up in a selection.
The Rest - Manage Active Selections

Enter / Shift + Enter


Microsoft Excel 2010 (Windows)
Move active cell right / left in a selection.
The Rest - Manage Active Selections

Tab / Shift + Tab


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

Space / Enter


Adobe Acrobat Pro (Windows)
Navigate to the next item in the active panel in the Create New Action, Edit Action, Create Custom Tool, or the Edit Custom Tool dialog boxes
Navigation - Navigating task panes

Tab


Twitter (Web Application)
Open Tweet details
Actions

Enter


Adobe Photoshop CS5 (MacOS)
Apply
Transform Selections, Selection Borders, and Paths

Enter


Adobe Acrobat Pro (Windows)
Move among the elements of the active navigation panel
Navigation - Navigation panels

Tab


Microsoft Excel 2010 (Windows)
Complete a cell entry and move down in the selection. With multiple cells selected: fill cell range with current cell.
The Rest - Edit Inside Cells

Enter


Adobe Acrobat Pro (Windows)
Move focus to the next link within a pane
Navigation - Navigating the Help window

Tab


Adobe Acrobat Pro (Windows)
Activate highlighted link
Navigation - Navigating the Help window

Enter


Adobe Photoshop CS5 (Windows)
Apply/cancel an operation of the Magnetic Lasso
Select and Move Objects

Enter / Esc / Ctrl + . (period)


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

shift + up / down / left / right


Autodesk Maya 2015 (Windows)
Complete current tool
General Tools

Enter


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

ctrl + up / down / left / right


Microsoft Excel 2010 (Windows)
Complete a cell entry and move to the right / to the left in the selection.
The Rest - Edit Inside Cells

Tab / Shift + Tab


Feedly (Web Application)
Open selected article
Selected Article Actions

enter


Adobe Photoshop CS5 (Windows)
Apply
Transform Selections, Selection Borders, and Paths

Enter


Adobe Acrobat Pro (Windows)
Move focus to next comment or form field
Comments

Tab


Adobe Acrobat Pro (Windows)
Open pop-up note (or text field in Comments List) for comment that has focus
Comments

Enter


FileMaker Pro (MacOS)
Switch between the relationships graph and the zoom controls
Layout Mode Shortcuts - Select and Arrange Table and Relationship

Tab


Adobe Acrobat Pro (Windows)
Navigate through the other controls in the top bar - Home, Tools, Document
Navigation

Arrow Right / Arrow Left / Tab / Shift + Tab


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

Enter / Space


Microsoft Word 2013 (Windows)
In Navigation Pane: Move through Navigation Pane options
Ribbons and Navigation Pane

Tab / Shift + Tab


Adobe Acrobat Pro (Windows)
Move focus to next comment, link, or form field in the document pane
Navigation

Tab


Microsoft Word 2013 (Windows)
Jump to (and select) next / previous table cell
Tables

Tab / Shift + Tab


Adobe Acrobat Pro (Windows)
Activate selected tool, item (such as a movie clip or bookmark), or command
Navigation

Space / Enter


Access 2010 (Windows)
Restore the selected minimized window when all windows are minimized
Working with Access Views - Manage Windows

Enter


Microsoft Excel 2013 (Windows)
Activate the selected command or control in the Ribbon, Open the selected menu or gallery in the Ribbon
Ribbon Shortcuts

Space / Enter


Windows 10 Command Prompt (Windows)
Autocomplete Folder or File Name
Enter and Manipulate Text

Tab


Adobe Acrobat Pro (Windows)
Move forward or backward among the current column header selected for sorting, the current row with focus, and the Go Back button if in a folder
PDF Portfolios

Tab / Shift + Tab


Microsoft Word 2013 (Windows)
Promote / Demote a paragraph (or Alt+Shift+Arrow Left/Arrow Right)
Outline View

Tab / Shift + Tab


FileMaker Pro (Windows)
Move the selection from the relationships graph to the command buttons and proceed from left to right
Layout Mode Shortcuts - Relationships Graph

Tab


Microsoft Excel 2013 (Windows)
Finish modifying a value in a control in the Ribbon, and move focus back to the document
Ribbon Shortcuts

Enter


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

Enter / Space


Adobe Acrobat Pro (Windows)
If pressed when focus is on a row in the file list representing a subfolder, navigate to a subfolder, or open an attachment in Preview mode.
PDF Portfolios

Enter


Access 2010 (Windows)
Go to next / go to previous text or hyperlink
Working with Access Views - Help Window

Tab / Shift + Tab


Access 2010 (Windows)
Perform action for currently selected item
Working with Access Views - Help Window

Enter


FileMaker Pro (MacOS)
Select an object on the layout
Text Shortcuts - Select and Modify Objects

Tab / Shift + Tab repeatedly until the desired object is selected.


FileMaker Pro (Windows)
Issue a command in a selected button’s menu
Layout Mode Shortcuts - Relationships Graph

Enter / Space to display the menu, Up Arrow or Down Arrow to make a selection in the menu, then Enter to issue the command


Atom (text editor) 1.0 (Linux)
Open selected item
Tree View

Enter


Microsoft Excel 2013 (Windows)
Display the selected item
Pivot Tables

Enter


FileMaker Pro (Windows)
Select an object
Text Shortcuts - Select and Modify Objects

Tab / Shift + Tab repeatedly until the desired object is selected


Atom (text editor) 1.0 (Windows)
Open selected item
Tree View

Enter


Sonar 2015 (Windows)
Go to next audio transient or MIDI note in selected tracks (or current track if there is no selection)
Track View

Tab


Microsoft Excel 2013 (Windows)
Move to the next / previous option
Dialog Boxes

Tab / Shift + Tab


Notepad++ 6 (Windows)
Split line downwards, or create new line
Edit menu

Enter


Microsoft Excel 2013 (Windows)
Perform the action assigned to the default command button in the dialog box
Dialog Boxes

Enter


Microsoft Windows 10 (Windows)
Move forward / move backwards through options
Windows Dialog Boxes

Tab / Shift + Tab


Access 2010 (Windows)
Toggle the focus forward between controls in the wizard
The Rest - Wizards

Tab


Microsoft Excel 2013 (Windows)
Filter the list by using the selected item in the AutoFilter list
Auto Filter

Enter


Microsoft Excel 2013 (Windows)
Move to the next / previous field which can be edited
Data Forms

Tab / Shift + Tab


Microsoft Excel 2013 (Windows)
Move to the first field in the next / previous record
Data Forms

Enter / Shift + Enter


FileMaker Pro (MacOS)
Toggle the current tool with the Selection tool.
Text Shortcuts - Layout Tools

Enter / Shift + Enter on numeric keypad.


Access 2010 (Windows)
Move to the next / switch to previous option or option group
The Rest - Dialog Boxes

Tab / Shift + Tab


Microsoft Excel 2010 (Windows)
Move to the next / previous option.
The Rest - Dialog Boxes

Tab / Shift + Tab


Microsoft Excel 2010 (Windows)
Perform the action assigned to the default command button in the dialog box.
The Rest - Dialog Boxes

Enter


Access 2010 (Windows)
Perform the action assigned to the default button in the dialog box
The Rest - Dialog Boxes

Enter


Microsoft Excel 2010 (Windows)
Filter the list by using the selected item in the AutoFilter list.
The Rest - Auto Filter

Enter


Adobe After Effects CC (Windows)
Rename selected Layer, Composition, Folder, etc
Basics

Enter


Adobe After Effects CC (MacOS)
Rename selected Layer, Composition, Folder, etc
Basics

Enter


Access 2010 (Windows)
Add the selected field to the form or report detail section
The Rest - Field List Pane

Enter


Microsoft Excel 2010 (Windows)
Move one cell to the right / to the left in a worksheet.
Navigate Inside Worksheets

Tab / Shift + Tab


Access 2010 (Windows)
Move to the lower Field List pane from the upper pane
The Rest - Field List Pane

Tab


Access 2010 (Windows)
Select next field / select previous field
The Rest - Select and move Fields or Columns

Tab / Shift + Tab


Photoshop Lightroom CC (Windows)
Show/ hide side panels
Panel Shortcuts

Tab


Photoshop Lightroom CC (MacOS)
Show/ hide side panels
Panel Shortcuts

Tab


GTDNext.com (Windows)
Start a new action at the current level of indent
Center Pane Shortcuts

Enter


GTDNext.com (Windows)
Indent (create sub-task)
Center Pane Shortcuts

Tab


Camtasia 2 (MacOS)
Replay current caption segment
Timeline & Editing

Enter


Camtasia 2 (MacOS)
Next caption / previous caption
Timeline & Editing

Tab


Quickbooks Online (Web Application)
Calculate the Result
Calculate Amounts and Rates

Tab


Quickbooks Online (Windows)
Calculate the Result
Calculate Amounts and Rates

Tab


Quickbooks Online (Web Application)
Go forward / go backwards
Navigate Form Fields and Manage Drop-down Lists

Tab / Shift + Tab


Camtasia 2 (MacOS)
Rewind to start
Timeline & Editing

Enter


Quickbooks Online (Windows)
Go forward / go backwards
Navigate Form Fields and Manage Drop-down Lists

Tab / Shift + Tab


Quickbooks Online (Web Application)
Select item and move to next field
Navigate Form Fields and Manage Drop-down Lists

Tab


Quickbooks Online (Windows)
Select item and move to next field
Navigate Form Fields and Manage Drop-down Lists

Tab


Microsoft Outlook 2016 (Windows)
Move between the Outlook window, the smaller panes in the Folder Pane, the Reading Pane, and the sections in the To-Do Bar
Basic Navigation

Tab


Quickbooks Online (Web Application)
Select transaction and move to next field
Selecting Transactions in Account Registers

Tab