IntelliJ (Linux)

Search/Replace

Find

Ctrl + F

All hotkeys for IntelliJ (Linux)

Productivity
To quickly open any class.

Ctrl + N

Productivity
To quickly open any file.

Ctrl + Shift + N

Productivity
Toggle tools (maximize/minimize code window).

Ctrl + Shift + F12

Productivity
Code completion.

Ctrl + Space

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

Alt + F7

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

Crtl + P

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

Ctrl + Space

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

Ctrl + Shift + Space

Editing
Complete statement

Ctrl + Shift + Enter

Editing
Parameter info (within method call arguments)

Ctrl + P

Editing
Quick documentation lookup

Ctrl + Q

Editing
External Doc

Shift + F1

Editing
Brief Info

Ctrl + mouse over code

Editing
Show descriptions of error or warning at caret

Ctrl + F1

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

Alt + Insert

Editing
Override methods

Ctrl + O

Editing
Implement methods

Ctrl + I

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

Ctrl + Alt + T

Editing
Comment/uncomment with line comment

Ctrl + /

Editing
Comment/uncomment with block comment

Ctrl + Shift + /

Editing
Select successively increasing code blocks

Ctrl + W

Editing
Decrease current selection to previous state

Ctrl + Shift + W

Editing
Context info

Alt + Q

Editing
Show intention actions and quick-fixes

Alt + Enter

Editing
Reformat code

Ctrl + Alt + L

Editing
Optimize imports

Ctrl + Alt + O

Editing
Auto-indent line(s)

Ctrl + Alt + I

Editing
Indent/unindent selected lines

Tab / Shift + Tab

Editing
Cut current line or selected block to clipboard

Ctrl + X / Shift + Delete

Editing
Copy current line or selected block to clipboard

Ctrl + C / Ctrl + Insert

Editing
Paste from clipboard

Ctrl + V / Shift + Insert

Editing
Paste from recent buffers...

Ctrl + Shift + V

Editing
Duplicate current line or selected block

Ctrl + D

Editing
Delete line at caret

Ctrl + Y

Editing
Smart line join

Ctrl + Shift + J

Editing
Smart line split

Ctrl + Enter

Editing
Start new line

Shift + Enter

Editing
Toggle case for word at caret or selected block

Ctrl + Shift + U

Editing
Select till code block end/start

