PyCharm 2018.2

Basic editing

Move the selected block to the next indentation level.

⭾ Tab

All hotkeys for PyCharm 2018.2

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 a pop-up window with the documentation for the symbol at the caret.

Ctrl + Q

Advanced editing
Show a pop-up window with the documentation for the symbol at the caret.

Alt + Mouse right click

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

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

Alt + /

Advanced editing
Code Completion filtering the lookup list basing on expected type.

Ctrl + ↑   Shift + Space

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

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
In the editor: enter a new line and set the caret at its beginning. On pressing Enter, PyCharm adds backslash character to avoid syntactical errors.

⤶ Enter

Basic editing
In other views: remove selected items

Del

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.

Basic editing
Move the caret one line up selecting the text.

↑   Shift +

Basic editing
Move the caret one line down.

Basic editing
Move the caret one line down selecting the text.

↑   Shift +

Basic editing
Move the caret one character to the left.

Basic editing
Move the caret one character to the left selecting the text.

↑   Shift +

Basic editing
Move the caret one character to the right.

Basic editing
Move the caret one character to the right selecting the text.

↑   Shift +

Basic editing
Move the caret down to the page bottom.

Ctrl + Page Down

Basic editing
Move the caret down to the page bottom, selecting the text.

Ctrl + Shift + Page Down

Basic editing
Move the caret up to the page top.

Ctrl + Page Up

Basic editing
Move the caret up to the page bottom, selecting the text.

Ctrl + Shift + Page Up

Basic editing
Move the caret one page down.

Page Down

Basic editing
Move the caret one page down, selecting the text.

Shift + Page Down

Basic editing
Move the caret one page up.

Page Up

Basic editing
Move the caret one page up, selecting the text.

Shift + Page Up

Basic editing
Scroll the text one line down.

Ctrl +

Basic editing
Scroll a line at caret to the center of the screen.

Ctrl + M

Basic editing
Scroll the text one line up.

Ctrl +

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 +

Basic editing
Move the caret to the next word, selecting it.

Ctrl + ↑   Shift +

Basic editing
Move the caret to the previous word.

Ctrl +

Basic editing
Move the caret to the previous word, selecting it.

Ctrl + ↑   Shift +

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

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

Navigation in source code
Navigate to the end of the current code block.

Ctrl + ]

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

Ctrl + ↑   Shift + ]

Navigation in source code
Navigate to the start of the current code block.

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

General
In the editor: Intelligently split the current line into 2 lines, shifting quotes, etc. as necessary.

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
Indent the current line or selected block according to the Code Style settings.

Ctrl + Alt + I

Navigation Between IDE Components
Expand all nodes in a tree view.

Ctrl + Num +

Navigation Between IDE Components
Collapse all nodes in a tree view.

Ctrl + Num -

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

Ctrl + Alt + Num +

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

Ctrl + Alt + Num -

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

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

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

Ctrl + Num * then 1

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

Ctrl + Num * then 2

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

Ctrl + Num * then 3

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

Ctrl + Num * then 4

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

Ctrl + Num * then 5

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

Ctrl + ↑   Shift + Num * then 1

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

Ctrl + ↑   Shift + Num * then 2

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

Ctrl + ↑   Shift + Num * then 3

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

Ctrl + ↑   Shift + Num * then 4

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

Ctrl + ↑   Shift + Num * then 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
Repeat execution with the same settings, with the same tab of the editor having the focus.

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

Navigation Between IDE Components
Navigate to the next difference in view.

F7

Navigation Between IDE Components
Navigate to the previous difference in view.

↑   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

Navigation in source code
Navigate to the previous found error/warning.

↑   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
Close an active tab in a tool window (for example, Find tool window).

Ctrl + ↑   Shift + F4

General
Close an active editor.

Ctrl + F4

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

F4

General
In a tool window: return focus to the editor.

Esc

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

Alt + O

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

Alt + Insert

General
Save all files and settings.

Ctrl + S

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

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

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

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

↑   Shift + F3

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

Ctrl + F3

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 + 1 - 9

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 in 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 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 + 1 - 9

Navigation Between IDE Components
Hide the currently active tool window.

↑   Shift + Esc

Navigation Between IDE Components
Activate the last focused tool window.

F12

Navigation in source code
Display the Structure pop-up window for quick navigation through the current file.

Ctrl + F12

Navigation in source code
Show the list of recently opened files.

Ctrl + E

