RStudio (Windows)

Completions (Console and Source)

Attempt completion

Tab / Ctrl + Space

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 Excel 2010 (Windows)
Select the entire column.
Work with Data Selections - Select Cells

Ctrl + Space


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

tab


Microsoft Word 2007 (Windows)
Remove paragraph or character formatting.
Common tasks

Ctrl + Space


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


Microsoft Projects 2010 (Windows)
Select current column
Navigate Gantt Chart and Select Tasks

Ctrl + Space


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 to the right / move to the left
Navigate Gantt Chart and Select Tasks

Tab / Shift + Tab


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

Tab / Shift + Tab


Emacs 23.2.1 (Linux)
Begin Selection
Edit

Ctrl + Space


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

Tab / Shift + Tab


Civilization V (Windows)
End Turn
General Hotkeys

Ctrl + Space


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 (Linux)
Jump to next / jump to previous field
CSS-Panel

Tab / Shift + Tab


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


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


Firebug (Windows)
Focus Scripts Location Menu
Script-Panel

Ctrl + Space


Firebug (Linux)
Focus Scripts Location Menu
Script-Panel

Ctrl + Space


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


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 Outlook 2010 (Windows)
Clear formatting (or use ctrl+shift+z)
Messages in Main View - Format Message Body

Ctrl + Space


Eclipse Helios (Windows)
Opens Content Assist (e.g. show available methods or field names)
Editing Source Code

Ctrl + Space


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


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

Tab / Shift + Tab


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


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


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


SharpDevelop 4.0 (Windows)
Show containing members of current object
Coding Shortcuts

Ctrl + Space


Inpage (Windows)
To switch between english and urdu mode
For Editing

Ctrl + Space


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


Visual Studio 2015 (Windows)
Autocomplete word from completion list (or alt+right arrow)
Code Editor - IntelliSense and Code Helper

Ctrl + Space


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

tab / shift + tab


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

Tab / Shift + Tab with focus on webpage


Access 2010 (Windows)
Select the current column
Manage Access Features - Select and move Fields or Columns

Ctrl + Space


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


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


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

Tab / Shift + Tab


Notepad++ 5 (Windows)
Function completion
Edit - Auto-completion

Ctrl + Space


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

Tab


Microsoft Excel 2010 (Windows)
Select the entire column.
Insert and Edit Data - Select Cells

Ctrl + Space


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


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 table title bar to table title bar, or from cell to cell inside a table
Manage Access Features - Database Diagram

Tab


Microsoft Outlook 2010 (Windows)
Clear formatting (or use ctrl+shift+z)
Messages in Compose View - Format Message Body

Ctrl + Space


Notepad++ 5 (Windows)
Function completion
Search - Auto-completion

Ctrl + Space


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


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


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

Tab / Shift + Tab


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 Outlook 2010 (Windows)
Select next/ select previous appointment
Messages in Compose View - Navigate Calendar

Tab / Shift + Tab


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


Visual Studio 2015 (Windows)
Autocomplete word from completion list (or alt+right arrow)
Coding - IntelliSense and Code Helper

Ctrl + Space


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


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

Tab


Microsoft Word 2007 (Windows)
Remove manual character formatting.
Character and paragraph formatting Apply character formats

Ctrl + Space


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


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


Oracle SQL Developer 4 (Windows)
Completion Insight
Code Editor

Ctrl + Space


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


Opera (Linux)
Cycle forwards focus within active context
Focus

Tab


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

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


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

Tab


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

Tab


Microsoft Outlook 2010 (Windows)
Clear formatting (or use ctrl+shift+z)
Calendar Shortcuts - Format Message Body

Ctrl + Space


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

Tab / Shift + Tab


Microsoft Excel 2010 (Windows)
Select the entire column.
Format Data - Select Cells

Ctrl + Space


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

Tab / Shift + Tab


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

Tab / Shift + Tab


Visual Studio 2015 (Windows)
Autocomplete word from completion list (or alt+right arrow)
Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper

Ctrl + Space


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

Tab / Shift + Tab


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


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


Microsoft Excel 2011 (MacOS)
Select the entire column
Selecting cells, columns, or rows

Ctrl + Space


Smartplant Review (Windows)
Pause key frame motion
Managing Smartplan Review

Ctrl + Space


Opera (Linux)
Go to next element in form
Form

Tab


Access 2010 (Windows)
Select the current column
Working with Text and Data - Select and move Fields or Columns

Ctrl + Space


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


Evernote (Windows)
Remove formatting
Note Editor

Ctrl + Space


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


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


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


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)
Move between links
Windows Help

Tab


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


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

Tab


Microsoft Outlook 2010 (Windows)
Select or cancel selection of active card
Business Card View

Ctrl + Space


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

Tab


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

Tab


