MPS 2017 (Windows)

Advanced Editing

In templates: move the caret to the previous template variable

Shift + Tab

All hotkeys for MPS 2017 (Windows)

Advanced Editing
Comment/uncomment current line or selected block with line comments

Ctrl + /

Advanced Editing
Comment/uncomment code with block comments

Ctrl + Shift + /

Advanced Editing
Show the Highlighting level pop-up window to configure highlighting in the current file

Ctrl + Shift + Alt + H

Advanced Editing
Show parameters of the method call at the caret

Ctrl + P

Advanced Editing
Show the current method or class declaration when it is not visible

Alt + Q

Advanced Editing
Show an error or warning description at the caret

Ctrl + F1

Advanced Editing
Open browser with the documentation for the selected item

Shift + F1

Advanced Editing
Override base class methods in the current class

Ctrl + O

Advanced Editing
Surround selected code fragment with if, do, tags or other constructs

Ctrl + Alt + T

Advanced Editing
Code completion for any class, method or variable

Ctrl + Spacebar

Advanced Editing
Code Completion filtering the lookup list basing on expected type

Ctrl + Shift + Spacebar

Advanced Editing
Goes through the names of classes, methods, keywords and variables in the current visibility scope

Alt + /

Advanced Editing
Show a pop-up list of starting with a specified prefix

Ctrl + J

Advanced Editing
Surround the selection with one of the templates

Ctrl + Alt + J

Advanced Editing
In templates: move the caret to the next template variable

Tab

Advanced Editing
In templates: move the caret to the previous template variable

Shift + Tab

Basic Editing
Delete a character to the left of the caret

Backspace

Basic Editing
Undo last operation

Ctrl + Z

Basic Editing
Redo last undone operation

Ctrl + Shift + Z

Basic Editing
Cut a current line or a selected code block to the Clipboard

Ctrl + X

Basic Editing
Copy a current line or a selected code block to the Clipboard

Ctrl + C

Basic Editing
Paste from the Clipboard to the caret location

Ctrl + V

Basic Editing
Paste selected entry from the Clipboard to the caret location

Ctrl + Shift + V

Basic Editing
Move the caret one line up

Up Arrow

Basic Editing
Move the caret one line up selecting the text

Shift + Up Arrow

Basic Editing
Move the caret one line down

Down Arrow

Basic Editing
Move the caret one line down selecting the text

Shift + Down Arrow

Basic Editing
Move the caret one character to the left

Left Arrow

Basic Editing
Move the caret one character to the left selecting the text

Shift + Left Arrow

Basic Editing
Move the caret one character to the right

Right Arrow

Basic Editing
Move the caret one character to the right selecting the text

Shift + Right Arrow

Basic Editing
Move the caret down to the page bottom

Ctrl + PgDn

Basic Editing
Move the caret down to the page bottom, selecting the text

Ctrl + Shift + PgDn

Basic Editing
Move the caret up to the page top

Ctrl + PgUp

Basic Editing
Move the caret up to the page bottom, selecting the text

Ctrl + Shift + PgUp

Basic Editing
Move the caret one Page down

PgDn

Basic Editing
Move the caret one Page down, selecting the text

Shift + PgDn

Basic Editing
Move the caret one Page up

PgUp

Basic Editing
Move the caret one Page up, selecting the text

Shift + PgUp

Basic Editing
Scroll the text one line down

Ctrl + Down Arrow

Basic Editing
Scroll a line at caret to the center of the screen

Ctrl + M

Basic Editing
Scroll the text one line up

Ctrl + Up Arrow

Basic Editing
Move the caret to the end of line

End

Basic Editing
Move the caret to the end of line, selecting the text

Shift + End

Basic Editing
Move the caret to the beginning of line

Home

Basic Editing
Move the caret to the beginning of line, selecting the text

Shift + Home

Basic Editing
Move the caret to the next word

Ctrl + Right Arrow

Basic Editing
Move the caret to the next word, selecting it

Ctrl + Shift + Right Arrow

Basic Editing
Move the caret to the previous word

Ctrl + Left Arrow

Basic Editing
Move the caret to the previous word, selecting it

Ctrl + Shift + Left Arrow

Basic Editing
Move the caret to the end of text

Ctrl + End

Basic Editing
Move the caret to the end of text, selecting it

Ctrl + Shift + End

Basic Editing
Move the caret to the beginning of text

Ctrl + Home

Basic Editing
Move the caret to the beginning of text, selecting it

Ctrl + Shift + Home

Basic Editing
Select the entire text opened in the editor

Ctrl + A

Basic Editing
Delete the line where the caret is currently located

Ctrl + Y

Basic Editing
Delete the word starting from the current caret location up to the word end

Ctrl + Delete

Basic Editing
Delete the word starting from the current caret location up to the word start

Ctrl + Backspace

Basic Editing
Toggle insert/overwrite modes

Insert

Basic Editing
Duplicate selected block or the line at the caret

