Eclipse Helios (Windows)

Search and Replace

Open find and replace dialog

Ctrl + F

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


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


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


Claws Mail
Move a character forward
Compose window

Ctrl + F