IntelliJ (Linux)

General

Switch between tabs and tool window

Ctrl + Tab

All hotkeys for IntelliJ (Linux)

Productivity
To quickly open any class.

Ctrl + N

Productivity
To quickly open any file.

Ctrl + Shift + N

Productivity
Toggle tools (maximize/minimize code window).

Ctrl + Shift + F12

Productivity
Code completion.

Ctrl + Space

Productivity
To find all places where a particular class, method or variable is used in the whole project by positioning the caret at the symbol's name or at its usage in code.

Alt + F7

Productivity
To quickly see the documentation for the class or method used at the editor's caret.

Crtl + P

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

Ctrl + Space

Editing
Smart code completion (filters the list of methods and variables by expected type)

Ctrl + Shift + Space

Editing
Complete statement

Ctrl + Shift + Enter

Editing
Parameter info (within method call arguments)

Ctrl + P

Editing
Quick documentation lookup

Ctrl + Q

Editing
External Doc

Shift + F1

Editing
Brief Info

Ctrl + mouse over code

Editing
Show descriptions of error or warning at caret

Ctrl + F1

Editing
Generate code... (Getters, Setters, Constructors, hashCode/equals, toString)

Alt + Insert

Editing
Override methods

Ctrl + O

Editing
Implement methods

Ctrl + I

Editing
Surround with… (if..else, try..catch, for, synchronized, etc.)

Ctrl + Alt + T

Editing
Comment/uncomment with line comment

Ctrl + /

Editing
Comment/uncomment with block comment

Ctrl + Shift + /

Editing
Select successively increasing code blocks

Ctrl + W

Editing
Decrease current selection to previous state

Ctrl + Shift + W

Editing
Context info

Alt + Q

Editing
Show intention actions and quick-fixes

Alt + Enter

Editing
Reformat code

Ctrl + Alt + L

Editing
Optimize imports

Ctrl + Alt + O

Editing
Auto-indent line(s)

Ctrl + Alt + I

Editing
Indent/unindent selected lines

Tab / Shift + Tab

Editing
Cut current line or selected block to clipboard

Ctrl + X / Shift + Delete

Editing
Copy current line or selected block to clipboard

Ctrl + C / Ctrl + Insert

Editing
Paste from clipboard

Ctrl + V / Shift + Insert

Editing
Paste from recent buffers...

Ctrl + Shift + V

Editing
Duplicate current line or selected block

Ctrl + D

Editing
Delete line at caret

Ctrl + Y

Editing
Smart line join

Ctrl + Shift + J

Editing
Smart line split

Ctrl + Enter

Editing
Start new line

Shift + Enter

Editing
Toggle case for word at caret or selected block

Ctrl + Shift + U

Editing
Select till code block end/start