Ctrl + D

Basic Editing
Toggle case of the selected text block

Ctrl + Shift + U

Basic Editing
Move the caret to the current code block end, highlighting the block limits

Ctrl + ]

Basic Editing
Move the caret to the current code block end, selecting the code beginning from the initial caret location

Ctrl + Shift + ]

Basic Editing
Move the caret to the current code block start, highlighting the block limits

Ctrl + [

Basic Editing
Move the caret to the current code block start, selecting the code beginning from the initial caret location

Ctrl + Shift + [

Basic Editing
Start a new line after the current one positioning the caret in accordance with the current indentation level

Shift + Enter

Basic Editing
Start a new line before the current one

Ctrl + Alt + Enter

Basic Editing
Concatenate the selected lines into one or concatenate the line where the caret is currently located with the next line

Ctrl + Shift + J

Basic Editing
Split the selected line at the point where the caret is located, leaving the caret at the end of the first line

Ctrl + Enter

Basic Editing
Select successively increasing code blocks starting from the current caret location

Ctrl + W

Basic Editing
Remove sequentially the selection made by the action

Ctrl + Shift + W

Basic Editing
Move the selected block to the next indentation level

Tab

Basic Editing
Move the selected block to the previous indentation level

Shift + Tab

Basic Editing
Indent the current line or selected block according to the General settings

Ctrl + Alt + I

Code Folding
Expand the current collapsed fragment

Ctrl + NumPad +

Code Folding
Collapse the current folding region

Ctrl + NumPad -

Code Folding
Expand the current folded fragment and all the subordinate collapsed folding regions within that fragment

Ctrl + Alt + NumPad +

Code Folding
Collapse the current folding region and all the subordinate folding regions within it

Ctrl + Alt + NumPad -

Code Folding
Expand all collapsed fragments within the selection, or, if nothing is selected, expand all the collapsed fragments in the current file

Ctrl + Shift + NumPad +

Code Folding
Collapse all folding regions within the selection, or, if nothing is selected, collapse all the folding regions in the current file

Ctrl + Shift + NumPad -

Code Folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + NumPad 1..5

Code Folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + Shift + NumPad 1..5

Code Folding
Collapse the selected fragment and create a custom folding region for it to make it "foldable" / Expand the current fragment and remove the corresponding custom folding region to make the fragment "unfoldable"

Ctrl + .

Running and Debugging
Run a program

Shift + F10

Running and Debugging
Quickly select run/debug configuration and run or edit it

Shift + Alt + F10

Running and Debugging
Repeat execution with the same settings, with the same tab of the Run tool window having the focus

Ctrl + F5

Running and Debugging
Repeat execution with the same settings, with the same tab of the editor having the focus

Shift + F10

Running and Debugging
Debug a program

Shift + F9

Running and Debugging
Quickly select run/debug configuration and debug or edit it

Shift + Alt + F9

Running and Debugging
Step to the next line in the current file See Stepping Through the Program

F8

Running and Debugging
Step to the next executed line See Stepping Through the Program

F7

Running and Debugging
Select the method to step in, if the current line contains multiple method call expressions See Choosing a Method to Step Into

Shift + F7

Running and Debugging
Step to a first executed line after returning from the current method See Stepping Through the Program

Shift + F8

Running and Debugging
Run until the next line in this method or file, skipping the methods referenced at the current execution point and ignoring breakpoints See Stepping Through the Program

Shift + Alt + F8

Running and Debugging
Steps into the method called in the current execution point even if this method is to be skipped See Stepping Through the Program

Shift + Alt + F7

Running and Debugging
Run to the line where the caret is located See Stepping Through the Program

Alt + F9

Running and Debugging
Run to the line where the caret is located, ignoring breakpoints See Stepping Through the Program

Ctrl + Alt + F9

Running and Debugging
Resume program execution

F9

Running and Debugging
Terminate a debugging session

Shift + F2

Running and Debugging
Evaluate an arbitrary expression

Alt + F8

Running and Debugging
Evaluate an arbitrary expression without calling Evaluate Expression dialog

Ctrl + Alt + F8

Running and Debugging
Toggle breakpoint at the current line

Ctrl + F8

Running and Debugging
View/manage all breakpoints

Ctrl + Shift + F8

General Shortcuts
Close an active tab in a tool window (for example, Find tool window)

Ctrl + Shift + F4

General Shortcuts
Close an active editor

Ctrl + F4

General Shortcuts
Open an editor for the selected item or items and give focus to the last opened file

F4

General Shortcuts
Export contents of a tool window to a text file This feature applies to the Version Control Tool Window, Messages Tool Window, and other tool windows that provide the export button  on the window toolbar

Alt + O

General Shortcuts
Create a new class, file or directory See Populating Modules

Alt + Insert

General Shortcuts
Save all files and settings

Ctrl + S

General Shortcuts
When several tabs are open in the editor or a view, open the next tab to the right (or first tab if the current one is the last)

Alt + Right Arrow

General Shortcuts
When several tabs are open in the editor or a view, open the next tab to the left (or last tab if the current one is the first)

Alt + Left Arrow

General Shortcuts
Display intention actions (if any) for the code where the caret is currently located, or the selected GUI component in a form

Alt + Enter

General Shortcuts
Detect all externally changed files and reload them from disk

Ctrl + Alt + Y

Search
Initiate text search

Ctrl + F

Search
Initiate text search and replace

Ctrl + R

Search
Navigate to the next/previous occurrence of a selected word in the editor

F3 / Shift + F3

Search
Search in the editor for the word where the caret is currently located

Ctrl + F3

Search
Initiate text search

Ctrl + F

Search
Initiate search for a text string in the specified scope

Ctrl + Shift + F

Search
Initiate search and replace in the specified scope

Ctrl + Shift + R

Search
Initiate search for usages of the selected symbol in the specified scope

Alt + F7

Search
Initiate search for usages of the selected symbol in the current file

Ctrl + F7

Search
Highlight usages of a symbol at caret

Ctrl + Shift + F7

Search
Show usages of a symbol at caret in a pop-up window Use list of found usages to jump to the desired location

Ctrl + Alt + F7

Search
Find an action, bypassing menus See Finding Actions

Ctrl + Shift + A

Navigation between Bookmarks
Navigate to a numbered bookmark with the corresponding number

Ctrl + Specified Number

Navigation between Bookmarks
Turn anonymous bookmark on or off

F11

Navigation between Bookmarks
Turn bookmark with mnemonic on or off

Ctrl + F11

Navigation between Bookmarks
Open Bookmarks dialog to manage existing bookmarks and navigate between them

Shift + F11

Navigation between IDE Components
Move focus from the current file, class, method or reference to a data source, to a view suggested in the Select Target pop-up menu Refer to Navigating Between IDE Components

Alt + F1

Navigation between IDE Components
Collapse all nodes in a tree view

Ctrl + NumPad -

Navigation between IDE Components
Expand all nodes in a tree view

Ctrl + NumPad +

Navigation between IDE Components
Navigate between files opened in the editor, and tool windows

Ctrl + Tab

Navigation between IDE Components
Open a tool window with the specified number

Alt + Number

Navigation between IDE Components
Hide the currently active tool window

Shift + Esc

Navigation between IDE Components
Activate the last focused tool window

F12

Navigation between Source Code
Display the Structure pop-up window for quick navigation through the current file

Ctrl + F12

Navigation between Source Code
Move focus from the current file, class, method or reference to a data source table to a view suggested in the Select Target pop-up menu See Navigating Between IDE Components

Alt + F1

Navigation between Source Code
Show the list of recently opened files

Ctrl + E

Navigation between Source Code
Show the list of recently updated files

Ctrl + Shift + E

Navigation between Source Code
Browse hierarchy for the selected class class

Ctrl + H

Navigation between Source Code
Navigate directly to a class in project by specifying its name in a pop-up dialog box

Ctrl + N

Navigation between Source Code
Navigate directly to a file in project by specifying its name in a pop-up dialog box

Ctrl + Shift + N

Navigation between Source Code
Show the list of recently opened files

Ctrl + E

Navigation between Source Code
Show the list of recently updated files

Ctrl + Shift + E

Navigation between Source Code
Navigate to any line in the current file by specifying its number

Ctrl + G

Navigation between Source Code
Navigate to declaration of a symbol at caret

Ctrl + B

Navigation between Source Code
Navigate to implementation of the item at caret

Ctrl + Alt + B

Navigation between Source Code
Navigate to a type declaration of a symbol at caret, the symbol being a variable or a method call

Ctrl + Shift + B

Navigation between Source Code
Navigate to a super method declaration of a method under the caret

Ctrl + U

Navigation between Source Code
Navigate to a test for the class at caret, if any, or navigate from a test to a test subject

Ctrl + Shift + T

Navigation between Source Code
Navigate between files with complicated relationships between them

Ctrl + Alt + Home

Navigation between Source Code
Navigate to the next method declaration in the active editor tab

Alt + Down Arrow

Navigation between Source Code
Navigate to the previous method declaration in the active editor tab

Alt + Up Arrow

Navigation between Source Code
Navigate to the start of the current code block

Ctrl + [

Navigation between Source Code
Navigate to the end of the current code block

Ctrl + ]

Navigation between Source Code
Undo last navigation operation

Ctrl + Alt + Left Arrow

Navigation between Source Code
Redo last undone navigation operation

Ctrl + Alt + Right Arrow

Navigation between Source Code
Navigate to a previous found item

Ctrl + Alt + Up Arrow

Navigation between Source Code
Navigate to a next found item

Ctrl + Alt + Down Arrow

Navigation between Source Code
Move through the most recent change points

Ctrl + Shift + Backspace

Navigation between Source Code
Navigate to the next found error/warning

F2

Navigation between Source Code
Navigate to the previous found error/warning

Shift + F2

Refactoring
Rename the selected file, class, field, method, etc and change all references to it accordingly

Shift + F6

Refactoring
Change the signature of the selected method and update all the corresponding method calls

Ctrl + F6

Refactoring
Move the selected class, package or static member to another package or class and update all the corresponding references

F6

Refactoring
Create a copy of the selected class, file or directory in the same or different directory or package

F5

Refactoring
Delete the selected class, method or field checking its usages

Alt + Delete

Refactoring
Turn the selected code fragment into a method

Ctrl + Alt + M

Refactoring
Create a new variable and use the selected expression as its value

Ctrl + Alt + V

Refactoring
Create a new field and use the selected expression as its value

Ctrl + Alt + F

Refactoring
Create a new constant (static final field) and use the selected expression as its value

Ctrl + Alt + C

Refactoring
Turn the selected expression into a new method parameter

Ctrl + Alt + P

Refactoring
Inline the selected method or variable

Ctrl + Alt + N

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)
Decrease indent by one level in right-to-left text.
Various Other OneNote Shortcuts - Special language settings

shift + tab


Adobe Photoshop CS5 (MacOS)
Show/Hide all panels except the toolbox and options bar
Photoshop CS5 Panels - All Panels

Shift + Tab


Adobe Photoshop CS5 (Windows)
Show/Hide all panels except the toolbox and options bar
Photoshop CS5 Panels - All Panels

Shift + Tab


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


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

Tab / Shift + Tab


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


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 bottom (Extract, Liquify, and Pattern Maker)
Shortcut Keys for working with Extract, Liquify, and Pattern Maker

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


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


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


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

Tab / Shift + Tab


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

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


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

Shift + Tab


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


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 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)
Decrease line indent
Edit - Indent

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


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