Navigation in source code
Show the list of recently updated files .

Ctrl + ↑   Shift + E

Navigation in source code
Browse hierarchy for the selected class class.

Ctrl + H

Navigation in source code
Navigate directly to a class in project by specifying its name in a pop-up dialog box.

Ctrl + N

Navigation in source code
Navigate directly to a file in project by specifying its name in a pop-up dialog box.

Ctrl + ↑   Shift + N

Navigation in source code
Navigate to any line in the current file by specifying its number.

Ctrl + G

Navigation in source code
Navigate to declaration of a symbol at caret.

Ctrl + B

Navigation in source code
Navigate to implementation of the item at caret.

Ctrl + Alt + B

Navigation in 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 in source code
Navigate to a super method declaration of a method under the caret.

Ctrl + U

Navigation in 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 in source code
Navigate between files with complicated relationships between them. For example, use this shortcut to navigate between views and templates

Ctrl + Alt + Home

Navigation in source code
Navigate to the next method declaration in the active editor tab.

Alt +

Navigation in source code
Navigate to the previous method declaration in the active editor tab.

Alt +

Navigation in source code
Undo last navigation operation.

Ctrl + Alt +

Navigation in source code
Redo last undone navigation operation.

Ctrl + Alt +

Navigation in source code
Navigate to a previous found item.

Ctrl + Alt +

Navigation in source code
Navigate to a next found item.

Ctrl + Alt +

Navigation in source code
Move through the most recent change points.

Ctrl + ↑   Shift + ⬅ Backspace

Navigation in source code
Navigate to the next found error/warning.

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

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


Todoist
Open full task editor (Windows 10 only)
Task Quick Add

⭾ Tab


Miscreated
Raise / lower weeapon
Movement

⭾ Tab


Anno 1800
Toggle through all ships
Ships

⭾ Tab


Dota Auto Chess
Cycle between the different player chess boards
General

⭾ Tab


Shadow Tactics: Blades of the Shogun
Queue movement orders of the active character
Misc

⭾ Tab


Solidworks 2019
Changes the XYZ plane when sketching in a 3D sketch.
Sketching

⭾ Tab


Warframe
Quick Progress View
Misc

⭾ Tab


Open Rails 0.6.2
Reset signal
Switching

⭾ Tab


Satisfactory
Inventory
General

⭾ Tab


Coda for iOS
Insert indent (depending on the preference of tabs or spaces)
General

⭾ Tab


ChessBase 13
Switch between window "panes"
Database window

⭾ Tab


Zwift (PC and macOS)
Skip workout block
Other hotkeys

⭾ Tab


KiCad 5.0.2
Move block > Drag block
EE Schema

⭾ Tab


Dropbox Paper
Indent
Editing

⭾ Tab


Roblox
Player list
Menu items

⭾ Tab


Fortnite (PC)
Creative prop rotation axis (tap) / Reset (hold)
Creative

⭾ Tab


Apex Legends (PC)
Equipment
Weapons and abilities

⭾ Tab


Flyff
Toggle between valid aerial targets during flying combat
Movement

⭾ Tab


Roblox Studio
Indent
Scripting

⭾ Tab


This War of Mine
Switch to next character. Focus screen on character at night
General

⭾ Tab


Cisco IOS
Command auto-complete
Functional

⭾ Tab


Life Is Strange 2
Backpack / mission objectives
General

⭾ Tab


The Curse of Monkey Island
Fire cannon
General

⭾ Tab


The Secret of Monkey Island
Use highlighted verb with the object the cursor pointing to
Cursor controls

⭾ Tab


Bus Simulator 18
Button overview
Special

⭾ Tab


Elex (PC)
Adjutor
General

⭾ Tab


Huggle
Next tab
Navigation

⭾ Tab


Affinity Photo
Toggle UI
Workspace

⭾ Tab


Assetto Corsa
Track camera
Showroom

⭾ Tab


Substance Painter
Hide Interface
General

⭾ Tab


Substance Painter (Mac)
Hide Interface
General

⭾ Tab


RStudio (Mac)
Accept selected candidate
Completions (Console and Source)

⭾ Tab


Europa Universalis IV
Open Multiplayer chat window
General

⭾ Tab


City Car Driving
Windscreen wipers switching
Other devices

⭾ Tab


RStudio
Accept selected candidate
Completions (Console and Source)

⭾ Tab


Subnautica
PDA
Mac

