PyCharm 2018.2

Navigation in source code

Browse hierarchy for the selected class class.

Ctrl + H

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


VLC Media Player (Windows)
Hide Control
Movie Navigation

Ctrl +H


Adobe Reader 9 (Linux)
Turn Reading Mode on or off (hide toolbar and menu bar)
Change View

Ctrl + h


Adobe Reader X (Windows)
Turn Reading Mode on or off (hide toolbar and menu bar)
Change View

Ctrl + H


Microsoft Word 2007 (Windows)
Replace text, specific formatting, and special items.
Working with documents: Find, replace, and browse through text

Ctrl + H


Visual Studio 2015 (Windows)
Display Replace options on the quick tab
Code Editor - Find, Replace, and Goto

Ctrl + H


Microsoft Projects 2010 (Windows)
Replace Menu
Access Projects 2010 Features

Ctrl + H


Eclipse Helios (Windows)
Search Workspace (Java Search, Task Search, and File Search)
Search and Replace

Ctrl + H


Access 2010 (Windows)
(Find and) Replace dialog box
Manage Access Features - Find and Replace

Ctrl + H


Firefox (Linux)
Show or hide browsing history
Firefox Features

Ctrl + H


Firefox (Windows)
Show or hide browsing history
Firefox Features

Ctrl + H


Inpage (Windows)
To open dialog box of cheractor
For formatting

Ctrl + h


Google Chrome (Windows)
Open History tab
Access Browser Features

Ctrl + H


Zune (Windows)
Toggle shuffle
Playing Songs

Ctrl + H


Visual Studio 2015 (Windows)
Display Replace options on the quick tab
Coding - Find, Replace, and Goto

Ctrl + H


Phoenix Viewer (Windows)
Local Chat
View

Ctrl + H


Microsoft PowerPoint 2003 (Windows)
Replace
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + H


Google Chrome (Linux)
Open History tab
Access Browser Features

Ctrl + H


Microsoft PowerPoint 2003 (Windows)
Slide Show: Hide pointer and button temporarily
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + H


Notepad++ 5 (Windows)
Replace...
Search

Ctrl + H


Visual Studio 2015 (Windows)
Display Replace options on the quick tab
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto

Ctrl + H


Tekla Structures 14.0 (Windows)
Phase manager
Modeling shortcuts

Ctrl + h


Access 2010 (Windows)
(Find and) Replace dialog box
Working with Text and Data - Find and Replace

Ctrl + H


MyLifeOrganized (Windows)
Highlight task (on/off)
Managing Tasks

Ctrl + H


Opera (Linux)
Open History Menu
History

Ctrl + H


UltraEdit (Windows)
Toggle HEX editing mode
Hex Mode Shortcuts

Ctrl + H


Sublime Text (Windows)
Find and Replace
Find and Replace

Ctrl + H


Microsoft PowerPoint 2010 (Windows)
Hide the pointer and navigation button immediately.
Show PowerPoint Presentation with Shortcuts

Ctrl + H


Opera (Linux)
Open History Menu
Menus

Ctrl + H


VLC Media Player (MacOS)
Hide / unhide controls
Manage VLC, Playlists, and Special Commands

Ctrl + H


Microsoft PowerPoint 2010 (Windows)
Open the Replace dialog box.
Basic Text Navigation and Formatting

Ctrl + H


FreeMind 0.9.0 (Windows)
Export branch to html
File commands

Ctrl + H


AutoCAD 2012 (Windows)
Toggle Pick Style
Toggle General Features

Ctrl + H


Access 2010 (Windows)
(Find and) Replace dialog box
Working with Access Views - Find and Replace

Ctrl + H


Adobe Reader X (Linux)
Turn Reading Mode on or off (hide toolbar and menu bar)
Change View

Ctrl + H


IBM Rational DOORS (Windows)
Make Heading
General

Ctrl + H


Adobe Photoshop CS5 (Windows)
Hide selection and planes
Vanishing Point

Ctrl + H


Microsoft Excel 2013 (Windows)
Display the Find and Replace dialog box (with Replace selected)
Navigate Worksheets

Ctrl + H


Directory Opus (Windows)
New archive...
Operations Toolbar

Ctrl + H