Shift + Tab


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

Shift + Tab


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

Shift + 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 bottom
Photoshop CS5 Panels - Extract and Pattern Maker

Shift + 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 left (in a table)
Edit and move text and graphics: Move through your document

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


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 previous cell in a row
Edit and move text and graphics: Move around in a table

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)
Windows Admin - Basics

Tab / Shift + Tab


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

Shift + Tab


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

Tab / Shift + Tab


Google Docs (MacOS)
Decrease paragraph indentation
Edit Documents

Shift + Tab


Google Docs (Windows)
Decrease paragraph indentation
Edit Documents

Shift + Tab


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

Shift + 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 left in the selection
Entering data on a sheet

Shift + Tab


Total Commander 8 (Windows)
Switch between current file list and separate tree (if enabled)
Main Shortcuts

Shift + Tab


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


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 reverse order in which they were created.
Select and Move Elements

Shift + Tab


Opera (Linux)
Cycle backwardss focus within active context
Focus

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)
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 all panels
Working with Panels

Shift + Tab


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

Shift + Tab


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


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

Tab / Shift + Tab


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

Tab / Shift + Tab


Evernote (MacOS)
Increase List Level / Decrease List Level
Note Editor

Shift + + Tab / Shift + Tab


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

Shift + Tab


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

Shift + 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)
Go to previous element in form
Form