⭾ Tab


Battlezone 98 Redux
Cancel selected command menu
Command interface

⭾ Tab


Kingdom Come: Deliverance
Cycle tabs
Inventory

⭾ Tab


Banner 9 (Windows, Mac)
Next Field/Item
Mac shortcuts

⭾ Tab


The Binding of Isaac: Afterbirth
Hold to expand the mini map. Tap to toggle map on corner
General

⭾ Tab


Ableton Live 10 (Mac)
While Renaming, Go to next Track
Commands for Tracks

⭾ Tab


Ableton Live 10
While Renaming, Go to next Track
Commands for Tracks

⭾ Tab


EasyWorship
Move the current line your cursor is on to the right one tab spacing
Editor

⭾ Tab


DayZ
Toggle Inventory Screen
General

⭾ Tab


The Forest
Player list
Multiplayer

⭾ Tab


Cisco Jabber (Mac)
(when Conversation window is in focus) Move to Decline or Answer button
Incoming calls

⭾ Tab


RimWorld
Opens the Architect tab
User interface

⭾ Tab


JS Bin
Code complete (using Tern or otherwise)
JavaScript panel

⭾ Tab


Fallout 76
(hold) Pip Boy Flashlight
Misc

⭾ Tab


Madden NFL 19
Pre-play menu
Pre-play defense

⭾ Tab


Google Chrome
Press tab after typing search engine name to search using a different search engine
Address bar

⭾ Tab


Lacerte
Move among input fields or selections
Batch input

⭾ Tab


cPanel & WHM
Navigate down the menu
Left navigation menu

⭾ Tab


Sketch
Next Point
Vector points

⭾ Tab


Rust
Inventory
General

⭾ Tab


ProtonMail
Navigate between fields
Contacts

⭾ Tab


Jupyter Notebook
Code completion or indent
Edit mode

⭾ Tab


draw.io
Stop editing and apply value
Labels

⭾ Tab


FastMail
(at start of list item) Indent list
Compose

⭾ Tab


Company of Heroes
Cycle through units from a group selected squads
General

⭾ Tab


Tibia
Switch between channels
Channels

⭾ Tab


For Honor
Scoreboard
Misc

⭾ Tab


Adobe Photoshop Elements
Show/Hide all panels
General

⭾ Tab


QuickBooks Desktop (Mac)
Next field
Activities

⭾ Tab


Adobe Photoshop Elements (Mac)
Show/Hide all panels
Tool selection

⭾ Tab


QuickBooks Desktop
Go to the next field
Maneuvering

⭾ Tab


WorkZone Client
Move forward between fields or buttons in the selected area of a dialog box
Navigate in dialog boxes

⭾ Tab


Winamp
Decrease EQ preamp
Equalizer

⭾ Tab


Asana
Search for a project, tag, person, or task
Navigation

⭾ Tab + /


Asana (Mac)
Search for a project, tag, person, or task
Navigation

⭾ Tab + /


Asana
Expand the right pane
Application

⭾ Tab


Asana (Mac)
Expand the right pane
Application

⭾ Tab


Adobe Illustrator
Show/Hide all panels
Using panels

⭾ Tab


Ace Editor
Indent
Other

⭾ Tab


Ace Editor (Mac)
Indent
Other

⭾ Tab


Quicken 2018
QuickFill, automatic completion
Register and Write Checks

⭾ Tab


Adobe Illustrator (Mac)
Show/Hide all panels
Using panels

⭾ Tab


Adobe Lightroom Classic (Mac)
Show/hide side panels
Working with panels

⭾ Tab


Adobe Lightroom Classic
Show/hide side panels
Working with panels

⭾ Tab


ArtRage Studio Pro
Collapse / Expand All Pods
Panel Commands

⭾ Tab


Kerbal Space Program
Cycle focus in orbital map
System/UI Commands

⭾ Tab


Unturned
Dashboard
Interface

⭾ Tab


Old School RuneScape (OSRS)
Reply to last private message
General

⭾ Tab


Total War: Attila (Mac)
Show strategic map
Campaign map

⭾ Tab


Total War: Attila
Show strategic map
Campaign map

⭾ Tab


Bloons TD Battles
Select targeting
General

⭾ Tab


AI War Classic
Toggle Galaxy view
General

⭾ Tab


Adobe Bridge CC (Mac)
Rename next (with filename selected in Content panel)
Other most used shortcuts