IntelliJ (Linux)
Type hierarchy
Navigation

Ctrl + H


FL Studio (Windows)
Stop sound (panic)
Record / Playback / Transport

Ctrl + H


IntelliJ (Windows)
Type hierarchy
Navigation

Ctrl + H


WinRAR (Windows)
File list - Flat folders view
Options Menu

Ctrl + H


Beyond Compare (Windows)
Replace...
Search Menu

Ctrl + H


Pro Tools (Windows)
Heal separation
Edit Menu

Ctrl + H


Axialis IconWorkshop (Windows)
Find - On Internet...
Edit Menu

Ctrl + H


Microsoft Word 2013 (Windows)
Open traditional find and replace window
Search and Replace

Ctrl + H


Qt Creator (Windows)
Lay out horizontally
Editor

Ctrl + H


Qt Creator (MacOS)
Lay out horizontally
Editor

Ctrl + H


Linux Mint (Linux)
Show hidden files
File Manager (Nemo) - Change the View

Ctrl + H


Sonar 2015 (Windows)
Hide selected tracks
Track View

Ctrl + H


Autodesk Maya 2015 (Windows)
Hide Selection
Display hotkeys

Ctrl + H


Access 2010 (Windows)
(Find and) Replace dialog box
The Rest - Find and Replace

Ctrl + H


Notepad++ 6 (Windows)
Launch Find / Replace Dialog
Search menu

Ctrl + H


Autodesk Maya 2015 (Windows)
Display coarser subdivision surface level
Modeling

Ctrl + H


Adobe Photoshop CS5 (Windows)
Show/Hide selection on selected type
Select and Edit text

Ctrl + H


Microsoft Excel 2010 (Windows)
Display the Find and Replace dialog box (with Replace selected).
Navigate Inside Worksheets

Ctrl + H


FreeMeta (Windows)
View software working history.
FreeMeta software all shortcut keys

Ctrl + H


Microsoft Outlook 2016 (Windows)
Find and replace text, symbols, or some formatting commands. Works in the Reading Pane on an open item
Search

Ctrl + H


Clink (Windows)
backward-delete-char
BASH (GNU Readline) Line Editing

Ctrl + H


Google Slides (Windows)
Find and replace
General Slides Shortcuts

Ctrl + H


Access 2016 (Windows)
Open Replace tab in dialog box
Database Operation

Ctrl + H


Microsoft Edge Browser (Windows)
Open history pane
Navigation

Ctrl + H


Microsoft Visio 2016 (Windows)
Replace Shape
Select Various Tool/Shape Shortcuts

Ctrl + H


Android Studio (Windows)
Find and Replace
Text Basic Shortcuts

Ctrl + H


Adobe After Effects CC (Windows)
Replace selected Footage item
Footage

Ctrl + H


Microsoft PowerPoint 2016 (Windows)
Replace particular text
Edit and General Text Operations

Ctrl + H


Corel VideoStudio X9.5 (Windows)
Home
Navigation/Direction Shortcuts

Ctrl + H


Autodesk Maya 2017 (Windows)
Hide Selection
Display hotkeys

Ctrl + H


Autodesk Maya 2017 (Windows)
Display coarser subdivision surface level
Modeling

Ctrl + H


ArchiCAD 20 (Windows)
Stretch
Edit Menu Commands

Ctrl + H


InDesign CC (Windows)
Frame edges
View Menu Shortcuts

Ctrl + H


ArchiCAD 20 (Windows)
Find and Replace
Edit Commands(Text)

Ctrl + H


Hexagon 2 (Windows)
Hide selection
General Shortcuts

Ctrl + H


Zoho Sheet (Windows)
Replace
Actions

Ctrl + H


Microsoft Word 2016 (Windows)
Replace particular text
Text Editing/Graphics editing Operations

Ctrl + H


GIMP (Linux)
Anchor Layer
Layer

Ctrl + H


Adobe Photoshop CC (Windows)
Extras
Manage Views

Ctrl + H


Autodesk Inventor 2017 (Windows)
REPLACE COMPONENT / Replaces one assembly component with another component
Assembly

Ctrl + H


AutoCAD 2016 (MacOS)
Toggles PICKSTYLE on and off.
Toggles

Ctrl + H


