Eclipse Helios (Windows)

Search and Replace

Search Workspace (Java Search, Task Search, and File Search)

Ctrl + H

All hotkeys for Eclipse Helios (Windows)

Manage Files and Projects
Create new project using the Wizard

Ctrl + N

Manage Files and Projects
Create new project, file, class, etc.

Ctrl + Alt + N

Manage Files and Projects
Open project, file, etc.

Alt + F , then .

Manage Files and Projects
Open Resource (file, folder or project)

Ctrl + Shift + R

Manage Files and Projects
Show and access file properties

Alt + Enter

Manage Files and Projects
Save current file

Ctrl + S

Manage Files and Projects
Save all files

Ctrl + Shift + S

Manage Files and Projects
Close current file

Ctrl + W

Manage Files and Projects
Close all files

Ctrl + Shift + W

Manage Files and Projects
Refresh content of selected element with local file system

F5

Editor Window
Jump to Editor Window

F12

Editor Window
Switch to next editor / switch to previous editor

Ctrl + Page Down / Ctrl + Page Up

Editor Window
Maximize or un-maximize current Editor Window (also works for other Windows)

Ctrl + M

Editor Window
Show list of open Editors. Use arrow keys and enter to switch

Ctrl + E

Editor Window
Show list of open Editors. Similar to ctrl+e but switches immediately upon release of ctrl

Ctrl + F6 / Ctrl + Shift + F6

Editor Window
Go to previous / go to next Editor Window

Alt + Arrow Left / Alt + Arrow Right

Editor Window
Open Editor Window Option menu

Alt + -

Editor Window
Show view menu (features available on left vertical bar: breakpoints, bookmarks, line numbers, …)

Ctrl + F10

Editor Window
Show or hide line numbers

Ctrl + F10 , then n

Editor Window
Show or hide the diff column on the left (indicates changes since last save)

Ctrl + Shift + Q

Editor Window
Zoom text in/ out

Ctrl + Shift + + / -

Navigate in Editor
Jump to beginning / jump to end of indention. Press home twice to jump to beginning of line

Home / End

Navigate in Editor
Jump to beginning / jump to end of source

Ctrl + Home / End

Navigate in Editor
Jump one word to the left / one word to the right

Ctrl + Arrow Right / Arrow Left

Navigate in Editor
Jump to previous / jump to next method

Ctrl + Shift + Arrow Down / Arrow Up

Navigate in Editor
Jump to Line Number. To hide/show line numbers, press ctrl+F10 and select 'Show Line Numbers'

Ctrl + L

Navigate in Editor
Jump to last location edited

Ctrl + Q

Navigate in Editor
Jump to next / jump to previous compiler syntax warning or error

Ctrl + . / Ctrl + ,

Navigate in Editor
With a bracket selected: jump to the matching closing or opening bracket

Ctrl + Shift + P

Navigate in Editor
Collapse / Expand current method or class

Ctrl + [ + ] / Ctrl + - on numeric keyboard

Navigate in Editor
Collapse / Expand all methods or classes

Ctrl + [ / ] / Ctrl + * on numeric keyboard

Navigate in Editor
Scroll Editor without changing cursor position

Ctrl + Arrow Down / Ctrl + Arrow Up

Navigate in Editor
Next Sub-Tab / Previous Sub-Tab

Alt + Page Up / Alt + Page Down

Select Text
Expand selection by one character to the left / to the right

Shift + Arrow Right / Arrow Left

Select Text
Expand selection to next / previous word

Ctrl + Shift + Arrow Right / Arrow Left

Select Text
Expand selection by one line down / one line up

Shift + Arrow Down / Arrow Up

Select Text
Expand selection to end / to beginning of line

Shift + End / Home

Select Text
Select all

Ctrl + A

Select Text
Expand selection to current element (e.g. current one-line expression or content within brackets)

Alt + Shift + Arrow Up

Select Text
Expand selection to next / previous element

Alt + Shift + Arrow Left / Arrow Right

Select Text
Reduce previously expanded selection by one step

Alt + Shift + Arrow Down

Edit Text
Cut, copy and paste

Ctrl + C / Ctrl + X / Ctrl + V

Edit Text
Undo last action

Ctrl + Z

Edit Text
Redo last (undone) action

Ctrl + Y

Edit Text
Delete Line

Ctrl + D

Edit Text
Move current line or selection up or down

Alt + Arrow Up / Arrow Down

Edit Text
Duplicate current line or selection up or down