IntelliJ (Linux)
Code completion.
Productivity

Ctrl + Space


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

Tab / Shift + Tab


IntelliJ (Linux)
Basic code completion (the name of any class, method or variable)
Editing

Ctrl + Space


IntelliJ (Windows)
Code completion.
Productivity

Ctrl + Space


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

Tab / Shift + Tab


IntelliJ (Windows)
Basic code completion (the name of any class, method or variable)
Editing

Ctrl + Space


Microsoft PowerPoint 2010 (Windows)
Remove manual character formatting, such as subscript and superscript.
Change Fonts and Formatting

Ctrl + Space


Adobe Illustrator CS5 (Windows)
Switch to Zoom tool in magnify mode
Viewing Artwork

Ctrl + Space


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


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

Tab


Microsoft Excel 2010 (Windows)
Select the entire column.
Formulas and Names - Select Cells

Ctrl + Space


IntelliJ (Linux)
Indent/unindent selected lines
Editing

Tab / Shift + Tab


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

Tab


Adobe Photoshop CS5 (Windows)
Temporarily switch to Zoom In tool
View Images

Ctrl + Space


IntelliJ (Windows)
Indent/unindent selected lines
Editing

Tab / Shift + Tab


Texmaker 4.0.2 (Windows)
Switch between editor and embedded viewer
Other

Ctrl + Space


FreeMind 0.9.0 (Windows)
Toggle children folded
Node editing commands

Ctrl + Space


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

Tab / Shift + Tab


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

Tab


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

Tab / Shift + Tab


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


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


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


Notepad2 (Windows)
Select word (or line)
Char, Word

Ctrl + Space


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

Tab / Shift + Tab


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


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 to and open next label
Edit Menu

Tab


Microsoft Excel 2013 (Windows)
Select the entire column
Basic and Advanced Cell Selections

Ctrl + Space


FL Studio (Windows)
Start/Pause playback
Record / Playback / Transport

Ctrl + Space


Access 2010 (Windows)
Select the current column
Working with Access Views - Select and move Fields or Columns

Ctrl + Space


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


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


Presonus Studio One (Windows)
Locate mouse cursor
Transport Menu

Ctrl + Space


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


Virtual DJ (Windows)
Automix
All Shortcuts

Ctrl + Space


Presonus Studio One (Windows)
Focus next
Navigation

Tab


Microsoft Excel 2010 (Windows)
Select the entire column.
The Rest - Select Cells

Ctrl + Space


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


FileMaker Pro (Windows)
Insert a non-breaking space
Layout Mode Shortcuts - Delete and Edit Text

Ctrl + Space


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

Tab / Shift + Tab


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

Tab / Shift + Tab


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


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

Tab


Qt Creator (Windows)
Trigger a completion in this scope
Editor

Ctrl + Space


Qt Creator (MacOS)
Trigger a completion in this scope
Editor

Ctrl + Space


Comsol 5 (Windows)
Open list of predefined quantities for insertion in Expression fields for plotting and results evaluation
Model Tree

Ctrl + Space


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

Tab


Comsol 5 (Linux)
Open list of predefined quantities for insertion in Expression fields for plotting and results evaluation
Model Tree

Ctrl + Space


Comsol 5 (MacOS)
Open list of predefined quantities for insertion in Expression fields for plotting and results evaluation
Model Tree

Ctrl + Space


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


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

Tab


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


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

Tab / Shift + Tab


Autodesk Maya 2015 (Windows)
Switches between the standard view and a full-screen view
View

Ctrl + Space


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


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


Autodesk Maya 2015 (Windows)
Switch between the standard view and full-screen view of the current panels
Interfaces

Ctrl + Space


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


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

Tab / Shift + Tab


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.


Adobe Acrobat Pro (Windows)
Change whether the row with focus is in the selection
PDF Portfolios

Ctrl + Space


Notepad++ 6 (Windows)
Launch CallTip ListBox
Edit menu

Ctrl + Space


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

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


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


Adobe Acrobat Pro (Windows)
Temporarily select Zoom In tool
Tools

Ctrl + Space


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

Tab / Shift + Tab


Sonar 2015 (Windows)
Stop with Now marker
Transport

Ctrl + Space


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)
Move to the next / previous field which can be edited
Data Forms

Tab / Shift + Tab


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


Access 2010 (Windows)
Select the current column
The Rest - Select and move Fields or Columns

Ctrl + Space


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

Tab


Microsoft Excel 2016 (Windows)
Select current column
Select Cells - Column and Row Selection

Ctrl + Space


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

Tab


FileMaker Pro (Windows)
Insert a non-breaking space
Text Shortcuts - Delete and Edit Text

Ctrl + Space


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


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


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

Tab


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

Tab


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

Tab / Shift + Tab