Apple Photos (Windows)
Hide iPhoto
General

Ctrl + H


AutoCAD 2016 (Windows)
Toggles PICKSTYLE
General

Ctrl + H


GIMP (Windows)
Anchor Layer
Layer Shortcuts

Ctrl + H


Autodesk 3ds Max 2017 (Windows)
Place highlight
General user interface

Ctrl + H


Ace Projects (Windows)
Replace
Find and Replace

Ctrl + H


Mac OS Sierra 10.12 (MacOS)
Delete the character to the left of the insertion point. Or use Delete.
Document Shortcuts

Ctrl + H


AutoCad Architecture 2017 (Windows)
Pickstyle
Alphabest combination

Ctrl + H


Act! CRM (Windows)
Record history
Activity Shortcuts

Ctrl + H


Adobe Photoshop CC (Windows)
Hide/Show selection on selected type
Select and Edit Text

Ctrl + H


Autodesk 3ds Max 2017 (Windows)
Local select subobject by name
Subobjects

Ctrl + H


Sublime Text (Linux)
Replace
Find and Replace Shortcuts

Ctrl + H


Microsoft Excel 2016 (Windows)
Display the find and replace dialog box (with replace selected)
Find and Replace

Ctrl + H


Eclipse Helios (MacOS)
Open Search Dialog
Find and Replace Shortcuts

Ctrl + H


TextMate 2 (MacOS)
Search on Apache.org
Apache Shortcut

Ctrl + H


TextMate 2 (MacOS)
Documentation
HTML Shortcuts

Ctrl + H


TextMate 2 (MacOS)
Documentation
JavaScript Shortcuts

Ctrl + H


TextMate 2 (MacOS)
Documentation
CSS Shortcuts

Ctrl + H


TextMate 2 (MacOS)
Documentation
PHP Shortcuts

Ctrl + H


JetBrains PyCharm (Windows)
Type Hierarchy
Navigation

Ctrl + H


IntelliJ (MacOS)
Type Hierarchy
Navigation Shortcuts

Ctrl + H


Sketch 3 (MacOS)
Toggle Selection Handling
Canvas View

Ctrl + H


JetBrains RubyMine (Windows)
Type Hierarchy
Navigation Shortcuts

Ctrl + H


JetBrains RubyMine (MacOS)
Type Hierarchy
Navigation Shortcuts

Ctrl + H


JetBrains RubyMine (Linux)
Type Hierarchy
Navigation Shortcuts

Ctrl + H


JetBrains AppCode (MacOS)
Type Hierarchy
Navigation Controls

Ctrl + H


JetBrains PyCharm (MacOS)
Type Hierarchy
Navigation Shortcuts

Ctrl + H


Red Hat Enterprise (Linux)
Opens the browsing history
Web Browser

Ctrl + H


Zimbra Collaboration Suite 8 (Windows)
Switch between HTML and Text Formats
Edit Appointment Form

Ctrl + H


Bash (Linux)
Delete Character From Left
Editing

Ctrl + H


Autodesk Mudbox 2017 (Windows)
Hide All Curves
Curve

Ctrl + H


Adobe Dreamweaver (Windows)
Replace in Current Document
Find and Replace

Ctrl + H


Autodesk Mudbox 2017 (Windows)
Hide All Curves
Display

Ctrl + H


Daz 3D Bryce 7 (Windows)
Toggle Hierarchy for Selected Object
Advance Motion Lab

Ctrl + H


Daz 3D Carrara 8 (Windows)
Hide Application
Application - Windows

Ctrl + H


ZBrush 4 (Windows)
Show/hide Stencil
Edit Move Navigation - Stencil

Ctrl + H


ZBrush 4 (Windows)
View Mask
Edit Move Navigation - Masking

Ctrl + H


jEdit (Windows)
Find Previous
Search and Replace

Ctrl + H


ZBrush 4 (Windows)
Show/hide Stencil
Inner Ring Actions - Stencil

Ctrl + H


Blender 3D (Windows)
Bring up Options Menu for It
General Editing

Ctrl + H


ZBrush 4 (Windows)
View Mask
Inner Ring Actions - Masking

Ctrl + H


Daz 3D Carrara 8 (Windows)
Hide Application
Spline Modeler - Windows

Ctrl + H