⭾ Tab


Adobe Bridge CC
Rename next (with filename selected in Content panel)
Other most used shortcuts

⭾ Tab


Confluence (Mac)
Move cursor to next cell in the table
Editor

⭾ Tab


Confluence
Move cursor to next cell in the table
Editor

⭾ Tab


Airodump-ng
Enable/Disable scrolling through AP list
General

⭾ Tab


Bash (Unix shell)
Automatically complete the file, directory, or command you’re typing
Tab completion

⭾ Tab


Black Desert Online
Enter / exit battle stance
General

⭾ Tab


Path of Exile
Map
General

⭾ Tab


Call of Duty: Black Ops 4
(Hold) Inventory
Interface

⭾ Tab


SharePoint
In a SharePoint list, select a list item and then Tab to find the edit command
List or library page

⭾ Tab


Bluebeam Revu
Next comment
Navigation

⭾ Tab


Escape from Tarkov
Open inventory
General

⭾ Tab


Diablo II
Toggles the Automap
General

⭾ Tab


Diablo
Display the map
General

⭾ Tab


Fez
Inventory
General

⭾ Tab


Rocket League
Scoreboard
Default keyboard controls

⭾ Tab


Minecraft Java Edition
(in chat window) Cycle through possible commands or arguments and also complete player names
Gameplay

⭾ Tab


Terraria
Toggle map stype
Map

⭾ Tab


Kindle for PC
Move focus to next enabled control
Anywhere in the application

⭾ Tab


Enter the Gungeon
Map
"Recommended" preset

⭾ Tab


Discord
Focus text area
General

⭾ Tab


Destiny 2
Deploy Ghost
Common and character

⭾ Tab


Logo Accounting
Go to next field
General

⭾ Tab


jEdit
Shift selected lines left; right. Note that pressing TAB with no selection active will insert a tab character at the caret position.
Source code editing

⭾ Tab


Google Search
Next result
General

⭾ Tab


World of Tanks
Switch between message receipents, your team or all players
Battle chat controls

⭾ Tab


Microsoft Word 2016
To the next cell in a row
Move within a table

⭾ Tab


Adobe Photoshop CC
Cycle through controls on right from top
Using Extract and Pattern Maker (optional plug-ins)

⭾ Tab


KMPlayer
Playback info (on OSC)
General

⭾ Tab


Don't Starve (PC)
Map
General

⭾ Tab


Inkscape
select next handle
Calligraphy

⭾ Tab


SimpleMind
Add child topic
General

⭾ Tab


Metapad
Indent
Blocks

⭾ Tab


Blood
Toggle automap
Keyboard

⭾ Tab


Tom Clancy's Rainbow Six Siege
Show Scoreboard
General

⭾ Tab


Kibana
Select the currently selected or the top most term in auto-complete menu
When auto-complete is visible

⭾ Tab


Nuke
Increase indentation
Script editor

⭾ Tab


Autodesk SketchBook (Mac)
Hide UI (UI)
Tools

⭾ Tab


Autodesk SketchBook (Windows)
/ T Toggle fullscreen UI
SketchBook for Mobile

⭾ Tab


Virtual DJ 2018
Select on active deck
General

⭾ Tab


LightWave 3D
Show / hide floating windows
Layout: General

⭾ Tab


Dota 2
Cycles between the set control groups, or between selected units. When holding CTRL, cycles in reverse order.
Control groups

⭾ Tab


Clip Studio Paint Pro
Show/Hide All Palettes
Window menu

⭾ Tab


gedit
Add a tab stop
Editing files

⭾ Tab


Microsoft FrontPage
Move to the next option or option group.
Access and use dialog boxes

⭾ Tab


Oracle EBS Forms
Next field
General

⭾ Tab


Corel Painter
Panels
Windows menu

⭾ Tab


ImageJ
Switch to next image window
General

⭾ Tab


Corel Painter (Mac)
Panels
Windows menu

⭾ Tab


Red Hat Enterprise Linux
Auto complete the command. Use this while using shell prompt, after typing first a few characters of a command or a file name
General

⭾ Tab


Arch Linux
Auto-complete a name
Terminal: Readline

⭾ Tab


World of Warcraft
Attack target
Targeting

⭾ Tab


Warcraft III
Switch between subgroups
Game commands

⭾ Tab


CodeMirror
If something is selected, indent it by one indent unit. If nothing is selected, insert a tab character
General (Mac)