Shift + Tab


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


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

Shift + Tab


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

Tab / Shift + Tab


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

Shift + Tab


Adobe Photoshop CS4 (MacOS)
Show/Hide all panels except the toolbox and options bar
Shortcut Keys for using panels

Shift + Tab


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

Shift + Tab


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 bottom
Extract and Pattern Maker (plug-in) - Extract and Pattern Maker

Shift + Tab


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

Tab / Shift + Tab


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

Shift + 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 Outlook 2010 (Windows)
Switch between Navigation Pane, Tasks list, and To-Do Bar
Tasks Shortcuts

Shift + Tab


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

Shift + Tab


InDesign CS5 (MacOS)
Show/Hide all panels except the Toolbox and Control panel (docked or not)
Panels

Shift + Tab


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

Tab / Shift + Tab


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

Tab / Shift + Tab


Adobe Illustrator CS5 (MacOS)
Show/Hide all panels except the Tools panel and Control panel
Panel Shortcuts

Shift + Tab


IntelliJ (Linux)
Indent/unindent selected lines
Editing

Tab / Shift + Tab


IntelliJ (Windows)
Indent/unindent selected lines
Editing

Tab / Shift + Tab


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 preceding cell.
Move around in Tables

Shift + 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 bottom
Liquify

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


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

Shift + Tab


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

Shift + Tab


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

Tab / Shift + Tab


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

Tab / Shift + Tab


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

Shift + Tab


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

Shift + 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 previous label
Edit Menu

Shift + Tab


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

Tab / Shift + Tab


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


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

Tab / Shift + Tab


Adobe Illustrator CS5 (Windows)
Show/Hide all panels except the Tools panel and Control panel
Panel Shortcuts

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