Microsoft PowerPoint 2016 (MacOS)
Hide the pointer on mouse move
Slide shows

Ctrl + H


Corel PhotoPaint X6 (Windows)
Marquee Visible
Mask Menu

Ctrl + H


Opera (Windows)
Hide Opera
System

Ctrl + H


HTML-Kit (Windows)
Replace Specified Text
87 Shortcuts for HTML-Kit (Windows)

Ctrl + H


DAZ Studio (Windows)
Replace and find next
Script Commands

Ctrl + H


ZBrush 4 (Windows)
Show/hide Stencil
Sculpting Brushes - Stencil

Ctrl + H


ZBrush 4 (Windows)
View Mask
Sculpting Brushes - Masking

Ctrl + H


Corel Ventura 10 (Windows)
Show Tabs and Returns
Zoom and View

Ctrl + H


Corel Draw X8 (Windows)
Force justification
Text Formatting

Ctrl + H


Daz 3D Carrara 8 (Windows)
Hide Application
Vertex Modeler - Windows

Ctrl + H


Corel Quattro Pro X8 (Windows)
Open Find/Replace Dialog Box
Excel Compatibility Keys

Ctrl + H


ZBrush 4 (Windows)
Show/hide Stencil
3D Models - Stencil

Ctrl + H


ZBrush 4 (Windows)
View Mask
3D Models - Masking

Ctrl + H


Kingsoft Spreadsheets 2016 (Windows)
Display Replace Dialog Box
Display Various Objects

Ctrl + H


Kingsoft Writer 2016 (Windows)
Replace
Display Various Objects and Dialog Box

Ctrl + H


Brackets (Windows)
Replace
99 Shortcuts for Brackets (Windows)

Ctrl + H


Forte (Windows)
Get New Headers in Desks
Main Browser Window

Ctrl + H


Kingsoft Presentation 2016 (Windows)
Display Go to Dialog Box
Files and Other Shortcuts

Ctrl + H


Poser Pro (Windows)
Hide figure
Figure

Ctrl + H


ZBrush 4 (Windows)
Show/hide Stencil
ZSpheres - Stencil

Ctrl + H


Chief Architect (Windows)
Edit Area Tools - Edit Area
Other Shortcuts

Ctrl + H


ZBrush 4 (Windows)
View Mask
ZSpheres - Masking

Ctrl + H


WinSCP 5 (Windows)
Open home directory
Navigation

Ctrl + H


Krita Painting 3 (Windows)
Display selection
Painting

Ctrl + H


TradeStation (Windows)
Replace
Editor Shortcuts

Ctrl + H


MetaTrader MT4 (Windows)
Show/Hide OHLC Line
Miscellaneous Shortcuts

Ctrl + H


vSphere Client (Windows)
New Host
New Item

Ctrl + H


Amarok (Windows)
Shuffle
General Shortcuts

Ctrl + H


Forte (Windows)
Insert Header from Original Message
Composition Window

Ctrl + H


MOTU Digital Performer 9 (Windows)
Heal
Editing

Ctrl + H


ZBrush 4 (Windows)
Show/hide Stencil
Canvas and 2.5D - Stencil

Ctrl + H


VideoPad Video Editor (Windows)
Hide videopad
Videopad

Ctrl + H


CA Client Automation (Windows)
Replace
Edit Menu

Ctrl + H


ZBrush 4 (Windows)
View Mask
Canvas and 2.5D - Masking

Ctrl + H


Groove Music (Windows)
Shuffle On/Off
Music Play

Ctrl + H


Libreoffice Writer (Windows)
Find and Replace
General

Ctrl + H


XYplorer (Windows)
Hotlist...
General Shortcuts

Ctrl + H


Maxthon (Web Application)
Toggle the History sidebar
Sidebar / Explorer Bar

Ctrl + H


Teamcenter (Windows)
Other
New Creation

Ctrl + H


Pegasus Mail (Web Application)
Toggle between the Raw and Message views
Message Reader

Ctrl + H


PotPlayer (Windows)
Remove Color Blocks On/Off
Standard Keyboard Controls

Ctrl + H


Jetbrains CLion (Windows)
Type hierarchy
Navigation Shortcuts

Ctrl + H