Clink (Windows)
completion
Clink Commands

Tab


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

Tab / Shift + Tab


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

Tab / Shift + Tab


Skype for Business (Lync) 2016 (Windows)
With slide in focus - Access controls (Prev arrow, Next arrow, Thumbnails, and Notes)
PowerPoint Sharing

Tab


Adobe After Effects CC (Windows)
Open Composition Mini-Flowchart for active Composition
Compositions and Work Area

Tab


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

Tab / Shift + Tab


Nirvana (Web Application)
For Focus
Rapid Entry

Tab / E


Microsoft OneNote 2016 (Windows)
Create able by adding a second column to already typed text.Create another column in table with a single row.
OneNote Tables

Tab


Adobe After Effects CC (MacOS)
Open Composition Mini-Flowchart for active Composition
Compositions and Work Area

Tab


Access 2016 (Windows)
Move to next cell
Database Operation

Tab


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

Tab


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

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


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

Tab


Android Studio (Windows)
Code Completion
General Shortcuts

Ctrl + Space


Adobe Photoshop CC (Windows)
Show/Hide all panels
Basic Shortcuts for Photoshop CC 2015 - Shortcuts for all Panels

Tab


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

Tab / Shift + Tab


Microsoft OneNote 2016 (Windows)
Increase/ decrease indent by one level
Outlines

Tab / Shift + Tab


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

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


Adobe Photoshop CC (MacOS)
Show/Hide all panels
Basic Shortcuts for PhotoShop CC 2015 - Shortcuts for all Panels

Tab


Access 2010 (Windows)
Move to the right / to the left
The Rest - Pivot Table

Tab / Shift + Tab


Microsoft PowerPoint 2016 (Windows)
To previous object
Navigation Operation

Tab


Microsoft Excel 2016 (Windows)
Select table column
Select Cells - Auto Tables

Ctrl + Space


Microsoft Excel 2016 (Windows)
Move to the next/ previous field which can be edited
Select Cells - Data Forms

Tab / Shift + Tab


Autodesk Maya 2017 (Windows)
Switches between the standard view and a full-screen view
View

Ctrl + Space


Plex (Windows)
Exit main menu
Graphics(Audio/Video) Control

H / Tab


Plex (MacOS)
Exit main menu
Graphics(Audio/Video) Control

H / Tab


Autodesk Maya 2017 (Windows)
Switch between the standard view and full-screen view of the current panels
Interfaces

Ctrl + Space


Microsoft Excel 2016 (Windows)
Select current column
Format Cells - Column and Row Selection

Ctrl + Space


Corel VideoStudio X9.5 (Windows)
Select Scrubber/Trim handle
Navigation/Direction Shortcuts

Tab


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

Tab / Shift + Tab


FileMaker Pro (Windows)
Insert a non-breaking space
Database Management Shortcuts - Delete and Edit Text

Ctrl + Space


Apple Keynote (MacOS)
Complete a cell entry and move the selection right
Chart data editor

Tab


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

Tab


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

Tab


Apple Keynote (MacOS)
Select next cell
Tables

Tab


Microsoft Excel 2016 (Windows)
Select table column
Format Cells - Auto Tables

Ctrl + Space


Microsoft Excel 2016 (Windows)
Move to the next/ previous field which can be edited
Format Cells - Data Forms

Tab / Shift + Tab


Apple Keynote (MacOS)
Next object
Objects on Canvas

Tab


FileMaker Pro (MacOS)
Move to next object / move to previous object (field, button, or tab)
Navigation and Window Display

Tab / Shift + Tab


Microsoft Excel 2016 (Windows)
Select current column
Formulas - Column and Row Selection

Ctrl + Space


Adobe Illustrator CC (MacOS)
Show/hide panel
Panel Shortcuts

Tab


Adobe Illustrator CC (Windows)
Show/hide panel
Panel Shortcuts

Tab


FileMaker Pro (Windows)
Go to next object / previous object (field, button, or tab)
Navigation and Window Display

Tab / Shift + Tab


Apple Numbers (MacOS)
Select next cell
Table Editing

Tab


Microsoft Outlook 2016 (Windows)
Select or cancel selection of the active item
Views: Table View

Ctrl + Space


Microsoft Outlook 2016 (Windows)
Select or cancel selection of the active card
View: Business Cards/Address cards

Ctrl + Space


Microsoft Outlook 2016 (Windows)
Move to the next/previous field and control (in an open card)
View: Business Cards/Address cards

Tab / Shift + Tab


Nuke 10 (Windows)
Toggle 2D/3D
2D Viewer

Tab


Nuke 10 (MacOS)
Toggle 2D/3D
2D Viewer

Tab


Nuke 10 (Linux)
Toggle 2D/3D
2D Viewer

Tab


Anime Studio (Windows)
Select connected points
General Shortcuts