Ctrl + Shift + ] / [

Editing
Delete to word end

Ctrl + Delete

Editing
Delete to word start

Ctrl + Backspace

Editing
Expand/collapse code block

Ctrl + NumPad + / -

Editing
Expand all / collapse all

Ctrl + Shift + NumPad + / -

Editing
Close active editor tab

Ctrl + F4

Editing
Find usages / Find usages in file

Alt + F7 / Ctrl + F7

Editing
Highlight usages in file

Ctrl + Shift + F7

Editing
Show usages

Ctrl + Alt + F7

Editing
Copy

F5

Editing
Move

F6

Editing
Safe Delete

Alt + Delete

Editing
Rename

Shift + F6

Editing
Change Signature

Ctrl + F6

Editing
Inline

Ctrl + Alt + N

Editing
Extract Method

Ctrl + Alt + M

Editing
Extract Variable

Ctrl + Alt + V

Editing
Extract Field

Ctrl + Alt + F

Editing
Extract Constant

Ctrl + Alt + C

Editing
Extract Parameter

Ctrl + Alt + P

Search/Replace
Search everywhere

Double Shift

Search/Replace
Find

Ctrl + F

Search/Replace
Find next / Find previous

F3 / Shift + F3

Search/Replace
Replace

Ctrl + R

Search/Replace
Find in path

Ctrl + Shift + F

Search/Replace
Replace in path

Ctrl + Shift + R

Search/Replace
Search structurally (Ultimate Edition only)

Ctrl + Shift + S

Search/Replace
Replace structurally (Ultimate Edition only)

Ctrl + Shift + M

Compile and Run
Make project (compile modifed and dependent)

Ctrl + F9

Compile and Run
Compile selected file, package or module

Ctrl + Shift + F9

Compile and Run
Select configuration and run

Alt + Shift + F10

Compile and Run
Select configuration and debug

Alt + Shift + F9

Compile and Run
Run

Shift + F10

Compile and Run
Debug

Shift + F9

Compile and Run
Run context configuration from editor

Ctrl + Shift + F10

Debugging
Commit project to VCS

Ctrl + K

Debugging
Update project from VCS

Ctrl + T

Debugging
View recent changes

Alt + Shift + C

Debugging
‘VCS’ quick popup

Alt + `

Debugging
Step over

F8

Debugging
Step into

F7

Debugging
Smart step into

Shift + F7

Debugging
Step out

Shift + F8

Debugging
Run to cursor

Alt + F9

Debugging
Evaluate expression

Alt + F8

Debugging
Resume program

F9

Debugging
Toggle breakpoint

Ctrl + F8

Debugging
View breakpoints

Ctrl + Shift + F8

Live Templates
Surround with Live Template

Ctrl + Alt + J

Live Templates
Insert Live Template

Ctrl + J

Live Templates
Iteration according to Java SDK 1.5 style

Ctrl + J - iter

Live Templates
Check object type with instanceof and downcast it

Ctrl + J - inst

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

Ctrl + J - itco

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

Ctrl + J - itit

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

Ctrl + J - itli

Live Templates
Public static final

Ctrl + J - psf

Live Templates
throw new

Ctrl + J - thr

Navigation
Go to class

Ctrl + N

Navigation
Go to file

Ctrl + Shift + N

Navigation
Go to symbol

Ctrl + Alt + Shift + N

Navigation
Go to next/previous editor tab

Alt + Right/Left

Navigation
Go back to previous tool window

F12

Navigation
Go to editor (from tool window)

Esc

Navigation
Hide active or last active window

Shift + Esc

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

Ctrl + Shift + F4

Navigation
Go to line

Ctrl + G

Navigation
Recent files popup

Ctrl + E

Navigation
Navigate backward / navigate forward

Ctrl + Alt + Arrow left / Arrow right

Navigation
Navigate to last edit location

Ctrl + Shift + Backspace

Navigation
Select current file or symbol in any view

Alt + F1

Navigation
Go to declaration

Ctrl + B / Ctrl + Click

Navigation
Go to implementation(s)

Ctrl + Alt + B

Navigation
Open quick definition lookup

Ctrl + Shift + I

Navigation
Go to type declaration

Ctrl + Shift + B

Navigation
Go to super-method/super-class

Ctrl + U

Navigation
Go to previous/next method

Alt + Arrow up / Arrow down

Navigation
Move to code block end / move to code start

Ctrl + ] / [

Navigation
File structure popup

Ctrl + F12

Navigation
Type hierarchy

Ctrl + H

Navigation
Method hierarchy

Ctrl + Shift + H

Navigation
Call hierarchy

Ctrl + Alt + H

Navigation
Next/previous highlighted error

F2 / Shift + F2

Navigation
Edit source / View source

F4 / Ctrl + Enter

Navigation
Show navigation bar

Alt + Home

Navigation
Toggle bookmark

F11

Navigation
Toggle bookmark with mnemonic

Ctrl + F11

Navigation
Go to numbered bookmark

Ctrl + 0 ... 9

Navigation
Show bookmarks

Shift + F11

General
Open corresponding tool window

Alt + 0 ... 9

General
Save all

Ctrl + S

General
Synchronize

Ctrl + Alt + Y

General
Toggle maximizing editor

Ctrl + Shift + F12

General
Add to Favorites

Alt + Shift + F

General
Inspect current file with current profile

Alt + Shift + I

General
Quick switch current scheme

Ctrl + `

General
Open Settings dialog

Ctrl + Alt + S

General
Open Project Structure dialog

Ctrl + Alt + Shift + S

General
Find Action

Ctrl + Shift + A

General
Switch between tabs and tool window

Ctrl + Tab

Similar combinations for other applications


Open Office Writer 3 (Linux)
Search
Search and Replace

Ctrl + F


VLC Media Player (Windows)
Open Folder (browse folder menu)
Movie Navigation

Ctrl + F


Google Chrome (Windows)
Search Text in Source
Manage Chrome DevTools - Accessing DevTools and DevTools Basics

Ctrl + F


Novell Evolution 2 (Linux)
Forward message
Mail

ctrl + f


Adobe Reader 9 (Linux)
Find box (use f6 to jump between window elements to get back to document)
Find and Select

Ctrl + f


Adobe Reader X (Windows)
Find box (use f6 to jump between window elements to get back to document)
Find and Select

Ctrl + F


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

Ctrl + F


Visual Studio 2015 (Windows)
Find and replace dialog box
Code Editor - Find, Replace, and Goto

Ctrl + F


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

Ctrl + F


KDevelop (Linux)
Search
Search and Replace

Ctrl + F


Eclipse Helios (Windows)
Open find and replace dialog
Search and Replace

Ctrl + F


Google Chrome (Linux)
Search Text in Source
Manage Chrome DevTools - Accessing DevTools and DevTools Basics

Ctrl + F


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

Ctrl + F


Microsoft Projects 2010 (Windows)
Search on page. Press escape to close search window
Navigate Projects Help

Ctrl + F


Microsoft Outlook 2010 (Windows)
Forward an appointment or meeting
Messages in Main View - Create and Manage Appointments

Ctrl + F


Thunderbird (Windows)
Find Messages with Quick Filter
Find Messages

Ctrl + F


SharpDevelop 4.0 (Windows)
Find
Find/Replace

Ctrl + F


Thunderbird (Linux)
Find Messages with Quick Filter
Find Messages

Ctrl + F


Unity3D 3 (Windows)
Find
Editing

Ctrl + f


Firefox (Linux)
Open "quick find" window and searches phrase as you type
Search

Ctrl + F / [ / ]


Firefox (Windows)
Open "quick find" window and searches phrase as you type
Search

Ctrl + F / [ / ]


Microsoft Excel 2003 (Windows)
Find
Basic

Ctrl + f


Inpage (Windows)
To find text
For Editing

Ctrl + f


Google Chrome (Windows)
Find text on webpage. Press Enter for.
Search

Ctrl + F / F3


Phoenix Viewer (Windows)
Search / Find
Edit

Ctrl + F


Zune (Windows)
Next song
Playing Songs

Ctrl + F


Visual Studio 2015 (Windows)
Find and replace dialog box
Coding - Find, Replace, and Goto

Ctrl + F


Microsoft OneNote 2010 (Windows)
Search only the current page. You can switch between searching everywhere and searching only the current page at any point by pressing CRTL+E or CTRL+F.
Searching Notes

ctrl + f


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

Ctrl + F


Microsoft Outlook 2010 (Windows)
Forward an appointment or meeting
Messages in Compose View - Create and Manage Appointments

Ctrl + F


Microstation v8i (Windows)
Save Settings
Managing Design Files

Ctrl + F


Google Chrome (Linux)
Find text on webpage. Press Enter for
Search

Ctrl + F / F3


Notepad++ 5 (Windows)
Find
Search

Ctrl + F


Google Docs (Windows)
Find
Edit Documents

Ctrl + F


Access 2010 (Windows)
Add a calculated detail field
Manage Access Features - Pivot Table

Ctrl + F


MyLifeOrganized (Windows)
Find (focus moves to Search box)
Accessing Features

Ctrl + F


Visual Studio 2015 (Windows)
Find and replace dialog box
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto

Ctrl + F


Total Commander 8 (Windows)
Connect to FTP server
Main Shortcuts

Ctrl + f


Tekla Structures 14.0 (Windows)
Open component catalog
Modeling shortcuts

Ctrl + f


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

Ctrl + F


Total Commander 8 (Windows)
Connect to FTP Server
FTP

Ctrl + F


Opera (Linux)
Find text
Find

Ctrl + F


Smartplant Review (Windows)
Find Object
Standard Control Keys

Ctrl + f


Microsoft Outlook 2010 (Windows)
Forward an appointment or meeting
Calendar Shortcuts - Create and Manage Appointments

Ctrl + F


Evernote (Windows)
Search within a note
Note Editor

Ctrl + f


Sublime Text (Windows)
Standard Find
Find and Replace

Ctrl + F


Oracle SQL Developer 4 (Windows)
Find
Search

Ctrl + F


UltraEdit (Windows)
Find a character string
Search Menu

Ctrl + F


Jaws 11.0 (Windows)
Jaws Find
Navigation in HTML (Internet browsing)

Ctrl + F


Microsoft Outlook 2010 (Windows)
Create new message addressed to selected contact
Contacts Shortcuts

Ctrl + F


VLC Media Player (MacOS)
Open folder (browse folder menu)
Movie Navigation

Ctrl + F


Microsoft Windows 7 (Windows)
Search the current topic. Press tab to leave
Windows Help

Ctrl + F


NetBeans 8 (Windows)
Find/Replace in file
General Keyboard Shortcts

Ctrl + F / H


Microsoft Outlook 2010 (Windows)
Forward task as an attachment
Tasks Shortcuts

Ctrl + F


Photoshop Lightroom 4 (Windows)
Find photo in the Library module
Rating and Filtering Photos

Ctrl + F


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

Ctrl + F


Texmaker 4.0.2 (Windows)
Find
"Edit" menu

Ctrl + F


CATIA V5 (Windows)
Find/ Search
38 Shortcuts for CATIA V5 (Windows)

Ctrl + F


FreeMind 0.9.0 (Windows)
Find
Edit commands

Ctrl + F


AutoCAD 2012 (Windows)
Toggle running object snaps
Toggle General Features

Ctrl + F


Access 2010 (Windows)
Add a calculated detail field
Working with Text and Data - Pivot Table

Ctrl + F


iTunes (Windows)
Select the search field
File and Window

Ctrl + F


Avid Media Composer 7 (Windows)
Find
Timeline

Ctrl + F


iTunes (Windows)
Fullscreen visualizer
View Menu

Ctrl + F


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

Ctrl + F


IntelliJ (Windows)
Find
Search/Replace

Ctrl + F


FL Studio (Windows)
Browser smart find...
File Operations

Ctrl + F


Directory Opus (Windows)
Find files
Tools Menu

Ctrl + F


Adobe Reader X (Linux)
Find box (use f6 to jump between window elements to get back to document)
Find and Select

Ctrl + F


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

Ctrl + F


Audacity 2 (Windows)
Fit in window
View Menu

Ctrl + F


Beyond Compare (Windows)
Find...
Search Menu

Ctrl + F


WinRAR (Windows)
Add to Favorites
Others

Ctrl + F


Beyond Compare (Windows)
Find filename...
Search Menu - Folder Compare

Ctrl + F


Axialis IconWorkshop (Windows)
Find - In the Librarian...
Edit Menu

Ctrl + F


Beyond Compare (Windows)
Find filename...
Search Menu - Folder Sync

Ctrl + F


Pro Tools (Windows)
Fades - Create...
Edit Menu

Ctrl + F


Comsol 5 (Windows)
Find a search string
Model Tree

Ctrl + F


Comsol 5 (Linux)
Find a search string
Model Tree

Ctrl + F


Virtual DJ (Windows)
Search / find
All Shortcuts

Ctrl + F


Access 2010 (Windows)
Add a calculated detail field
Working with Access Views - Pivot Table

Ctrl + F


Microsoft Word 2013 (Windows)
Open (new) search menu in navigation task pane
Search and Replace

Ctrl + f


Qt Creator (MacOS)
Find and replace
Editor

Ctrl + F


Qt Creator (Windows)
Find and replace
Editor

Ctrl + F


Atom (text editor) 1.0 (Linux)
Find in current file
Find and Replace

Ctrl + f


Atom (text editor) 1.0 (Windows)
Find in current file
Find and Replace

Ctrl + F


Sonar 2015 (Windows)
Fit content
Track View

Ctrl + F


Linux Mint (Linux)
Find
File Manager (Nemo) - General

Ctrl + F


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

Ctrl + F


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

Ctrl + F


uTorrent (Windows)
Filter Torrents
21 Shortcuts for uTorrent (Windows)

Ctrl + F


uTorrent (Linux)
Filter Torrents
21 Shortcuts for uTorrent (Linux)

Ctrl + F


Skype for Business (Lync) 2016 (Windows)
Send File
Conversation window

Ctrl + F


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

Ctrl + F


Adobe After Effects CC (Windows)
Find in Project Panel
Projects

Ctrl + F


Adobe Photoshop CC (Windows)
Last Filter
Basic Shortcuts for Photoshop CC 2015 - Filter Basics

Ctrl + F


Clink (Windows)
forward-char
BASH (GNU Readline) Line Editing

Ctrl + F


Microsoft Outlook 2016 (Windows)
Forward
Common Commands: Common To Most Views

Ctrl + F


Google Slides (Windows)
Find
General Slides Shortcuts

Ctrl + F


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

Ctrl + F


Sonos Controller (Windows)
Jump to Search Box
22 Shortcuts for Sonos Controller (Windows)

Ctrl + F


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

Ctrl + F


Android Studio (Windows)
Find
Text Basic Shortcuts

Ctrl + F


Microsoft OneNote 2016 (Windows)
Search only current page. Switch between searching everywhere and searching only the current page at any point by pressing CTRL+E or CTRL+F
Search Notes

Ctrl + F


Access 2010 (Windows)
Add a calculated detail field
The Rest - Pivot Table

Ctrl + F


Microsoft Outlook 2016 (Windows)
Forward a message
Mail

Ctrl + F


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

Ctrl + F


Adobe Premiere CC (Windows)
Find
General Shortcuts

Ctrl + F


Photoshop Lightroom CC (Windows)
Find photo in the Library module
Rating and Filtering Photos

Ctrl + F


Microsoft Outlook 2016 (Windows)
Forward
Mail

Ctrl + F


Microsoft Outlook 2016 (Windows)
Forward an appointment or meeting
Calendar

Ctrl + F


Adobe After Effects CC (Windows)
Find in Timeline Panel
Layers

Ctrl + F


Adobe After Effects CC (Windows)
Find in Timeline Panel
Properties and Groups in Timeline Panel

Ctrl + F


Microsoft Outlook 2016 (Windows)
Create a message with selected contact as subject
People

Ctrl + F


Nuke 10 (Windows)
Save Current Window Layout
Global Shortcuts

Ctrl + F


Nuke 10 (Linux)
Save Current Window Layout
Global Shortcuts

Ctrl + F


Microsoft Outlook 2016 (Windows)
Forward a task as an attachment
Tasks

Ctrl + F


Corel Painter 2017 (Windows)
Fill
General Shortcuts

Ctrl + F


Adobe Photoshop CC (Windows)
Last Filter
Manage Panels - Filter Basics

Ctrl + F


InDesign CC (Windows)
Find/Change
Edit Menu shortcuts

Ctrl + F


CINEMA 4D (Windows)
Show search sar
Object Manager

Ctrl + F


FileMaker Pro (Windows)
Find mode
Switch Modes

Ctrl + F


CINEMA 4D (Windows)
Fullscreen mode
Picture Viewer

Ctrl + F


ArchiCAD 20 (Windows)
Split
Edit Menu Commands

Ctrl + F


IMVU (Windows)
Toggle furniture widget
Screen and View

Ctrl + F


Anime Studio (Windows)
Freeze
Bones shortcuts

Ctrl + F


CINEMA 4D (Windows)
Goto Previous Key
Animation Timeline

Ctrl + F


ArchiCAD 20 (Windows)
Find
Edit Commands(Text)

Ctrl + F


Hexagon 2 (Windows)
Extract Fillet
General Shortcuts

Ctrl + F


CINEMA 4D (Windows)
Show Search Bar
Animation Timeline

Ctrl + F


3D Coat (Windows)
Show/hide freeze
Freeze Operations

Ctrl + F


Zoho Writer (Windows)
To Find and Replace Text
Format Tab

Ctrl + F


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

Ctrl + F


Dynamics SL 2015 (Windows)
Finish
General Shortcuts

Ctrl + F


Dynamics AX 2015 (Windows)
Open the Find dialog box to find an element in the AOT
Working with AOT

Ctrl + F


Dynamics AX 2015 (Windows)
Search for words in a help topic.
General Shortcuts

Ctrl + F


Autodesk Inventor 2017 (Windows)
FInd
General

Ctrl + F


Apple Motion (MacOS)
Focus on the selected object
View Menu

Ctrl + F


AutoCAD 2016 (Windows)
Toggles running object snaps
General

Ctrl + F


Zoho Show (Windows)
Find and replace
Formatting Shortcuts

Ctrl + F


GIMP (Linux)
Repeat Last
Filters Menu

Ctrl + F


Ace Projects (Windows)
Find
Find and Replace

Ctrl + F


Silhouette Studio (Windows)
Paste in format
Edit

Ctrl + F


GIMP (Windows)
Repeat Last PlgIn
PlugIn Shortcuts

Ctrl + F


Mac OS Sierra 10.12 (MacOS)
Move one character forward.
Document Shortcuts

Ctrl + F


AutoCad Architecture 2017 (Windows)
Osnap mode
Alphabest combination

Ctrl + F


1Password (Windows)
Find item.
General Shortcuts

Ctrl + F


1Password (Windows)
Find item.
Main Program Shortcuts

Ctrl + F


Todoist (Web Application)
Open Searcj
Android Only Shortcuts

Ctrl + F


Todoist (Web Application)
Open Search
Task Add Shortcuts(Windows 10 Only)

Ctrl + F


Sublime Text (Linux)
Find
Find and Replace Shortcuts

Ctrl + F


JetBrains RubyMine (Windows)
Find
Find and Replace

Ctrl + F


JetBrains RubyMine (Linux)
Find
Find and Replace

Ctrl + F


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

Ctrl + F


JetBrains PyCharm (Windows)
Find
Find and Replace

Ctrl + F


Slack (Windows)
Search the current Channel/Conversation
Navigation Controls

Ctrl + F


Logic Pro X (MacOS)
Explore Folders
Score Editor

Ctrl + F


Amazon Kindle (Windows)
Search
Reading Book

Ctrl + F


Adobe Flash Builder (Windows)
Search Current document for Text
24 Shortcuts for Adobe Flash Builder (Windows)

Ctrl + F


Logic Pro X (MacOS)
Add Audio Files
Project Audio

Ctrl + F


Red Hat Enterprise (Linux)
Finds a keyword or string within a page
Web Browser

Ctrl + F


BrainSuite (Windows)
Forward/ Show next surface
Main Window

Ctrl + F


Bash (Linux)
Forward one character
Navigation

Ctrl + F


Cloud9 (Windows)
Find
Find

Ctrl + F


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

Ctrl + F


Daz 3D Bryce 7 (Windows)
Flip Gradient Colors
Terrain Editing

Ctrl + F


JetBrains PhpStorm (Windows)
Find
Find and Replace

Ctrl + F


Adobe RoboHelp (Windows)
Find Something
General Shortcuts

Ctrl + F


JetBrains PhpStorm (Linux)
Find
Find and Replace

Ctrl + F


DAZ Studio (Windows)
Frame selection
View Commands

Ctrl + F


Blender 3D (Windows)
Sort Faces
Object Mode

Ctrl + F


jEdit (Windows)
Open Search and Replace Dialog
Search and Replace

Ctrl + F


ZBrush 4 (Windows)
Fill Layer
Edit Move Navigation - Document Layers

Ctrl + F


Daz 3D Carrara 8 (Windows)
Fill Polygon
Application - Model

Ctrl + F


Steinberg Cubase 9 (Windows)
Find selected in pool
Audio

Ctrl + F


Microsoft Hotmail (Web Application)
Go to Inbox
14 Shortcuts for Microsoft Hotmail (Web Application)

Ctrl + F


ACDSee (Windows)
Open Batch convert File Format Dialog Box
View Mode

Ctrl + F


Blender 3D (Windows)
Flip Faces
Mesh Editing

Ctrl + F


Corel WordPerfect X8 (Windows)
Find and Replace
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + F


Corel PhotoPaint X6 (Windows)
Repeat Last Effects
Effects

Ctrl + F


ZBrush 4 (Windows)
Fill Layer
Inner Ring Actions - Document Layers

Ctrl + F


HTML-Kit (Windows)
Find Spcified Text
87 Shortcuts for HTML-Kit (Windows)

Ctrl + F


Opera (Windows)
Find text
Find

Ctrl + F


Corel Quattro Pro X8 (Windows)
Find and Replace
Text Formatting

Ctrl + F


Daz 3D Carrara 8 (Windows)
Fill Polygon
Spline Modeler - Model

Ctrl + F


Gliffy (Windows)
Bring to front
Shape Shortcuts

Ctrl + F


Corel Quattro Pro X8 (Windows)
Go to Referenced Cell in Formula
Formula Keys

Ctrl + F


ZBrush 4 (Windows)
Fill Layer
Sculpting Brushes - Document Layers

Ctrl + F


Clip Studio Paint (Manga Studio) (Windows)
Convert Selection Layer to Selection
Selection Shortcuts

Ctrl + F


Corel Ventura 10 (Windows)
Find and Replace
General Shortcuts

Ctrl + F


Yahoo Mail (Web Application)
Find a word or phrase in a message
General

Ctrl + F


Opera (Windows)
Search while viewing help page
Help

Ctrl + F


Chief Architect (Windows)
Floor Tools - Build Foundation
Floor Tools

Ctrl + F


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

Ctrl + F


Daz 3D Carrara 8 (Windows)
Fill Polygon
Vertex Modeler - Model

Ctrl + F


Kingsoft Spreadsheets 2016 (Windows)
Go to Find Dialog Box
Display Various Objects

Ctrl + F


MusicBee (Windows)
Custom Search
Edit Controls

Ctrl + F


ZBrush 4 (Windows)
Fill Layer
3D Models - Document Layers

Ctrl + F


Forte (Windows)
Find
Main Browser Window

Ctrl + F


Brackets (Windows)
Find
99 Shortcuts for Brackets (Windows)

Ctrl + F


Kingsoft Presentation 2016 (Windows)
Find Dialog Box
Files and Other Shortcuts

Ctrl + F


Flock (Windows)
Find (in page)
General

Ctrl + F


Poser Pro (Windows)
Display>Camera View >From Front
Display

Ctrl + F


Adobe Captivate 2017 (Windows)
Find/replace a particular object in the project Library
General and Miscellaneous Shortcuts

Ctrl + F


Primevera P6 P6 (Windows)
Find
General Shortcuts

Ctrl + F


Notes 9.0 (Windows)
OPen Find Dialog Box
26 Shortcuts for Notes 9.0 (Windows)

Ctrl + F


FxPro (Windows)
Favorites tab
General Shortcuts

Ctrl + F


TradeStation (Windows)
Find Dialog Box
Editor Shortcuts

Ctrl + F


ZBrush 4 (Windows)
Fill Layer
ZSpheres - Document Layers

Ctrl + F


MetaTrader MT4 (Windows)
Enable Crosshair
Miscellaneous Shortcuts

Ctrl + F


Forte (Windows)
Find
Usenet/Email Filter windows

Ctrl + F


Informix Genero 2.5.0 (Windows)
Find
Find and Replace

Ctrl + F


vSphere Client (Windows)
New Folder
New Item

Ctrl + F


Tencent QQ Player (Windows)
Open the Folder
30 Shortcuts for Tencent QQ Player (Windows)

Ctrl + F


Forte (Windows)
Find
Composition Window

Ctrl + F


MediaMonkey (Windows)
Search
Standard Keyboard Shortcuts

Ctrl + F / F3


MOTU Digital Performer 9 (Windows)
Filters
Editing

Ctrl + F


Jetbrains CLion (Windows)
Find
Find and Replace

Ctrl + F


VideoPad Video Editor (Windows)
Find clip
Edit

Ctrl + F


CA Client Automation (Windows)
Find
Edit Menu

Ctrl + F


Groove Music (Windows)
Forward/ skip to next song
Music Play

Ctrl + F


KMPlayer (Windows)
Open Folder
General

Ctrl + F


DITA CMS (Windows)
Find
22 Shortcuts for DITA CMS (Windows)

Ctrl + F


XMetal Author (Windows)
Find
26 Shortcuts for XMetal Author (Windows)

Ctrl + F


Teamcenter (Windows)
Create New Folder
New Creation

Ctrl + F


XYplorer (Windows)
Find Files
General Shortcuts

Ctrl + F


Pegasus Mail (Web Application)
Find text within the message
Message Reader

Ctrl + F


PotPlayer (Windows)
Filter Settings
Standard Keyboard Controls

Ctrl + F


ZBrush 4 (Windows)
Fill Layer
Canvas and 2.5D - Document Layers

Ctrl + F


Siemens NX 11 (Windows)
Fit
View Menu

Ctrl + F


Pegasus Mail (Web Application)
Find text...
Edit menu

Ctrl + F


Aptana Studio 3 (Windows)
Search
Find and Replace

Ctrl + F


MPS 2017 (Windows)
Initiate text search
Search

Ctrl + F


MPS 2017 (Windows)
Initiate text search
Search

Ctrl + F


Unity3D 5 (Windows)
Find
Edit

Ctrl + F


GOM Player (Windows)
Forward 10 sec
Playback Control

Ctrl + F


ProRealTime (Windows)
Advanced Search
Display Menu

Ctrl + F


Visual Studio Code (Windows)
Find
Search and Replace

Ctrl + F


Xamarin Studio (MonoDevelop) (Windows)
Find
Search

Ctrl + F


Pencil2D (Windows)
Insert Black Frames
57 Shortcuts for Pencil2D (Windows)

Ctrl + F


iClone 7 (Windows)
Show/Hide FPS
OnScreen Display

Ctrl + F


Anim8or (Windows)
Flar Shaded
Top Toolbar Shortcuts

Ctrl + F


Tableau (Windows)
Makes the find command in the Data pane active
General

Ctrl + F


Delphi 10 (Windows)
Find
193 Shortcuts for Delphi 10 (Windows)

Ctrl + F


Gnumeric (Windows)
Opens the Search Center
21 Shortcuts for Gnumeric (Windows)

Ctrl + F


GeoModeller3D (Windows)
Fit a plane to points and create orientation data
2D Structural Data

Ctrl + F


Quickbooks Desktop (Windows)
Simple and Advanced Find
The Rest

Ctrl + F


DrawPlus (Windows)
Find an object
Object

Ctrl + F


TVPaint Animation (Windows)
Slide To
89 Shortcuts for TVPaint Animation (Windows)

Ctrl + F


Rhino (Windows)
Find Text
Default Shortcuts

Ctrl + F


Sculptris (Windows)
Fill Selection Mask
Miscellaneous Shortcuts

Ctrl + F


Creo Parametric (Windows)
Find
26 Shortcuts for Creo Parametric (Windows)

Ctrl + F


Impro-Visor (Windows)
open the textual leadsheet editor
Editors

Ctrl + F


Vegas Pro 14 (Windows)
Post-edit ripple affected tracks, bus tracks, markers, and regions
Timeline and Track List

Ctrl + F


Solid Edge (Windows)
Front
Manipulation

Ctrl + F


Solidworks 2019
Find / replace
Windows

Ctrl + F


Spotify (Windows)
Filter (in Songs and Playlists)
General

Ctrl + F


TurboCAD (Windows)
Open the Properties dialog for the selected entity or tool
171 Shortcuts for TurboCAD (Windows)

Ctrl + F


RStudio (Windows)
Find and replace
Source

Ctrl + F


Todoist
Open search
Todoist for Android – global shortcuts

Ctrl + F


Titanium (Windows)
Find
Search

Ctrl + F


OpenSCAD (MacOS)
Navigate Char right
Navigation Shortcuts

Ctrl + F


winIDEA
Find the specified text
Edit

Ctrl + F


Alphacam (Windows)
Start Point
Regular Commands

Ctrl + F


FlashFXP (Web Application)
Find file
54 Shortcuts for FlashFXP (Web Application)

Ctrl + F


Surfcam (Windows)
Automatically fit the current geometry to the extent of the window
60 Shortcuts for Surfcam (Windows)

Ctrl + F


Kate (Linux)
Find
29 Shortcuts for Kate (Linux)

Ctrl + F


CuteFTP (Windows)
Find
General

Ctrl + F


Kate (Windows)
Find
38 Shortcuts for Kate (Windows)

Ctrl + F


CodeLite 10 (Windows)
Find
Search

Ctrl + F


Shopify
Find
General

Ctrl + F


Xyplorer
Opens Find Text dialog.
Other Shortcuts

Ctrl + F


Geany (Windows)
Find
Finding text,Selecting text

Ctrl + F


Geany (Linux)
Find
Finding text,Selecting text

Ctrl + F


Comodo IceDragon (Windows)
Find
Viewing, Printing and Saving Current Page

Ctrl + F


Ansys Mechanical (Windows)
Activate Face Selection
Selection Filters

Ctrl + F


Dashlane
Find item
Application (Windows)

Ctrl + F


ChessBase 13
Search for games in selected database
Database window

Ctrl + F


Source Insight (Windows)
Search
General

Ctrl + F


Comodo IceDragon (Windows)
Find within page
Search Options

Ctrl + F


Moldflow Insight (Windows)
Save Image to File
Editing Shortcuts

Ctrl + F


Moldflow Adviser (Windows)
Save Image to File
Editing Shortcuts

Ctrl + F


Most used text editing
Opens find text dialog in most applications
Functions

Ctrl + F


Dropbox Paper
Find and replace
Editing

Ctrl + F


Open Rails 0.6.2
Control firing
Advanced firing

Ctrl + F


PSPad (Windows)
Find... - Text search
Search

Ctrl + F


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

Ctrl + F / Ctrl + H


Inkscape (Windows)
Find
Dialog

Ctrl + F


VariCAD (Windows)
Fillet Edge/Corner
Hot Keys

Ctrl + F


App Maker
Find within the code editor
Code editor shortcuts

Ctrl + F


Vivaldi
Find in page
Page

Ctrl + F


PhotoFiltre (Windows)
View in full screen mode
Adjusting image view

Ctrl + F


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

Ctrl + F


FEKO (Windows)
Find/Replace
Script Editor

Ctrl + F


FEKO (Linux)
Find/Replace
Script Editor

Ctrl + F


Ulead PhotoImpact 8 (Windows)
Opens the Fill dialog box, where you can select to fill the selection with a solid color, gradient or texture
Edit Menu

Ctrl + F


Ableton Live 9 (Windows)
Search in Browser
Browsing

Ctrl + F


KiCad 5.0.2
Run FpEditor
KiCad Manager

Ctrl + F


Flyff
Toggle frame rate display
Movement

Ctrl + F


Gmsh 4.1.4
Enter full screen
General

Ctrl + F


Cobalt (Windows)
Fan
70 Shortcuts for Cobalt (Windows)

Ctrl + F


Roblox Studio
Find in script
Scripting

Ctrl + F


Maxwell Render (Windows)
Select by keyword
Selection

Ctrl + F


GibbsCAM (Windows)
Front
View Menu

Ctrl + F


FEKO (Windows)
Find/Replace
General EDITFEKO Shortcuts

Ctrl + F


KiCAD (Linux)
Find Item
PCB

Ctrl + F


FEKO (Linux)
Find/Replace
General EDITFEKO Shortcuts

Ctrl + F


KiCAD (Windows)
Find Item
PCB

Ctrl + F


gEDA (Linux)
Add connections to object under mouse cursor to the set of found objects
Other Important Shortcuts

Ctrl + F


Vectorworks (Windows)
Send to Front
Modify Menu

Ctrl + F


WinRAR
Add to favorites
Favorites menu

Ctrl + F


Arduino (Windows)
Find
29 Shortcuts for Arduino (Windows)

Ctrl + F


Arduino (Linux)
Find
29 Shortcuts for Arduino (Linux)

Ctrl + F


GeoGebra
Refresh Views
Windows shortcuts

Ctrl + F


RStudio
Find and Replace
Source

Ctrl + F


Foxit Reader (Windows)
Find Text
30 Shortcuts for Foxit Reader (Windows)

Ctrl + F


Foxit Reader (Linux)
Find Text
30 Shortcuts for Foxit Reader (Linux)

Ctrl + F


LDView
Zoom to fit
General

Ctrl + F


Sage Simply Accounting (Windows)
Search
Home Window

Ctrl + F


Affinity Photo
Repeat Filter
Adjustment and Filter shortcuts

Ctrl + F


Sage Simply Accounting (Windows)
Find a record
Keyboard Shortcuts in Record Windows

Ctrl + F


Modo (Windows)
Restart preview (only in the Preview viewport)
Camera

Ctrl + F


Pidgin (Linux)
Find...
Conversation

Ctrl + F


eM Client (Windows)
Forward Email
13 Shortcuts for eM Client (Windows)

Ctrl + F


eM Client (Windows)
Find and Replace
13 Shortcuts for eM Client (Windows)

Ctrl + F


IPython Shell
Move cursor forward one character
Navigation

Ctrl + F


Oracle RightNow
Forward (from a report)
Explorers and reports

Ctrl + F


KeyCreator (Windows)
Save As
General Shortcuts

Ctrl + F


Sage Simply Accounting (Windows)
Find in report
Keyboard Shortcuts in Displayed Reports

Ctrl + F


Modo (Windows)
Fit visible
Animation

Ctrl + F


Modo (Windows)
Focus under cursor
Render

Ctrl + F


Brave Browser (Windows)
Find on Page
Page Navigation and Display

Ctrl + F


BricsCAD (Windows)
Toggles entity snaps on/off
Other Shortcuts

Ctrl + F


BricsCAD (Linux)
Toggles entity snaps on/off
Other Shortcuts

Ctrl + F


CamBam (Windows)
Open the Toolpath Filter window
32 Shortcuts for CamBam (Windows)

Ctrl + F


DraftSight (Windows)
Finds and replaces Text in Notes, Annotations, and Dimension Text
37 Shortcuts for DraftSight (Windows)

Ctrl + F


Balsamiq Mockups (Windows)
Enter Full Screen View
Views

Ctrl + F


Altium Designer (Windows)
Find text
Schematic Editor Only Shortcuts

Ctrl + F


VCarve Pro (Windows)
Zoom to Fit Job
General Shortcuts

Ctrl + F


Adobe Illustrator
Paste in front
Frequently used shortcuts

Ctrl + F


EasyWorship
Open the Alerts window, select the Foldback tab, and open the New simple message alert (Foldback) window
Editor

Ctrl + F


FlexiSign Pro 8.1 (Windows)
Show Fills
View Shortcuts

Ctrl + F


Ableton Live 10
Search in Browser
Browsing

Ctrl + F


SuperMemo (Windows)
Find Element
129 Shortcuts for SuperMemo (Windows)

Ctrl + F


Altium Designer (Windows)
Toggle Flash selection mode On/Off
CAM Editor Shortcuts

Ctrl + F


Tableau
Activate the find command in the Data pane
Data (Tableau Desktop)

Ctrl + F


Google Chrome
or F3  Open the Find Bar to search the current page
Feature shortcuts

Ctrl + F


Altium Designer (Windows)
Find text
Common Shortcuts

Ctrl + F


AutoCAD
Toggle running object snaps
Toggle General Features

Ctrl + F


Evolution
Forward selection
Mail Component - Selection

Ctrl + F


Claws Mail
Move a character forward
Compose window

Ctrl + F