Siemens NX 11 (Windows)
Edit Section
View Menu

Ctrl + H


Aptana Studio 3 (Windows)
Replace
Find and Replace

Ctrl + H


Sierra Chart (Windows)
New/Open Historical Chart
File Menu

Ctrl + H


MPS 2017 (Windows)
Browse hierarchy for the selected class class
Navigation between Source Code

Ctrl + H


Visual Studio Code (Windows)
Replace
Search and Replace

Ctrl + H


Xamarin Studio (MonoDevelop) (Windows)
Replace
Search

Ctrl + H


Titanium (MacOS)
Show Find Dialog
Search

Ctrl + H


Quickbooks Desktop (Windows)
Show History (for Accounts Payables / Accounts Receivables transactions)
Account Register Shortcuts

Ctrl + h


ProRealTime (Windows)
Reduce All Windows to System Tray
Windows

Ctrl + H


Pencil2D (Windows)
Reset Zoom
57 Shortcuts for Pencil2D (Windows)

Ctrl + H


Pencil2D (Windows)
Reset Rotate
57 Shortcuts for Pencil2D (Windows)

Ctrl + H


Tableau (Windows)
Switch in and out of Presentation Mode
General

Ctrl + H


Soundforge (Windows)
Show or hide the effect automation parameters
Plug-In Chain

Ctrl + H


Gnumeric (Windows)
Opens the Search and Replace dialog where you can search through your spreadsheets for text strings and replace them with something else
21 Shortcuts for Gnumeric (Windows)

Ctrl + H


GeoModeller3D (Windows)
Create hinge line data
2D Structural Data

Ctrl + H


Rhino (Windows)
Hide
Default Shortcuts

Ctrl + H


Delphi 10 (Windows)
Replace Dialog
193 Shortcuts for Delphi 10 (Windows)

Ctrl + H


Sculptris (Windows)
Unhide All
Miscellaneous Shortcuts

Ctrl + H


Putty (Windows)
Same as backspace
16 Shortcuts for Putty (Windows)

Ctrl + H


TurboCAD (Windows)
Pick Hyperlink
171 Shortcuts for TurboCAD (Windows)

Ctrl + H


Vegas Pro 14 (Windows)
Remove current media from Trimmer history
Trimmer Shortcuts

Ctrl + H


Vivaldi
History
Window

Ctrl + H


Titanium (Windows)
Show Find Dialog
Search

Ctrl + H


OpenSCAD (MacOS)
Delete previous char
Navigation Shortcuts

Ctrl + H


Alphacam (Windows)
Change
Regular Commands

Ctrl + H


FlashFXP (Web Application)
Go up one level to the parent directory
54 Shortcuts for FlashFXP (Web Application)

Ctrl + H


Exact Audio Copy
Shuffle
Edit menu

Ctrl + H


CuteFTP (Windows)
Launch internal HTML editor
General

Ctrl + H


mpv
Cycle hardware decoding
Misc

Ctrl + H


App Maker
Global Search
Global shortcuts

Ctrl + H


Xyplorer
Show Histogram
Other Shortcuts

Ctrl + H


Geany (Windows)
Replace
Editting

Ctrl + H


Geany (Linux)
Replace
Editting

Ctrl + H


PSPad (Windows)
Replace... - Replace text with other text
Search

Ctrl + H


Wordfast Pro (Windows)
Find / Replace
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + F / Ctrl + H


SAP Web IDE (Windows)
Find and replace
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + H


KiCad 5.0.2
Add global label
EE Schema

Ctrl + H


Ulead PhotoImpact 8 (Windows)
Opens the Fadeout dialog box
Edit Menu

Ctrl + H


FEKO (Windows)
Show/hide item in 3D view (select from 3D view or tree)
General Functions in CADFEKO

Ctrl + H


FEKO (Linux)
Show/hide item in 3D view (select from 3D view or tree)
General Functions in CADFEKO

Ctrl + H


PhotoFiltre (Windows)
Image size
Others

Ctrl + H


Maxwell Render (Windows)
Hide/unhide
Object

Ctrl + H


Roblox Studio
Find and replace
Scripting

Ctrl + H


GibbsCAM (Windows)
Home
View Menu

Ctrl + H


Assetto Corsa
Show/hide apps
In-game