⭾ Tab


Atom (Windows)
(Source: Spell Check) core:confirm
All shortcuts

⭾ Tab


Microsoft Visual Studio 2017 (Most used shortcuts)
[Report Designer, Windows Forms Designer, Text Editor] Edit.InsertTab
Edit

⭾ Tab


IntelliJ IDEA (Windows, Linux)
Indent selected lines
Editing

⭾ Tab


Adobe Premiere Pro (Mac)
Next Column Field
Project panel

⭾ Tab


IntelliJ IDEA (macOS)
Indent selected lines
Editing

⭾ Tab


Adobe Premiere Pro (Windows)
Next Column Field
Project panel

⭾ Tab


Ditto
Move focus to the next control in the current window
General

⭾ Tab


Counter Strike: Global Offensive
Display multiplayer scores
Menu

⭾ Tab


Apple iBooks
Complete a cell entry and move the selection to the right
Create cell references in formulas

⭾ Tab


Microsoft Visual Studio 2017 (All shortcuts)
Edit.InsertTab
Windows Forms Designer

⭾ Tab


Grand Theft Auto V
Next Vehicle Weapon
Vehicles general

⭾ Tab


GIMP
Jump to next widget
Dialogs

⭾ Tab


Microsoft PowerPoint (Slideshows)
Move from one tool to another within a single region of Presenter view
Maneuver in Presenter View during a presentation

⭾ Tab


Microsoft PowerPoint (Creating presentations)
(in the bottom right table cell) Add a new row at the bottom of the table
Move around in and work in tables

⭾ Tab


Kodi
Fullscreen playback
Music visualisation

⭾ Tab


LibreOffice Base
Selection of the control fields
Creating Basic dialogs

⭾ Tab


Office Delve
Move to the next area or item
General

⭾ Tab


LibreOffice Draw
Cycles through the objects on the page in the order in which they were created
Shortcut keys specific to drawings

⭾ Tab


BBC iPlayer
Move forward through the buttons
General

⭾ Tab


WriteMonkey
Focus editor when not in focus
General

⭾ Tab


Sea of Thieves
Reputation / Voyages
Basic controls

⭾ Tab


LibreOffice
Selects the next Drawing Object
Drawing objects

⭾ Tab


LibreOffice Impress
Select objects in the order in which they were created
General

⭾ Tab


LibreOffice Calc
Changes the focus by moving forwards through the areas and buttons of the dialog
Using the pivot table

⭾ Tab


Zim
Indent selected text
Text selection

⭾ Tab


REAPER
Item navigation: Move cursor to next transient in items
Section: Main

⭾ Tab


Tekla Structures 20
Next position
General

⭾ Tab


MindMeister
Add a child idea
General

⭾ Tab


Maple
Move cursor down to next input region
General

⭾ Tab


GNU Emacs
Complete as much as possible
The minibuffer

⭾ Tab


Apple Pages
Complete a cell entry and move the selection to the right
Editing chart data

⭾ Tab


LibreOffice Writer
The heading in format "Heading X" (X = 1-9) is moved down one level in the outline
Paragraphs and Heading Levels

⭾ Tab


Tumblr
Search Tumblr
Navigation

⭾ Tab


Basecamp
Increase indent level
Editing

⭾ Tab


TinyMCE
Focus next widget
Accessibility

⭾ Tab


WinNc
Switch between panels
General

⭾ Tab


NewsBin Pro
(in dialog box) Next field
Standard Windows keyboard navigation

⭾ Tab


Delphi
In Object Inspector activates incremental search for properties. Press again Tab to move focus to property value
General

⭾ Tab


Cuphead
Switch weapon
Standard controls

⭾ Tab


KompoZer
Navigate Links within Content Pane (right pane)
Help window

⭾ Tab


Apple Calendar
Select the next event
Event shortcuts

⭾ Tab


OneDrive
Move among OneDrive regions
Frequently used shortcuts

⭾ Tab


FileMaker
Move the selection from the relationships graph to the command buttons and proceed from left to right
Relationships graph shortcuts

⭾ Tab


Microsoft Access 2016
Select the next hidden text or hyperlink, including Show All or Hide All at the top of a topic
Get help with Access

⭾ Tab


Lightworks
Moves right to next field
General

⭾ Tab


Vuze
Move between tables, buttons, tabs and other widgets
Basic window controls

⭾ Tab