Ctrl + Alt + Arrow Up / Ctrl + Alt + Arrow Down /

Edit Text
Delete next word

Ctrl + Delete

Edit Text
Delete previous word

Ctrl + Backspace

Edit Text
Enter line below current line

Shift + Enter

Edit Text
Enter line above current line

Shift + Ctrl + Enter

Edit Text
Switch between insert and overwrite mode

Insert

Edit Text
Change selection to all lower case

Shift + Ctrl + Y

Edit Text
Change selection to all upper case

Shift + Ctrl + X

Search and Replace
Open find and replace dialog

Ctrl + F

Search and Replace
Find previous / find next occurrence of search term (close find window first)

Ctrl + K / Ctrl + Shift + K

Search and Replace
Search Workspace (Java Search, Task Search, and File Search)

Ctrl + H

Search and Replace
Incremental search forward / backwards. Type search term after pressing ctrl+j, there is now search window

Ctrl + J / Ctrl + Shift + J

Search and Replace
Open a resource search dialog to find any class

Ctrl + Shift + O

Indentions and Comments
Increase / decrease indent of selected text

Tab / Shift + Tab

Indentions and Comments
Correct indention of selected text or of current line

Ctrl + I

Indentions and Comments
Autoformat all code in Editor using code formatter

Ctrl + Shift + F

Indentions and Comments
Comment / uncomment line or selection ( adds '//' )

Ctrl + /

Indentions and Comments
Add Block Comment around selection ( adds '/... */' )

Ctrl + Shift + /

Indentions and Comments
Remove Block Comment

Ctrl + Shift + \

Indentions and Comments
Add Element Comment ( adds '/** ... */')

Alt + Shift + J

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

Ctrl + Space

Editing Source Code
Open Quick Fix and Quick Assist

Ctrl + 1

Editing Source Code
Propose word completion (after typing at least one letter). Repeatedly press alt+/ until reaching correct name

Alt + /

Editing Source Code
Deactivate or activate Smart Insert Mode (automatic indention, automatic brackets, etc.)

Ctrl + Shift + Insert

Code Information
Show code outline / structure

Ctrl + O

Code Information
Open class, method, or variable information (tooltip text)

F2

Code Information
Open Declaration: Jump to Declaration of selected class, method, or parameter

F3

Code Information
Open Type Hierarchy window for selected item

F4

Code Information
Show / open Quick Type Hierarchy for selected item

Ctrl + T

Code Information
Open Type in Hierarchy

Ctrl + Shift + T

Code Information
Open Call Hierarchy

Ctrl + Alt + H

Code Information
Find occurrences of expression in current file

Ctrl + Shift + U

Code Information
Open Declaration or Implementation

Ctrl +move over method

Refactoring
Rename selected element and all references

Alt + Shift + R

Refactoring
Move selected element to other class or file (With complete method or class selected)

Alt + Shift + V

Refactoring
Change method signature (with method name selected)

Alt + Shift + C

Refactoring
Extract selection to method

Alt + Shift + M

Refactoring
Extract local variable: Create and assigns a variable from a selected expression

Alt + Shift + L

Refactoring
Inline selected local variables, methods, or constants if possible (replaces variable with its declarations/ assignment and puts it directly into the statements)

Alt + Shift + I

Run and Debug
Save and launch application (run)

Ctrl + F11

Run and Debug
Debug

F11

Run and Debug
Step Into function

F5

Run and Debug
Next step (line by line)

F6

Run and Debug
Step out

F7

Run and Debug
Skip to next Breakpoint

F8

The Rest
Switch forward / backward between views (panels). Useful for switching back and forth between Package Explorer and Editor.

Ctrl + F7 / Ctrl + Shift + F7

The Rest
Switch forward / backward between perspectives

Ctrl + F8 / Ctrl + Shift + F8

The Rest
Print

Ctrl + P

The Rest
Open Eclipse Help

F1

The Rest
Show Context Menu right click with mouse

Shift + F10

Team (SVN Subversive)
Synchronize with Repository

Ctrl + Alt + S

Team (SVN Subversive)
Commit

Ctrl + Alt + C

Team (SVN Subversive)
Update

Ctrl + Alt + U

Team (SVN Subversive)
Update to Revision

Ctrl + Alt + D

Team (SVN Subversive)
Merge

Ctrl + Alt + E

Team (SVN Subversive)
Show Properties

Ctrl + Alt + T

Team (SVN Subversive)
Add to svn:ignore

Ctrl + Alt + I

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


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


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

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