Presonus Studio One (Windows)
Focus previous
Navigation

Shift + Tab


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

Tab / Shift + Tab


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

Shift + Tab


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

Shift + Tab


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

Shift + Tab


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 previous comment or form field
Comments

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


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

Tab / Shift + Tab


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

Shift + 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 through the command buttons from right to left and to the relationships graph from the Add Table command
Layout Mode Shortcuts - Relationships Graph

Shift + Tab


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

Tab / Shift + Tab


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

Shift + Tab


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

Tab / Shift + Tab


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

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


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

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)
Select next field / select previous field
The Rest - Select and move Fields or Columns

Tab / Shift + Tab


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

Shift + Tab


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

Shift + Tab


GTDNext.com (Windows)
Outdent
Center Pane Shortcuts

Shift + 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 the transaction type field in a new transaction row
Selecting Transactions in Account Registers

Shift + Tab


Quickbooks Online (Windows)
Select the transaction type field in a new transaction row
Selecting Transactions in Account Registers

Shift + Tab


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

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


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


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

Shift + Tab


Adobe Photoshop CC (Windows)
Show/Hide all panels except the toolbox and options bar
Basic Shortcuts for Photoshop CC 2015 - Shortcuts for all Panels

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


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

Tab / Shift + Tab


Adobe Photoshop CC (MacOS)
Show/Hide all panels except the toolbox and options bar
Basic Shortcuts for PhotoShop CC 2015 - Shortcuts for all Panels

Shift + Tab


Microsoft PowerPoint 2016 (Windows)
To next object
Navigation Operation

Shift + Tab


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

Tab / Shift + Tab


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

Tab / Shift + Tab


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

Shift + Tab


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

Shift + Tab


Apple Keynote (MacOS)
Selected Previous cell
Tables

Shift + Tab


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

Tab / Shift + Tab


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

Tab / Shift + Tab


Apple Keynote (MacOS)
Previous object
Objects on Canvas

Shift + Tab


Adobe Illustrator CC (MacOS)
Show/hide panels except Tools and Control
Panel Shortcuts

Shift + Tab


Adobe Illustrator CC (Windows)
Show/hide panels except Tools and Control
Panel Shortcuts

Shift + 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 previous cell
Table Editing

Shift + Tab


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

Tab / Shift + Tab


Adobe Photoshop CC (Windows)
Show/Hide all panels except the toolbox and options bar
Manage Panels - Shortcuts for all Panels

Shift + Tab


Nuke 10 (Windows)
Move to previous control in properties
Panel Properties

Shift + Tab


Microsoft Outlook 2016 (Windows)
Select the previous appointment
View: Calendar - Day/Week/Month

Shift + Tab


Nuke 10 (MacOS)
Move to previous control in properties
Panel Properties

Shift + Tab


Nuke 10 (Linux)
Move to previous control in properties
Panel Properties

Shift + Tab


Adobe Photoshop CC (MacOS)
Show/Hide all panels except the toolbox and options bar
Manage Panels - Shortcuts for all Panels

Shift + Tab


Nuke 10 (Windows)
Decrease Indentation
Script Editor

Shift + Tab


Nuke 10 (Linux)
Decrease Indentation
Script Editor

Shift + Tab


Nuke 10 (MacOS)
Decrease Indentation
Script Editor

Shift + Tab


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

Tab / Shift + Tab


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

Shift + Tab


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

Shift + Tab


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

Shift + Tab


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

Shift + Tab


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

Shift + Tab


Dynamics NAV 2015 (Windows)
Move to the Previous field
Page View and Review

Shift + Tab


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

Shift + Tab


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

Shift + Tab


Microsoft Word 2016 (Windows)
To next object
Navigation Operation

Shift + Tab


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

Shift + Tab


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

Shift + Tab / Left Arrow


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

Shift + Tab


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

Shift + Tab


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

Shift + Tab


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


Autodesk Inventor 2017 (Windows)
PROMOTE / Removes a part from a subassembly and makes it an individual part in the parent assembly
Assembly

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 preceding cell.
Working with Table

Shift + Tab


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

Tab / Shift + Tab


Dynamics AX 2015 (Windows)
Move the cursor to the previous hidden text/ hyperlink.
General Shortcuts

Shift + Tab


Zoho Show (Windows)
Decrease Indent
Formatting Shortcuts

Shift + Tab


Adobe Photoshop CC (Windows)
Jump to next/ jump to previous slider
Black-and-White Dialog Box

Tab / Shift + Tab


Adobe Photoshop CC (MacOS)
Jump to next/ jump to previous slider
Black-and-White Dialog Box

Tab / Shift + Tab


Zoho Show (MacOS)
Decrease Indent
Formatting Shortcuts

Shift + Tab


Apple Pages (MacOS)
Select text in nextprevious cell
Working with tables

Tab / Shift + Tab


Ace Projects (Windows)
Outdent
Other Shortcuts