League of Legends
Open match stats page/leaderboard (unlike <keybs>O</keybs>, the screen will disappear when the <keybs>Tab</keybs> button is released)
General

⭾ Tab


FileZilla
Switch to the next view
General

⭾ Tab


WPS Office
Moves one cell to the right in a worksheet
General

⭾ Tab


Eclipse
Increase indent of selected text
Indentions and comments

⭾ Tab


Microsoft Excel 2016
Moves to the next option or option group in a dialog box
Other useful shortcut keys

⭾ Tab


Slack
Autocomplete emoji. Example: :emoji
Message autocomplete

⭾ Tab


PlayerUnknown's Battlegrounds
Inventory
Other

⭾ Tab


NVDA Screen Reader
Next focusable item
Forms

⭾ Tab


SQL Server Management Studio (SSMS)
Moves to the next control on the page
Designer

⭾ Tab


Outlook 2016 and Outlook 2013
Switch between active view, the To-Do bar, Search, and back to active view
Timeline view (Tasks): When a unit of time on the time scale for days is selected

⭾ Tab


Krita 3.0
Canvas only mode
Canvas

⭾ Tab


IrfanView
Switch focus between thumbnails window and main window
Main window

⭾ Tab


Blender
Object Mode / Edit Mode toggle
General

⭾ Tab


Chrome DevTools
Accept autocomplete suggestion
Console panel

⭾ Tab


CoffeeCup Web Editor
Move selected block right
Blocks

⭾ Tab


7-Zip
Switch between panels
Miscellaneous commands

⭾ Tab


PuTTY
Auto-complete file and folder names
Ctrl key bouund

⭾ Tab


WinSCP
Change active panel
Common Panel commands

⭾ Tab


Notepad++
(selection of one or more full lines) Insert tabulation or space (Indent)
Edit menu

⭾ Tab


Google Maps
Navigate between controls on the screen
General

⭾ Tab


Everything
Cycle between search edit and results view
General keyboard shortcuts

⭾ Tab


Opera
Go to next element in form
Form keys

⭾ Tab


Microsoft OneNote
Increase indent by one level in right-to-left text
Specify language settings

⭾ Tab


Safari
highlights the next text field or pop-up menu. Tab also highlights buttons and other controls if “All controls” is selected in the Shortcuts pane of the Keyboard pane of System Preferences. Highlight the next item on a webpage
Webpages

⭾ Tab


iTunes 11 for Windows
Select the next control
With full keyboard navigation enabled

⭾ Tab


Portal 2
Switch back and forth to and from the game view. If you have made edits, you will need to rebuild
Portal 2 Puzzle Maker

⭾ Tab


Mozilla Thunderbird
Move to next UI element
Controlling Thunderbird windows and tabs

⭾ Tab


Audacity
Move to and open Next Label
Edit menu

⭾ Tab


Windows Media Player 11
Select between Playlist, Library and Now Playing
Navigate the library

⭾ Tab


GOM Player
View playing time
Others

⭾ Tab


Android Studio
Indent/unindent lines
Writing code

⭾ Tab


SketchUp
Previous view
Misc.

⭾ Tab


Adobe Acrobat 2017 (Mac)
Move among the elements of the active navigation panel
Navigation panels

⭾ Tab


Adobe Acrobat 2017 (Windows and Unix)
Move focus to the next link within a pane
Help window

⭾ Tab


Steam
Navigate between search bar and game list
Store tab

⭾ Tab


Diablo III
Show map
General

⭾ Tab


Overwatch
Scoreboard
Miscellaneous

⭾ Tab


Total Commander
Switch between left and right file list
Navigation

⭾ Tab


Notepad2
Indent selected block
Block

⭾ Tab


YouTube
Move Navigate and move forward in player buttons
General

⭾ Tab


Command Line
Autocomplete folder and file names
Text manipulation

⭾ Tab


DBeaver 6.0.3
Switch to record/grid mode
Data viewer

⭾ Tab


Figma
Select next sibling
Selection

⭾ Tab


Final Draft 11 (Mac)
Accept a SmartType list selection and move to the next logical element
Tab key

⭾ Tab


Final Draft 11 (Windows)
Accept a SmartType list selection and move to the next logical element
Tab key

⭾ Tab


Pinnacle Studio 22
Cycle focus on open trim points
Edit tab

⭾ Tab


Xactimate
Select Alternate Rotation Line
Additional shortcut keys

⭾ Tab