Tab


Nuke 10 (Windows)
Next control in properties
Panel Properties

Tab


Adobe Photoshop CC (Windows)
Show/Hide all panels
Manage Panels - Shortcuts for all Panels

Tab


Nuke 10 (MacOS)
Next control in properties
Panel Properties

Tab


Nuke 10 (Linux)
Next control in properties
Panel Properties

Tab


Adobe Photoshop CC (MacOS)
Show/Hide all panels
Manage Panels - Shortcuts for all Panels

Tab


Nuke 10 (Windows)
Increase Indentation
Script Editor

Tab


Finale (MacOS)
Move between primary/secondary handles
Smart Shape Tool

Tab


Nuke 10 (Linux)
Increase Indentation
Script Editor

Tab


Nuke 10 (MacOS)
Increase Indentation
Script Editor

Tab


Finale (Windows)
Move between primary/secondary handles
Smart Shape Tool

Tab


Microsoft Excel 2016 (Windows)
Select table column
Formulas - Auto Tables

Ctrl + Space


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

Tab / Shift + Tab


Nuke 10 (Windows)
Tab node search menu
Node Graph

Tab


Microsoft Excel 2016 (Windows)
Select current column
Manage Workbooks - Column and Row Selection

Ctrl + Space


Nuke 10 (Linux)
Tab node search menu
Node Graph

Tab


Nuke 10 (MacOS)
Tab node search menu
Node Graph

Tab


Zoho Sheet (Windows)
Move to next cell in row
Navigate

Tab


Dynamics CRM 2015 (Windows)
Move to the next option, option group, or field
Form Keyboard Shortcuts

Tab


Zoho Sheet (Windows)
Navigate to the next object
Shortcuts for Objects (Images,charts,buttons etc)

Tab


Dynamics GP 2015 (Windows)
Move to next field
Window Navigation Shortcuts

Tab


Anime Studio (MacOS)
Select connected points
General Shortcuts

Tab


Dynamics CRM 2015 (Windows)
Move to another field or command
Form Keyboard Shortcuts

Tab


Dynamics GP 2015 (Windows)
Move to next field
Tools Shortcuts

Tab


Zoho Sheet (Windows)
Select column
Selection

Ctrl + Space


Dynamics SL 2015 (Windows)
Move to the next option, option group, or field
Navigation in forms

Tab


Zoho Sheet (MacOS)
Move to next cell in row
Navigate

Tab


Zoho Sheet (MacOS)
Navigate to the next object
Shortcuts for Objects (Images,charts,buttons etc)

Tab


Microsoft Word 2016 (Windows)
To previous object
Navigation Operation

Tab


Dynamics SL 2015 (Windows)
Move to next field
Grid/View Shortcuts

Tab / Right Arrow


iMovie (MacOS)
Move between text filed
Navigation

Tab


Apple Calendar (MacOS)
Select the next event.
Event Shortcuts

Tab


Microsoft Projects 2016 (Windows)
Move forward through options
Working with dialog boxes

Tab


Microsoft Projects 2016 (Windows)
Move to the next option or option group.
Working with dialog boxes

Tab


Dynamics SL 2015 (Windows)
Move to Save button when the focus is on the column header (if any unsaved data)
Grid/View Shortcuts

Tab


Dynamics SL 2015 (Windows)
Move to Refresh button when the focus is on the column header
Grid/View Shortcuts

Tab


Microsoft Excel 2016 (Windows)
Select table column
Manage Workbooks - Auto Tables

Ctrl + Space


Dynamics CRM 2015 (Windows)
Move to the next / move to previous option or option group
Dialog Box Shortcuts

Tab / Shift + Tab


Microsoft Excel 2016 (Windows)
Move to the next/ previous field which can be edited
Manage Workbooks - Data Forms

Tab / Shift + Tab


1Password (MacOS)
Starting from a selected category in the sidebar, the first Tab will change the focus to the search field, and the second Tab will change the focus to the item list.
Main App Shortcuts

Tab /Shift+ Tab


Microsoft Projects 2016 (Windows)
Move to the next cell.
Working with Table

Tab


Dynamics AX 2015 (Windows)
Move the cursor to the next hidden text/ hyperlink,/ Expand All/ Collapse All at the top of a topic.
General Shortcuts

Tab


Microsoft Excel 2016 (Windows)
Select current column
Excel Auto Tables and Data Forms - Column and Row Selection

Ctrl + Space


Adobe Photoshop CC (Windows)
Cycle forwards/backwards through controls on right from top
Liquify Window

Tab / Shift + Tab


Zoho Show (Windows)
Increase Indent
Formatting Shortcuts

Tab


Microsoft Projects 2016 (Windows)
Add a new row at the bottom of the Table.
Working with Table

Tab