Ctrl + Shift + ] / [

Editing
Delete to word end

Ctrl + Delete

Editing
Delete to word start

Ctrl + Backspace

Editing
Expand/collapse code block

Ctrl + NumPad + / -

Editing
Expand all / collapse all

Ctrl + Shift + NumPad + / -

Editing
Close active editor tab

Ctrl + F4

Editing
Find usages / Find usages in file

Alt + F7 / Ctrl + F7

Editing
Highlight usages in file

Ctrl + Shift + F7

Editing
Show usages

Ctrl + Alt + F7

Editing
Copy

F5

Editing
Move

F6

Editing
Safe Delete

Alt + Delete

Editing
Rename

Shift + F6

Editing
Change Signature

Ctrl + F6

Editing
Inline

Ctrl + Alt + N

Editing
Extract Method

Ctrl + Alt + M

Editing
Extract Variable

Ctrl + Alt + V

Editing
Extract Field

Ctrl + Alt + F

Editing
Extract Constant

Ctrl + Alt + C

Editing
Extract Parameter

Ctrl + Alt + P

Search/Replace
Search everywhere

Double Shift

Search/Replace
Find

Ctrl + F

Search/Replace
Find next / Find previous

F3 / Shift + F3

Search/Replace
Replace

Ctrl + R

Search/Replace
Find in path

Ctrl + Shift + F

Search/Replace
Replace in path

Ctrl + Shift + R

Search/Replace
Search structurally (Ultimate Edition only)

Ctrl + Shift + S

Search/Replace
Replace structurally (Ultimate Edition only)

Ctrl + Shift + M

Compile and Run
Make project (compile modifed and dependent)

Ctrl + F9

Compile and Run
Compile selected file, package or module

Ctrl + Shift + F9

Compile and Run
Select configuration and run

Alt + Shift + F10

Compile and Run
Select configuration and debug

Alt + Shift + F9

Compile and Run
Run

Shift + F10

Compile and Run
Debug

Shift + F9

Compile and Run
Run context configuration from editor

Ctrl + Shift + F10

Debugging
Commit project to VCS

Ctrl + K

Debugging
Update project from VCS

Ctrl + T

Debugging
View recent changes

Alt + Shift + C

Debugging
‘VCS’ quick popup

Alt + `

Debugging
Step over

F8

Debugging
Step into

F7

Debugging
Smart step into

Shift + F7

Debugging
Step out

Shift + F8

Debugging
Run to cursor

Alt + F9

Debugging
Evaluate expression

Alt + F8

Debugging
Resume program

F9

Debugging
Toggle breakpoint

Ctrl + F8

Debugging
View breakpoints

Ctrl + Shift + F8

Live Templates
Surround with Live Template

Ctrl + Alt + J

Live Templates
Insert Live Template

Ctrl + J

Live Templates
Iteration according to Java SDK 1.5 style

Ctrl + J - iter

Live Templates
Check object type with instanceof and downcast it

Ctrl + J - inst

Live Templates
Iterate Collection / Iterate elements of java.util.Collection

Ctrl + J - itco

Live Templates
Iterate Itterator / IIterate elements of java.util.Iterator

Ctrl + J - itit

Live Templates
Iterate List / Iterate elements of java.util.List

Ctrl + J - itli

Live Templates
Public static final

Ctrl + J - psf

Live Templates
throw new

Ctrl + J - thr

Navigation
Go to class

Ctrl + N

Navigation
Go to file

Ctrl + Shift + N

Navigation
Go to symbol

Ctrl + Alt + Shift + N

Navigation
Go to next/previous editor tab

Alt + Right/Left

Navigation
Go back to previous tool window

F12

Navigation
Go to editor (from tool window)

Esc

Navigation
Hide active or last active window

Shift + Esc

Navigation
Close active run/messages/find/... tab

Ctrl + Shift + F4

Navigation
Go to line

Ctrl + G

Navigation
Recent files popup

Ctrl + E

Navigation
Navigate backward / navigate forward

Ctrl + Alt + Arrow left / Arrow right

Navigation
Navigate to last edit location

Ctrl + Shift + Backspace

Navigation
Select current file or symbol in any view

Alt + F1

Navigation
Go to declaration

Ctrl + B / Ctrl + Click

Navigation
Go to implementation(s)

Ctrl + Alt + B

Navigation
Open quick definition lookup

Ctrl + Shift + I

Navigation
Go to type declaration

Ctrl + Shift + B

Navigation
Go to super-method/super-class

Ctrl + U

Navigation
Go to previous/next method

Alt + Arrow up / Arrow down

Navigation
Move to code block end / move to code start

Ctrl + ] / [

Navigation
File structure popup

Ctrl + F12

Navigation
Type hierarchy

Ctrl + H

Navigation
Method hierarchy

Ctrl + Shift + H

Navigation
Call hierarchy

Ctrl + Alt + H

Navigation
Next/previous highlighted error

F2 / Shift + F2

Navigation
Edit source / View source

F4 / Ctrl + Enter

Navigation
Show navigation bar

Alt + Home

Navigation
Toggle bookmark

F11

Navigation
Toggle bookmark with mnemonic

Ctrl + F11

Navigation
Go to numbered bookmark

Ctrl + 0 ... 9

Navigation
Show bookmarks

Shift + F11

General
Open corresponding tool window

Alt + 0 ... 9

General
Save all

Ctrl + S

General
Synchronize

Ctrl + Alt + Y

General
Toggle maximizing editor

Ctrl + Shift + F12

General
Add to Favorites

Alt + Shift + F

General
Inspect current file with current profile

Alt + Shift + I

General
Quick switch current scheme

Ctrl + `

General
Open Settings dialog

Ctrl + Alt + S

General
Open Project Structure dialog

Ctrl + Alt + Shift + S

General
Find Action

Ctrl + Shift + A

General
Switch between tabs and tool window

Ctrl + Tab

Similar combinations for other applications


Microsoft Word 2007 (Windows)
Insert a tab character.
Working with documents: Outline view

Ctrl + Tab


Firefox (Linux)
Jump to next browser tab
Navigation

Ctrl + Tab / Ctrl + Page Down


Google Chrome (Windows)
Switch to the next tab
Manage Tabs

Ctrl + Tab / Ctrl + Page Up


Firefox (Windows)
Jump to next browser tab
Navigation

Ctrl + Tab / Ctrl + Page Down


Microsoft OneNote 2010 (Windows)
Go to the next / previous section.
Managing Pages, Notebooks and Sections

ctrl + tab / ctrl + shift + tab


Access 2010 (Windows)
Switch to next tab / switch to previous tab in a dialog box
Manage Access Features - Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Outlook 2010 (Windows)
Move between Calendar, TaskPad, and Folder List
Messages in Main View - Navigate Calendar

Ctrl + Tab / F6


Unity3D 3 (Windows)
Next window / previous window
Window

Ctrl + Tab / Ctrl + Shift + Tab


Firefox (MacOS)
Next Tab
Window and Tabs

Ctrl + Tab


Microsoft Excel 2010 (Windows)
Switch to the next/ previous tab in dialog box.
Work with Data Selections - Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


Google Chrome (Linux)
Switch to the next / previous tab (or use ctrl+page up/ctrl+page down)
Manage Tabs

Ctrl + Tab / Ctrl + Shift + Tab


SharpDevelop 4.0 (Windows)
Goto next window
Manage Windows

Ctrl + Tab


Access 2010 (Windows)
In subdatasheet: Exit to next / to previous record
Manage Access Features - Navigate in Datasheet, Subdatasheet, and Form View

Ctrl + Tab / Ctrl + Shift + Tab


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

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


Microsoft Outlook 2010 (Windows)
Move between Calendar, TaskPad, and Folder List
Messages in Compose View - Navigate Calendar

Ctrl + Tab / F6


Microsoft PowerPoint 2003 (Windows)
Switch to the next tab in a dialog box
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + Tab / Ctrl + Page Down


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

Ctrl + Tab


Microsoft Excel 2011 (MacOS)
Move to the next workbook / move to the previous workbook or window
Moving and scrolling in a sheet or workbook

Ctrl + Tab / Ctrl + Shift + Tab


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

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


Opera (Linux)
Cycle forwards through tabs in Tab Menu
Tabs

Ctrl + Tab


Total Commander 8 (Windows)
Jump to next tab / jump to previous tab
Main Shortcuts

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Excel 2010 (Windows)
Switch to the next/ previous tab in dialog box.
Insert and Edit Data - Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Windows 8 (Windows)
On Start Screen: Switch Between Start Window and All Apps Window
Getting around Windows 8 Start Screen and Desktop

Ctrl + Tab


Access 2010 (Windows)
Switch to next tab / switch to previous tab in a dialog box
Working with Text and Data - Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Outlook 2010 (Windows)
Move between Calendar, TaskPad, and Folder List
Calendar Shortcuts - Navigate Calendar

Ctrl + Tab / F6


Sublime Text (Windows)
Move to next/ previous open tab by stack (order they were opened)
Manage Sublime Window, Files and Tabs

Ctrl + Tab / Ctrl + Shift + Tab


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

Ctrl + Tab


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

Ctrl + Tab / Ctrl + Shift + Tab


Oracle SQL Developer 4 (Windows)
Next File/ Previous File
Window

Ctrl + Tab / Ctrl + Shift + Tab


Access 2010 (Windows)
In subdatasheet: Exit to next / to previous record
Working with Text and Data - Navigate in Datasheet, Subdatasheet, and Form View

Ctrl + Tab / Ctrl + Shift + Tab


AutoCAD 2012 (Windows)
Switch to next / switch to previous drawing
Manage Drawings

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Excel 2011 (MacOS)
Switch to the next tab in a dialog box
Dialog boxes

Ctrl + Tab


CATIA V5 (Windows)
Switch between the different windows
38 Shortcuts for CATIA V5 (Windows)

Ctrl + Tab


Microsoft PowerPoint 2010 (Windows)
Insert a tab in a cell in table.
Basic Text Navigation and Formatting

Ctrl + Tab


Adobe Photoshop CS5 (MacOS)
Cycle through open documents
View images

Ctrl + Tab


Microsoft Excel 2010 (Windows)
Switch to the next/ previous tab in dialog box.
Format Data - Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


Adobe Photoshop CS5 (Windows)
Cycle through open documents
View Images

Ctrl + Tab


Microsoft PowerPoint 2010 (Windows)
Insert a tab in a cell.
Move around in Tables

Ctrl + Tab


Microsoft PowerPoint 2010 (Windows)
Switch to the next tab in a dialog box.
Work with Dialog Boxes

Ctrl + Tab


Access 2010 (Windows)
Switch to next tab / switch to previous tab in a dialog box
Working with Access Views - Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


Notepad2 (Windows)
Insert tabulator
Char, Word

Ctrl + Tab


Virtual DJ (Windows)
Menu +1
All Shortcuts

Ctrl + Tab


Microsoft Excel 2010 (Windows)
Switch to the next/ previous tab in dialog box.
Formulas and Names - Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


IntelliJ (Windows)
Switch between tabs and tool window
General

Ctrl + Tab


Access 2010 (Windows)
In subdatasheet: Exit to next / to previous record
Working with Access Views - Navigate in Datasheet, Subdatasheet, and Form View

Ctrl + Tab / Ctrl + Shift + Tab


Qt Creator (Windows)
Previous open document / Next open document in history
General

Ctrl + Tab / Ctrl + Shift + Tab


Qt Creator (MacOS)
Previous open document / Next open document in history
General

Ctrl + Tab / Ctrl + Shift + Tab


Adobe Acrobat Pro (Windows)
Move focus to the next panel in the Task pane
Navigation - Navigating task panes

Ctrl + Tab


FileMaker Pro (Windows)
Insert a tab in a field
Layout Mode Shortcuts - Delete and Edit Text

Ctrl + Tab


Beyond Compare (Windows)
Next tab
Misc.

Ctrl + Tab


Comsol 5 (Windows)
Switch focus to the next window on the desktop
Model Tree

Ctrl + Tab


Adobe Acrobat Pro (Windows)
Move to next navigation panel and make it active (when focus is anywhere in the navigation pane)
Navigation - Navigation panels

Ctrl + Tab


Comsol 5 (Linux)
Switch focus to the next window on the desktop
Model Tree

Ctrl + Tab


Comsol 5 (MacOS)
Switch focus to the next window on the desktop
Model Tree

Ctrl + Tab


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

Ctrl + Tab


Microsoft Excel 2013 (Windows)
Move to next / previous workbook window
Manage Multiple Workbooks

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Word 2013 (Windows)
Jump between find menu and document
Search and Replace

Ctrl + Tab


Notepad++ 6 (Windows)
Next Document (also shows list of open files). Can be disabled - see Settings/Preferences/Global.
File menu

Ctrl + Tab


Adobe Acrobat Pro (Windows)
Move focus to next tab in a tabbed dialog box
Navigation

Ctrl + Tab


Microsoft Word 2013 (Windows)
Insert a tab character
Outline View

Ctrl + Tab


Microsoft Excel 2013 (Windows)
Select the PivotTable toolbar
Pivot Tables

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Excel 2013 (Windows)
Switch to the next/ previous tab in dialog box
Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


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

Ctrl + Tab / Ctrl + Shift + Tab


Access 2010 (Windows)
Switch to next tab / switch to previous tab in a dialog box
The Rest - Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Excel 2010 (Windows)
Switch to the next/ previous tab in dialog box.
The Rest - Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


FileMaker Pro (Windows)
Insert a tab in a field
Text Shortcuts - Delete and Edit Text

Ctrl + Tab


Microsoft Excel 2010 (Windows)
Move to next / previous workbook window.
Manage Multiple Workbooks

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Outlook 2016 (Windows)
Move around message header lines in the Folder Pane or an open message
Basic Navigation

Ctrl + Tab


Microsoft OneNote 2016 (Windows)
Go to next/ previous section
Manage Pages, Notebooks and Sections

Ctrl + Tab / Ctrl + Shift + Tab


Skype for Business (Lync) 2016 (Windows)
Switch to the next tab / switch to previous tab
Tabbed conversations

Ctrl + Tab / Ctrl + Shift + Tab


Console2 (Windows)
Next tab
30 Shortcuts for Console2 (Windows)

Ctrl + Tab


Access 2010 (Windows)
In subdatasheet: Exit to next / to previous record
The Rest - Navigate in Datasheet, Subdatasheet, and Form View

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Edge Browser (Windows)
Switch to the next tab
Navigation

Ctrl + Tab


Access 2016 (Windows)
Switch to the next tab in dialog box
Windows/Content Switching/Navigation

Ctrl + Tab


Microsoft Visio 2016 (Windows)
Cycle through open drawings
Window/Navigation Shortcut

Ctrl + Tab


FileMaker Pro (Windows)
Insert a tab in a field
Database Management Shortcuts - Delete and Edit Text

Ctrl + Tab


FileMaker Pro (Windows)
Cycle through document windows
Navigation and Window Display

Ctrl + Tab


Finale (Windows)
Switch between windows
Windows Menu

Ctrl + Tab


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

Ctrl + Tab


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

Ctrl + Tab


Dynamics GP 2015 (Windows)
Move to next toolbar command
Tools Shortcuts

Ctrl + Tab


Dynamics AX 2015 (Windows)
Move to the next Tab (when a control on a Tab has focus).
Working with Forms

Ctrl + Tab


Adobe Photoshop CC (Windows)
Cycle forwards/ backwards through open documents
Manage Views

Ctrl + Tab / Ctrl + Shift + Tab


Adobe Photoshop CC (MacOS)
Cycle forwards/ backwards through open documents
Manage Views

Ctrl + Tab


Microsoft Projects 2016 (Windows)
Switch to the next Tab in a dialog box.
Working with dialog boxes

Ctrl + Tab


Dynamics AX 2015 (Windows)
Move between modules.
Windows and Menu Control

Ctrl + Tab


Microsoft Projects 2016 (Windows)
Insert a Tab in a cell.
Working with Table

Ctrl + Tab


AutoCAD 2016 (Windows)
Moves to the next file tab
General

Ctrl + TAB


JetBrains RubyMine (Windows)
Switch Editor Tabs and IDE Tool Windows
General Shortcuts

Ctrl + Tab


JetBrains RubyMine (Linux)
Switch Editor Tabs and IDE Tool Windows
General Shortcuts

Ctrl + Tab


JetBrains PyCharm (Windows)
Switch Editor Tabs and IDE Tool Windows
General Shortcuts

Ctrl + Tab


Adobe Flash Builder (Windows)
Cycle through open files
24 Shortcuts for Adobe Flash Builder (Windows)

Ctrl + Tab


Adobe XD (Experience Design) (Windows)
Design mode
Operations Menu

Ctrl + Tab


Adobe XD (Experience Design) (Windows)
Prototype mode
Operations Menu

Ctrl + Tab


Adobe XD (Experience Design) (Windows)
Switch Workspace
View Menu

Ctrl + Tab


Adobe Dreamweaver (Windows)
Next Document
Coding Shortcuts

Ctrl + Tab


JetBrains PhpStorm (Windows)
Switch Editor Tabs and IDE Tool Windows
General Shortcuts

Ctrl + Tab


Adobe XD (Experience Design) (MacOS)
Switch Workspace
View Menu

Ctrl + Tab


JetBrains PhpStorm (MacOS)
Switch Editor Tabs and IDE Tool Windows
General Shortcuts

Ctrl + Tab


Cloud9 (Windows)
Next Tab
Tabs

Ctrl + Tab


JetBrains PhpStorm (Linux)
Switch Editor Tabs and IDE Tool Windows
General Shortcuts

Ctrl + Tab


Blender 3D (Windows)
Switches between Vertex Select,Edge Select and Face Select Modes
General Editing

Ctrl + Tab


VMWare Workstation 12 (Windows)
Switch between Ungrabbed Virtual Machines
14 Shortcuts for VMWare Workstation 12 (Windows)

Ctrl + Tab


Corel Quattro Pro X8 (Windows)
Select Object in Chart
Text Formatting

Ctrl + Tab


Kingsoft Spreadsheets 2016 (Windows)
Go to Next Tab
Navigation Shortcuts

Ctrl + Tab


Kingsoft Writer 2016 (Windows)
Switch to Next Document Tab
Navigation Shortcuts

Ctrl + Tab


Flock (Windows)
Change tabs
General

Ctrl + Tab


Forte (Windows)
Cycle through all windows
All Window

F6 / Ctrl + Tab


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

Ctrl + Tab


vSphere Client (Windows)
Cycle forward through Tabs
vCenter Navigation Shortcuts

Ctrl + Tab


Brackets (Windows)
Next Document
99 Shortcuts for Brackets (Windows)

Ctrl + Tab


Maxthon (Web Application)
Switch tabs
Switch tabs

Ctrl + Tab


KMPlayer (Windows)
Advanced Playback Info
General

Ctrl + Tab


VideoPad Video Editor (Windows)
Select next bin
Tools

Ctrl + Tab


Libreoffice Writer (Windows)
Next suggestion with Automatic Word Completion
General

Ctrl + Tab


MPS 2017 (Windows)
Navigate between files opened in the editor, and tool windows
Navigation between IDE Components

Ctrl + Tab


Quickbooks Desktop (Windows)
Go to next / go to previous Window with multiple sub-windows open
Access Main Functions / Windows

Ctrl + Tab / Ctrl + Shift + Tab


Libreoffice Writer (Windows)
Inserts a tab stop (only in tables). Depending on the Window Manager in use, Alt+Tab may be used instead.
Tables

Ctrl + Tab


Libreoffice Writer (Windows)
Selects the anchor of an object (in Edit Points mode).
Moving,Resizing Frames, Graphics and Objects

Ctrl + Tab


Rhino (Windows)
Next viewport active. Cycles through layout pages if a layout is active and through model viewports if model space is active
Navigation Shortcuts

Ctrl + Tab


Visual Studio Code (Windows)
Open next
File Management

Ctrl + Tab


Delphi 10 (Windows)
Switch to the next open file in the editor
193 Shortcuts for Delphi 10 (Windows)

Ctrl + Tab


Xamarin Studio (MonoDevelop) (MacOS)
Next Document
Window

Ctrl + Tab


SolidWorks (Windows)
Cycle between documents-forward
Miscellaneous Shortcuts

Ctrl + Tab


CodeLite 10 (Windows)
Cycle through recent files.
Editor

Ctrl + Tab


CodeLite 10 (Windows)
Activate next open file
Files

Ctrl + Tab


FlashFXP (Web Application)
Quickly switch between browser panes
54 Shortcuts for FlashFXP (Web Application)

Ctrl + Tab


TurboCAD (Windows)
Switch to the previous open drawing
171 Shortcuts for TurboCAD (Windows)

Ctrl + Tab


PSPad (Windows)
Next Window - Goto next file
Window

Ctrl + Tab


CuteFTP (Windows)
Move focus right to left among open connections and documents
General

Ctrl + Tab


Modo (Windows)
Layout switcher, organized by most recent
General/System

Ctrl + Tab


Comodo IceDragon (Windows)
Next Tab
Windows and Tabs

Ctrl + Tab


Wordfast Pro (Windows)
Copy Word
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + Tab


VariCAD (Windows)
Activate Previous Window
Hot Keys

Ctrl + Tab


Geany (Linux)
Switch to last used document
Files

Ctrl + Tab


Geany (Windows)
Switch to last used document
Files

Ctrl + Tab


Inkscape (Windows)
Next document window
Window

Ctrl + Tab


SpaceClaim (Windows)
Display Next Design Window
71 Shortcuts for SpaceClaim (Windows)

Ctrl + Tab


Altium Designer (Windows)
Cycle Through OPen Documents(to the Right)
Environment Shortcuts

Ctrl + Tab


AVS Audio Editor (Windows)
Navigates through the audio files loaded into the program
File

Ctrl + Tab


MuseScore (Windows)
Next Score
Navigation Shortcuts

Ctrl + Tab


AVS Video Editor (Windows)
Switch modes
Timeline Shortcuts

Ctrl + Tab


Brave Browser (Windows)
Next Tab
Tabs and Windows

Ctrl + Tab


Balsamiq Mockups (Windows)
Looping through the open files in Mockups for Desktop
Working with Mockup Files

Ctrl + Tab / Ctrl + Shift + Tab


TopSolid (Windows)
Toggle Between Open TopSolid Documents
Part Clamping

Ctrl + Tab


ComplyPro 2017B (Windows)
Navigate between main grid, links grid and details panel
Navigation

Ctrl + Tab


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

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


FlexiSign Pro 8.1 (Windows)
Next Window
View Shortcuts

Ctrl + Tab


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

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


Microsoft Word 2010 (Windows)
Cycle forward through available pages
Navigate within Documents - Dialog boxes

Ctrl + Tab


Internet Explorer (Windows)
Jump to next / jump to previous browser tab.
Tabbed Browsing main

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Excel 2007 (Windows)
Switches to the next tab in dialog box
Navigating in Worksheets and Selecting Cells

Ctrl + Tab


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

Shift + Tab / Ctrl + Tab


InDesign CS5 (Windows)
Toggle Selection and Direct Selection tool
Tools

Ctrl + Tab


Winamp Media Player (Windows)
Cycle through different windows (seems to be worthless), use alt+w twice to get to main player window, alt+l to get to media library etc.
Manage Winamp Window(s)

Ctrl + Tab


Open Office Writer 3 (Windows)
Next suggestion with Automatic Word Completion
General OpenOffice Writer Shortcuts

Ctrl + Tab


Open Office Writer 3 (Windows)
Inserts a tab stop (only in tables). Depending on the Window Manager in use, alt+tab may be used instead.
Working with Tables

Ctrl + Tab


Open Office Writer 3 (Windows)
At the start of a heading, inserts a tab stop. Depending on the Window Manager in use, Alt+Tab may be used instead. To change the heading level with the keyboard, first position the cursor in front of the heading.
Paragraph and Heading Tables

Ctrl + Tab


IrfanView 4.42 (Windows)
Cycle focus in the thumbnails window
Main Program Window

Ctrl + Tab


Microsoft Word 2010 (Windows)
Insert tab character
Navigate within Documents - Edit Tables

Ctrl + Tab


Microsoft Word 2010 (Windows)
Cycle forward through available pages
Edit Documents - Dialog boxes

Ctrl + Tab


Adobe Photoshop CS4 (Windows)
Cycles through open documents
Shortcut Keys for viewing images

Ctrl + Tab


Microsoft Word 2010 (Windows)
Insert tab character
Edit Documents - Edit Tables

Ctrl + Tab


Microsoft Outlook 2007 (Windows)
Move between Calendar, TaskPad, and the Folder List.
Shortcuts for Calender View

Ctrl + Tab / F6


Microsoft Word 2010 (Windows)
Cycle forward through available pages
Formats - Dialog boxes

Ctrl + Tab


Microsoft Word 2010 (Windows)
Insert tab character
Formats - Edit Tables

Ctrl + Tab


Microsoft Word 2010 (Windows)
Cycle forward through available pages
Manage Word View - Dialog boxes

Ctrl + Tab


Adobe Photoshop CS4 (Windows)
Switch to next document
Shortcut Keys for using the Adjustments panel

Ctrl + Tab


Microsoft Word 2010 (Windows)
Insert tab character
Manage Word View - Edit Tables

Ctrl + Tab


Microsoft Word 2010 (Windows)
Cycle forward through available pages
Tables - Dialog boxes

Ctrl + Tab


Microsoft Word 2010 (Windows)
Insert tab character
Tables - Edit Tables

Ctrl + Tab


Microsoft Word 2010 (Windows)
Jump between find menu and document
Search and Replace

Ctrl + Tab


Microsoft Word 2010 (Windows)
Insert a tab character
Outline View

Ctrl + Tab