Ctrl + H


Modo (Windows)
Hide invert (toggle state)
Hide/Lock Geometry

Ctrl + H


SpaceClaim (Windows)
Hide object
71 Shortcuts for SpaceClaim (Windows)

Ctrl + H


gEDA (Linux)
Toggle plating of a via. Used to produce non metalized mounting holes
Other Important Shortcuts

Ctrl + H


WinRAR
File list - Flat folders view
Options menu

Ctrl + H


Ableton Live 9 (Windows)
Hide Live
Working with Sets and the Program

Ctrl + H


Affinity Photo
Hide Workspace
Workspace

Ctrl + H


MyPaint (Windows)
Show help
Show Help Menu

Ctrl + H


FlightGear
Toggle heading hold
Autopilot related

Ctrl + H


KeyCreator (Windows)
Zoom Half
View Shortcuts

Ctrl + H


BricsCAD (Windows)
Toggle svalue of the PICKSTYLE system variable, which controls the selection of groups and associative hatches
Other Shortcuts

Ctrl + H


BricsCAD (Linux)
Toggle svalue of the PICKSTYLE system variable, which controls the selection of groups and associative hatches
Other Shortcuts

Ctrl + H


Altium Designer (Windows)
Find and replace text
Schematic Editor Only Shortcuts

Ctrl + H


ComplyPro 2017B (Windows)
Edit - Heading Text
In Grid View

Ctrl + H


Aspire (Windows)
Create Mirror Copy Horizontally
Mirror Shortcuts

Ctrl + H


VCarve Pro (Windows)
Create Mirror Copy Horizontally
Mirror

Ctrl + H


Altium Designer (Windows)
Select connected copper
PCB Editor Only Shortcuts

Ctrl + H


LDCad
Undo the last selection hide
Editor

Ctrl + H


FlexiSign Pro 8.1 (Windows)
RIP and Print
Miscellaneous Shortcuts

Ctrl + H


SuperMemo (Windows)
Add HTML Note
129 Shortcuts for SuperMemo (Windows)

Ctrl + H


Tableau (Mac)
Switch in and out of Presentation Mode
Managing workbooks, sheets, and files (Tableau Desktop)

Ctrl + H


Tableau
Switch in and out of Presentation Mode
Managing workbooks, sheets, and files (Tableau Desktop)

Ctrl + H


Adobe Illustrator
Show document template
View artwork

Ctrl + H


Lacerte
Open Calendar
Clients, Detail, Forms and Diagnostics screens

Ctrl + H


Google Chrome
Open the History page in a new tab
Feature shortcuts

Ctrl + H


TextMate
Search on apache.org
Apache

Ctrl + H


Altium Designer (Windows)
Find and replace text
Common Shortcuts

Ctrl + H / Ctrl + R)


Ubuntu
Display hidden files in file manager
New shortcuts

Ctrl + H


AutoCAD
Toggle Pick Style
Toggle General Features

Ctrl + H


Claws Mail
Delete a character backward
Compose window

Ctrl + H


draw.io
Reset view
Navigate & view

Ctrl + H


Siemens NX
Edit section
View menu

Ctrl + H


Winamp
Show recently played files/streams
General

Ctrl + H


QuickBooks Desktop
Transaction history (used inside a transaction)
Editing Transactions/List

Ctrl + H


Tibia
Get online help for the client
Help and Report Functions

Ctrl + H


Shotcut (Mac)
Toggle Hide track
Timeline

Ctrl + H


Shotcut
Toggle Hide track
Timeline

Ctrl + H


Ace Editor
Replace
Find / replace

Ctrl + H


Nimbus Note
Insert horizontal rule
Formatting

Ctrl + H


Quicken 2018
Replace a transaction
Register and Write Checks

Ctrl + H


Evernote for Windows
Replace Within Note
Note Editor

Ctrl + H


Adobe Bridge CC
Hide
File menu

Ctrl + H


ArtRage Studio Pro
Hide ArtRage Window
Window Commands

Ctrl + H


Confluence
Find / Replace
Editor

Ctrl + H


Aegisub
Find and replace words in subtitles
Default

Ctrl + H


Bash (Unix shell)
Delete the character before the cursor
Deleting text