Shift + Tab


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

Shift + Tab


Adobe Acrobat Pro (MacOS)
Navigate to the previous 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

Shift + Tab


1Password (Windows)
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.
General Shortcuts

Tab / Shift + Tab


1Password (Windows)
Change the focus in the opposite direction.
General Shortcuts

Shift + Tab


Apple Pages (MacOS)
Complete a cell entry and move the selection to the left
Editing chart data

Shift + Tab


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

Tab / Shift + Tab


Adobe Acrobat Pro (MacOS)
Move focus to previous comment or form field
Comments

Shift + Tab


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

Right Arrow / Left Arrow / Tab / Shift + Tab


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

Tab / Shift + Tab


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

Shift + Tab


Adobe Acrobat Pro (MacOS)
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 Excel 2016 (Windows)
Complete cell entry and move one cell right/ left
Edit Cell Content

Tab / Shift + Tab


Microsoft Projects 2016 (Windows)
Move within a selection left one field.
Move in Side Pane

Shift + Tab


JetBrains RubyMine (Windows)
Unindent Selected Lines
Editing Shortcuts

Shift + Tab


JetBrains RubyMine (MacOS)
Unindent Selected Lines
Editing Shortcuts

Shift + Tab


JetBrains RubyMine (Linux)
Unindent Selected Lines
Editing Shortcuts

Shift + Tab


JetBrains PyCharm (MacOS)
Unindent Selected Lines
Editing Shortcuts

Shift + Tab


JetBrains AppCode (MacOS)
Unindent Selected Lines
Editing Shortcuts

Shift + Tab


Microsoft Excel 2016 (Windows)
Move active cell right/ left in selection
Navigate Multi-Cell Selections

Tab / Shift + Tab


JetBrains PyCharm (Windows)
Unindent Selected Lines
Editing

Shift + Tab


Cloud9 (MacOS)
Outdent
Code Manipulation

Shift + Tab


Sketch 3 (MacOS)
Select Above Layer
Arranging Layers,Groups and Artboards

Shift + Tab


Cloud9 (Windows)
Outdent
Code Manipulation

Shift + Tab


Clarizen (Web Application)
Moves the selected cell one cell to the Left if Entire Row is Highlighted
Main Grid

Shift + Tab / Left Arrow


Clarizen (Web Application)
Moves focus between Controls in an Editor in Reverse order
PopUp/Item editor

Shift + Tab


Adobe Bridge CC (MacOS)
Rename Previous
35 Shortcuts for Adobe Bridge CC (MacOS)

Shift + Tab


Adobe Bridge CC (Windows)
Rename Previous
35 Shortcuts for Adobe Bridge CC (Windows)

Shift + Tab


Microsoft PowerPoint 2016 (MacOS)
Select the previous object
Working with objects

Shift + Tab


Microsoft Word 2016 (MacOS)
Move one cell to the left (in a table)
Move the Cursor

Shift + Tab


Clarizen (Web Application)
Moves between the input fields in Reverse Order
Other PopUps

Shift + Tab


Clarizen (Web Application)
Moves between the input fields in Reverse Order
Range Filter

Shift + Tab


Clarizen (Web Application)
Moves between the input fields in Reverse Order
Global filter Pane

Shift + Tab


Microsoft Excel 2016 (MacOS)
Move to the previous box, option, control, or command
Work in windows and dialogs

Shift + Tab


DocuSign (Web Application)
Tab Backward Through Fields
Field Shortcuts

Shift + Tab


Microsoft Word 2016 (MacOS)
Select the preceding cell's contents
Select text and graphics in a table

Shift + Tab


jEdit (Windows)
Shift Selected Line Right/Left
Source Code Editing

Tab / Shift + Tab


Microsoft Excel 2016 (MacOS)
Complete a cell entry and move to the left in the selection
Enter data on a sheet

Shift + Tab


Microsoft PowerPoint 2016 (MacOS)
Move to the preceding cell
Working in tables

Shift + Tab


Microsoft Outlook 2016 (MacOS)
Move back through controls in a window
Work in windows and dialogs

Shift + Tab


Opera (Windows)
Cycle focus within active context
Focus

Tab / Shift + Tab


Opera (MacOS)
Cycle focus within active context
Focus

Tab / Shift + Tab


Corel Ventura 10 (Windows)
To Next/Previous Frame ot Object
Cursor Movement

Tab / Shift+ Tab


Corel Quattro Pro X8 (Windows)
Move Left One Cell
Text Formatting

Shift + Tab


Microsoft Word 2016 (MacOS)
Move to the preceding cell
Move around in a table

Shift + Tab


Opera (MacOS)
Go to previous element in form
Form

Shift + Tab


Opera (Windows)
Go to previous element in form
Form

Shift + Tab


HTML-Kit (Windows)
Indent/Unindent Selected Text or Current ine
87 Shortcuts for HTML-Kit (Windows)

