Visual Studio Code (Windows)

Search and replace

Find

Ctrl + F

All hotkeys for Visual Studio Code (Windows)

General
F1 Show Command Palette

Ctrl + ↑   Shift + P then F1

Navigation
Go to file

Ctrl + P

General
New window/instance

Ctrl + ↑   Shift + N

General
Close window/instance

Ctrl + ↑   Shift + W

General
User Settings

Ctrl + ,

General
Keyboard Shortcuts

Ctrl + K then Ctrl + S

Basic editing
Cut line (empty selection)

Ctrl + X

Integrated terminal
Copy selection

Ctrl + C

Basic editing
Move line up/down

Alt + ↑  ↓

Basic editing
Copy line up/down

↑   Shift + Alt + ↑  ↓

Basic editing
Delete line

Ctrl + ↑   Shift + K

Basic editing
Insert line below

Ctrl + ⤶ Enter

Basic editing
Insert line above

Ctrl + ↑   Shift + ⤶ Enter

Basic editing
Jump to matching bracket

Ctrl + ↑   Shift + \

Basic editing
Indent/outdent line

Ctrl + ]

Basic editing
Indent/outdent line

Ctrl + [

Basic editing
Go to beginning of line

Home

Basic editing
Go to end of line

End

Integrated terminal
Scroll to top

Ctrl + Home

Integrated terminal
Scroll to bottom

Ctrl + End

Integrated terminal
Scroll up/down

Ctrl + ↑  ↓

Basic editing
Scroll page up

Alt + Page Up

Basic editing
Scroll page down

Alt + Page Down

Basic editing
Fold (collapse) region

Ctrl + ↑   Shift + [

Basic editing
Unfold (uncollapse) region

Ctrl + ↑   Shift + ]

Basic editing
Fold (collapse) all subregions

Ctrl + K then Ctrl + [

Basic editing
Unfold (uncollapse) all subregions

Ctrl + K then Ctrl + ]

Basic editing
Fold (collapse) all regions

Ctrl + K then Ctrl + 0

Basic editing
Unfold (uncollapse) all regions

Ctrl + K then Ctrl + J

Basic editing
Add line comment

Ctrl + K then Ctrl + C

Basic editing
Remove line comment

Ctrl + K then Ctrl + U

Basic editing
Toggle line comment

Ctrl + /

Basic editing
Toggle block comment

↑   Shift + Alt + A

Basic editing
Toggle word wrap

Alt + Z

Navigation
Show all symbols

Ctrl + T

Navigation
Go to line

Ctrl + G

Navigation
Go to symbol

Ctrl + ↑   Shift + O

Navigation
Show Problems panel

Ctrl + ↑   Shift + M

Navigation
Go to next error or warning

F8

Navigation
Go to previous error or warning

↑   Shift + F8

File management
Open previous

Ctrl + ↑   Shift + ⭾ Tab

Navigation
Go back / forward

Alt + ←  →

Navigation
Toggle Tab moves focus

Ctrl + M

Search and replace
Find

Ctrl + F

Search and replace
Replace

Ctrl + H

Search and replace
Find next

F3

Search and replace
Find previous

↑   Shift + F3

Search and replace
Select all occurences of Find match

Alt + ⤶ Enter

Search and replace
Add selection to next Find match

Ctrl + D

Search and replace
Move last selection to next Find match

Ctrl + K then Ctrl + D

Search and replace
Toggle case-sensitive

Alt + C

Search and replace
Toggle regex

Alt + R

Search and replace
Toggle whole word

Alt + W

Multi-cursor and selection
Insert cursor

Alt + Mouse left click

Multi-cursor and selection
Insert cursor above / below

Ctrl + Alt + ↑  ↓

Multi-cursor and selection
Undo last cursor operation

Ctrl + U

Multi-cursor and selection
Insert cursor at end of each line selected

↑   Shift + Alt + I

Multi-cursor and selection
Select current line

Ctrl + I

Multi-cursor and selection
Select all occurrences of current selection

Ctrl + ↑   Shift + L

Multi-cursor and selection
Select all occurrences of current word

Ctrl + F2

Multi-cursor and selection
Expand selection

↑   Shift + Alt +

Multi-cursor and selection
Shrink selection

↑   Shift + Alt +

Multi-cursor and selection
Column (box) selection

↑   Shift + Alt + Mouse movement

Multi-cursor and selection
Column (box) selection

Ctrl + ↑   Shift + Alt + ← ↑ → ↓

Multi-cursor and selection
Column (box) selection page up

Ctrl + Shift + Alt + Page Up

Multi-cursor and selection
Column (box) selection page down

Ctrl + Shift + Alt + Page Down

Rich languages editing
Trigger suggestion

Ctrl + Space

Rich languages editing
Trigger parameter hints

Ctrl + ↑   Shift + Space

Rich languages editing
Format document

↑   Shift + Alt + F

Rich languages editing
Format selection

Ctrl + K then Ctrl + F

Rich languages editing
Go to Definition

F12

Rich languages editing
Peek Definition

Alt + F12

Rich languages editing
12 Open Definition to the side

Ctrl + K then F12

Rich languages editing
Quick Fix

Ctrl + .

Rich languages editing
Show References

↑   Shift + F12

Rich languages editing
Rename Symbol

F2

Rich languages editing
Trim trailing whitespace

Ctrl + K then Ctrl + X

Rich languages editing
M Change file language

Ctrl + K then M

Editor management
Close editor

Ctrl + F4 then Ctrl + W

Display
Z Zen Mode (Esc Esc to exit)

Ctrl + K

Editor management
Split editor

Ctrl + \

Editor management
Focus into first group

Ctrl + 1

Editor management
Focus into second group

Ctrl + 2

Editor management
Focus into third group

Ctrl + 3

Editor management
Focus into previous/next editor group

Ctrl + K then Ctrl + ←  →

Editor management
Move editor left

Ctrl + Shift + Page Up

Editor management
Move editor right

Ctrl + Shift + Page Down

Editor management
ht Move active editor group

Ctrl + K then ←  →

File management
New File

Ctrl + N

File management
Open File

Ctrl + O

File management
Save

Ctrl + S

File management
Save As

Ctrl + ↑   Shift + S

File management
Close

Ctrl + F4

File management
Close All

Ctrl + K then Ctrl + W

File management
Reopen closed editor

Ctrl + ↑   Shift + T

File management
Open next

Ctrl + ⭾ Tab

File management
P Copy path of active file

Ctrl + K then P

File management
R Reveal active file in Explorer

Ctrl + K then R

File management
O Show active file in new window/instance

Ctrl + K then O

Debug
Step into

F11

Display
Toggle editor layout (horizontal/vertical)

↑   Shift + Alt + 1

Display
Zoom in

Ctrl + =

Display
Zoom out

Ctrl + -

Display
Toggle Sidebar visibility

Ctrl + B

Display
Show Explorer / Toggle focus

Ctrl + ↑   Shift + E

Display
Show Search

Ctrl + ↑   Shift + F

Display
Show Source Control

Ctrl + ↑   Shift + G

Display
Show Debug

Ctrl + ↑   Shift + D

Display
Show Extensions

Ctrl + ↑   Shift + X

Display
Replace in files

Ctrl + ↑   Shift + H

Display
Toggle Search details

Ctrl + ↑   Shift + J

Display
Show Output panel

Ctrl + ↑   Shift + U

Display
Open Markdown preview

Ctrl + ↑   Shift + V

Debug
Toggle breakpoint

F9

Debug
Start/Continue

F5

Debug
Stop

↑   Shift + F5

Debug
Step out

↑   Shift + F11

Debug
Step over

F10

Debug
Show hover

Ctrl + K then Ctrl + I

Integrated terminal
Show integrated terminal

Ctrl + `

Integrated terminal
Create new terminal

Ctrl + ↑   Shift + `

Integrated terminal
Paste into active terminal

Ctrl + V

Integrated terminal
Scroll page up

Shift + Page Up

Integrated terminal
Scroll page down

Shift + Page Down

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


IntelliJ (Linux)
Find
Search/Replace

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