Ctrl + H


ActivePresenter 7
Replace
Find

Ctrl + H


Bluebeam Revu
Split view horizontal
Viewing

Ctrl + H


Grafana
Hide row controls
Dashboard

Ctrl + H


PaintShop Pro 2018
Selections modify feather
Shortcuts with Ctrl

Ctrl + H


Unreal Engine
Unhide all hidden objects
Level editor

Ctrl + H


jEdit
Find previous.
Search and replace

Ctrl + H


Windows PowerShell ISE
(Script pane) Replace in Script
Editing text

Ctrl + H


Don't Starve (PC)
Hide HUD
General

Ctrl + H


Metapad
Replace
File format

Ctrl + H


Microsoft Word 2016
Replace text, specific formatting, and special item.
Find, replace, and go to specific items

Ctrl + H


Atom (Windows)
native!
All shortcuts

Ctrl + H


Microsoft FrontPage
Replace text or HTML on a Web page.
Work with and manage Web pages

Ctrl + H


LightWave 3D
Polygons selection mode
Modeler: General

Ctrl + H


MyPaint
Show contextual help
Help

Ctrl + H


gedit
Search and Replace
Search

Ctrl + H


Oracle EBS Forms
Help
General

Ctrl + H


PhraseExpress
Open the Find & Replace dialog
General

Ctrl + H


Adobe Photoshop CC
Show/Hide selection on selected type
Selecting and editing text

Ctrl + H


E-Sword
Highlight Scripture
General

Ctrl + H


Komodo Edit
Find and replace
General

Ctrl + H


Chromebook and Chrome OS
Open the History page
Page and web browser

Ctrl + H


NetBeans
Replace in file
Finding, searching, and replacing

Ctrl + H


Microsoft Visual Studio 2017 (Most used shortcuts)
Edit.Replace
Edit

Ctrl + H


Comodo IceDragon
History sidebar
View History

Ctrl + H


Microsoft Visual Studio 2017 (All shortcuts)
Timeline.Hide (Blend only)
XAML UI Designer

Ctrl + H


Brackets
Replace
General

Ctrl + H


IntelliJ IDEA (Windows, Linux)
Type hierarchy
Navigation

Ctrl + H


PSPad
Replace...
Search

Ctrl + H


Microsoft PowerPoint (Slideshows)
Hide the pointer and navigation button immediately
Control your slide show during the presentation

Ctrl + H


Mp3tag
Add directory
General

Ctrl + H


WinHex
Replace text
Search menu

Ctrl + H


Zim
Find and Replace
General

Ctrl + H


GIMP
Anchor layer
Layers

Ctrl + H


LibreOffice
Calls the Find & Replace dialog
Controlling documents and windows

Ctrl + H


LibreOffice Writer
Find and Replace
General

Ctrl + H


Google Sheets (Android)
Find and replace
Common actions

Ctrl + H


Google Sheets
Find and replace
Common actions

Ctrl + H


WriteMonkey
Find and replace
Find & Replace

Ctrl + H


Tekla Structures 20
Phase manager
Modeling

Ctrl + H


Basecamp
Delete backward
Editing

Ctrl + H


FocusWriter
Find and replace
General

Ctrl + H


Qt Creator
Lay out horizontally
Editing

Ctrl + H


Maple
Backspace (to Left of Cursor)
Command line interface

Ctrl + H


Freemind
Export branch to HTML
File commands

Ctrl + H


Sublime Text
Replace
Find/Replace

Ctrl + H


Clementine
Shuffle playlist
Playlists

Ctrl + H


Maxthon
Toggle the History sidebar
Sidebar / Explorer Bar

Ctrl + H


WPS Office
Displays the Replace dialog box
General

Ctrl + H


Microsoft Access 2016
Open the Replace tab in the Find and Replace dialog box (Datasheet view and Form view only)
Find and replace text or data

Ctrl + H


Python IDLE for Windows
Open a search dialog box for searching files
Edit menu

Ctrl + H


Visual Studio Code (Windows)
Replace
Search and replace

Ctrl + H


Visual Studio Code (Linux)
Replace
Search and replace

Ctrl + H


WinMerge
Replace text (opens Replace dialog)
Find and replace

Ctrl + H


Krita 3.0
Display selection
Painting