Tab / Shift + Tab


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

Shift + Tab


Apple Notes (MacOS)
Decrease List Level
Editing Notes

Command + [ / Shift + Tab


InCopy CC (MacOS)
Insert right indent tab
Working with Text

Shift + Tab


InCopy CC (Windows)
Insert right indent tab
Working with Text

Shift + Tab


InCopy CC (MacOS)
Move to previous cell
Tables

Shift + Tab


Final Fantasy XV (Windows)
Cycle through enemies (farthest to nearest)
Targeting

Shift + Tab


Kingsoft Spreadsheets 2016 (Windows)
Move one cell to Left
Navigation Shortcuts

Shift + Tab


InCopy CC (Windows)
Move to previous cell
Tables

Shift + Tab


Lightworks (Windows)
Moves Left to Previous Field
31 Shortcuts for Lightworks (Windows)

Shift + Tab


Informix Genero 2.5.0 (Windows)
Previous tab stop
Cursor Movement Shortcuts

Shift + Tab


Brackets (MacOS)
Indent Left
Moving Code

Shift + Tab


IBM Director (Windows)
Go to Previous Link in Topic Pane
14 Shortcuts for IBM Director (Windows)

Shift + Tab


Forte (Windows)
Cycle Through Panes (Counter Clockwise)
Main Browser Window

Shift + Tab


Notes 9.0 (Windows)
Navigate backward in Tab Order
26 Shortcuts for Notes 9.0 (Windows)

Shift + Tab


Informix Genero 2.5.0 (Windows)
Un-indent block
Editing Shortcuts

Shift + Tab


Jetbrains CLion (Windows)
Indent/unindent selected lines
Editing Shortcuts

Tab / Shift + Tab


Vuze (Windows)
Move between tables, Buttons,Tabs and other widgets
Basic Window Controls

Tab / Shift + Tab


Vuze (MacOS)
Move between tables, Buttons,Tabs and other widgets
Basic Window Controls

Tab / Shift + Tab


KMPlayer (Windows)
Playback Message
General

Shift + Tab


Jupyter Notebook (Windows)
tooltip
Edit Mode (press Enter to enable)

Shift + Tab


Editpad 7 (Windows)
Indent or unindent a block of lines
Select and Edit Text

Shift + Tab


Soundforge (Windows)
Switch the selection through the channels in a multichannel file
Data Selection

Tab / Shift + Tab


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

Tab / Shift + Tab


Libreoffice Writer (Windows)
The heading in format "Heading X" (X = 2-10) is moved up one level in the outline.
Paragraphs and Heading Levels

Shift + Tab


Quickbooks Online (MacOS)
Select the transaction type field in a new transaction row
Selecting Transactions in Account Registers

Shift + Tab


Quickbooks Desktop (Windows)
Jump to next / jump to previous invoice field
Managing Invoices

Tab / Shift + Tab


Quickbooks Desktop (Windows)
Next field / previous field
General Editing

Tab / Shift + Tab


iClone 7 (Windows)
Jump to previous key or clip.
Timeline Shortcuts

Shift + Tab


CodeLite 10 (Windows)
Dedent block.
Editor

Shift + Tab


Delphi 10 (Windows)
Moves the cursor to the left one tab position
193 Shortcuts for Delphi 10 (Windows)

Shift + Tab


Edgecam (Windows)
Toggle between selected entities
30 Shortcuts for Edgecam (Windows)

Tab / Shift + Tab


Kate (Windows)
Selected line indent left
38 Shortcuts for Kate (Windows)

Shift + Tab


RStudio (Windows)
Outdent
Editing (Console and Source)

Shift + Tab


Surfcam (Windows)
Moves the cursor one field backward in a Dialog Box
60 Shortcuts for Surfcam (Windows)

Shift + Tab


RStudio (MacOS)
Outdent
Editing (Console and Source)

Shift + Tab


Surfcam (Windows)
Move the pointer one field backward in a dialog box
60 Shortcuts for Surfcam (Windows)

Shift + Tab


Surfcam (Windows)
Show/Hide the tool holder
Within Edit NC

Shift + Tab


Surfcam (Windows)
Show/Hide the tool holder
Within Backplot

Shift + Tab


Moldflow Adviser (Windows)
In a dialog, cycle backwards through the items and boxes
General Shortcuts

Shift + Tab


Moldflow Insight (Windows)
In a dialog, cycle backwards through the items and boxes
General Shortcuts

Shift + Tab


Ableton Live 9 (Windows)
Toggle Device/Clip View
Showing and Hiding Results

Shift + Tab / F12


Ableton Live 9 (MacOS)
Toggle Device/Clip View
Showing and Hiding Results

Shift + Tab / F12


TurboCAD (Windows)
Set input focus to status bar
171 Shortcuts for TurboCAD (Windows)

Shift + Tab


Inkscape (Windows)
Within a dialog jump to previous widget
Dialog

Shift + Tab


SAP Web IDE (Windows)
Indent/ Outdent line
47 Shortcuts for SAP Web IDE (Windows)

Tab / Shift + Tab


Inkscape (MacOS)
Jump to previous widget
Dialogs

Shift + Tab


Inkscape (Windows)
Jump to previous field
Control Bar

Shift + Tab


Inkscape (MacOS)
Jump to previous field
Controls bar

Shift + Tab


Modo (Windows)
Toggle Catmull-Clark subdivision surfaces
General Modeling

Shift + Tab


Wordfast Pro (Windows)
Switch Between Source And Target
100 Shortcuts for Wordfast Pro (Windows)

Shift + Tab


gEDA (Linux)
Horizontal flip
ViewPort

Shift + Tab


Wordfast Pro (MacOS)
Switch Between Source And Target
100 Shortcuts for Wordfast Pro (MacOS)

Shift + Tab


Modo (MacOS)
Toggle Catmull-Clark subdivision surfaces
General Modeling

Shift + Tab


gEDA (Linux)
View: horizontal flip
Other Important Shortcuts

Shift + Tab


Inkscape (Windows)
Select previous object -
Selector

Shift + Tab


Arduino (Linux)
Decrease Indent
29 Shortcuts for Arduino (Linux)

Shift + Tab


Arduino (MacOS)
Decrease Indent
29 Shortcuts for Arduino (MacOS)

Shift + Tab


Arduino (Windows)
Decrease Indent
29 Shortcuts for Arduino (Windows)

Shift + Tab


Sage Simply Accounting (Windows)
Move to previous option
General

Shift + Tab


Sage Simply Accounting (MacOS)
Move to previous option
General

Shift + Tab


Inkscape (Windows)
Select previous node
Node Tool

Shift + Tab


Vectorworks (Windows)
Move left by one cell
Worksheet Key Functions

Shift + Tab


Vectorworks (MacOS)
Move left by one cell
Worksheet Key Functions

Shift + Tab


SuperMemo (Windows)
Move to the previous option or option group
129 Shortcuts for SuperMemo (Windows)

Shift + Tab


eMachineShop (Windows)
Select prior line in workspace
38 Shortcuts for eMachineShop (Windows)

Shift + Tab


MindManager v19 (Windows)
previous or next (often same as arrows)
Moving the blue box

Tab / Shift + Tab


Inkscape (Windows)
Select previous handle
Caligraphy

Shift + Tab


Altium Designer (Windows)
Tab backwards
Common Shortcuts

Shift + Tab


Microsoft Word 2010 (Windows)
Cycle backwards through all options and elements
Navigate within Documents - Dialog boxes

Shift + Tab


Google Spreadsheets (Web Application)
Move one cell to the left
Movement within worksheets

Shift + Tab


Internet Explorer (Windows)
Move forward / move backwards through items on a webpage. Press and hold tab button to skip through multiple links.
Navigate Webpages in IE8

Tab / Shift + Tab


Google Spreadsheets (Web Application)
Move from right to left within the selected range. If cells in a single column are selected, move up.
Movement within a selected range

Shift + Tab


Microsoft Excel 2007 (Windows)
Moves to the previous cell in a worksheet or the previous option in a dialog box.
Navigating in Worksheets and Selecting Cells

Shift + Tab


Microsoft Windows Vista (Windows)
Moves between Explorer Panes.
Windows/Vista Explorer Shortcuts

Tab / Shift + Tab


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

Shift + Tab


Microsoft Outlook 2007 (Windows)
Move to next or previous field in Reading Pane.
Basic Navigation

Shift + Tab / Ctrl + Tab


Google Spreadsheets (Web Application)
Complete a cell entry and select the previous cell to the left
Entering/editing data

Shift + Tab


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

Tab / Shift + Tab


Dynamics CRM 2011 (Windows)
Move forward / backwards through the form's fields
Forms

Tab / Shift + Tab


Open Office Writer 3 (Windows)
The heading in format Heading X (X = 2–10) is moved up one level in the outline.
Paragraph and Heading Tables

Shift + Tab


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

Shift + Tab


Microsoft Word 2010 (Windows)
In Navigation Pane: Move through Navigation Pane options
Navigate within Documents - Navigation Pane

Tab / Shift + Tab


Microsoft Word 2010 (Windows)
Jump to (and select) next / previous table cell
Navigate within Documents - Navigate in Tables

Tab / Shift + Tab


Microsoft Word 2010 (Windows)
Cycle backwards through all options and elements
Edit Documents - Dialog boxes

Shift + Tab


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

Tab / Shift + Tab


Microsoft Excel 2007 (Windows)
Select the previous element in a SmartArt graphic.
Smart-Art Graphics: Work with shapes

Shift + Tab


Microsoft Outlook 2007 (Windows)
Switch between the Navigation Pane, Tasks list, and To-Do Bar.
Shortcuts for Managing Tasks

Shift + Tab