Ctrl + H


Eclipse
Search Workspace (Java search, Task search, and File search)
Search and replace

Ctrl + H


VLC Media Player
Hide Control
Movie navigation

Ctrl + H


IrfanView
Original size (reset zoom)
View and zoom

Ctrl + H


Delphi
Replace Dialog
General

Ctrl + H


Microsoft Internet Explorer 11
View history
Favorites, history and feeds

Ctrl + H


Outlook 2016 and Outlook 2013
Find and replace text, symbols, or some formatting commands when in the Reading pane or in an open item
Search

Ctrl + H


Blender
Hooks menu
Editing mode

Ctrl + H


CoffeeCup HTML Editor
Replace
Edit

Ctrl + H


WinSCP
Open home directory
Navigation

Ctrl + H


PuTTY
Same as backspace
Ctrl key bouund

Ctrl + H


Firefox Quantum
History sidebar
History

Ctrl + H


Zimbra Web Client
HTML / text format
Edit appointment

Ctrl + H


PeaZip
Display history
Navigation

Ctrl + H


Notepad++
Launch find and replace dialog
Search menu

Ctrl + H


Paint.NET
Rotate 90° (clockwise)
Image menu

Ctrl + H


Skype
Open Help in default browser
Skype for Windows 10

Ctrl + H


Opera
Hide Opera
System keys

Ctrl + H


Joomla
Admin Control Panel
Joomla! Keyboard Master (extension)

Ctrl + H


Everything
Show all search history
General keyboard shortcuts

Ctrl + H


Adobe Acrobat Reader DC
Toggle Reading Mode (hide menu bar and toolbar)
Change view

Ctrl + H


Android Studio
Open type hierarchy
Navigating and searching

Ctrl + H


Notepad
Replace
Editing

Ctrl + H


Microsoft Groove
Shuffle on or off
General

Ctrl + H


Windows Calculator
Turn calculation history on or off
General

Ctrl + H


SQL Server Management Studio (SSMS)
Display the Replace dialog box
Search

Ctrl + H


Microsoft Excel 2016
Displays the Find and Replace dialog box, with the Replace tab selected
CTRL combination shortcut keys

Ctrl + H


Windows Media Player 11
Turn shuffle on or off
Play music with shortucts

Ctrl + H


Mozilla Thunderbird
Find and replace text in current message
Editing message text

Ctrl + H


Wordpad
Replace text in a document
General

Ctrl + H


Microsoft Edge
Open history pane
General

Ctrl + H


Windows 10 Maps
Share
General

Ctrl + H


Notepad2
Replace
Find and replace

Ctrl + H


Adobe Reader 9 (Windows)
Turn Reading Mode on or off (hide toolbar and menu bar)
Change View

Ctrl + H


Nautilus File Manager 2 (Linux)
Show/hide hidden files
Folder Navigation

Ctrl + H


gedit 2.3 (Linux)
Find and replace text
Search and Replace

Ctrl + H


Clementine Player (Linux)
Shuffle playlist
Playlists

Ctrl + H


Google Earth 5 (Linux)
Find and replace text
Search and Replace

Ctrl + H


IrfanView 4.42 (Windows)
Original size (reset zoom)
View / Zoom

Ctrl + H


Internet Explorer (Windows)
Open History box.
Favorites, History and Search

Ctrl + H


Clementine Player (Windows)
Shuffle playlist
Playlists

Ctrl + H


Microsoft Outlook 2007 (Windows)
Find and replace text, symbols, or some formatting commands within open items. Works in the Reading Pane on an open item.
Shortcuts for Search

Ctrl + H


CA Spectrum Infrastructure Manager (Windows)
Establish Encrypted Communication Session with Selected Device using Secure Shell
13 Shortcuts for CA Spectrum Infrastructure Manager (Windows)

Ctrl + H


Microsoft Excel 2007 (Windows)
Displays the Find and Replace dialog box, with the Replace tab selected.
CTRL Combinations in Excel 2007

Ctrl + H


Adobe After Effects CS5 (Windows)
Replace selected footage item
Footage

Ctrl + H


Adobe Photoshop CS4 (Windows)
Hide selection and planes
Shortcut Keys for using Vanishing Point

Ctrl + H