Eclipse Helios (Windows)

Code Information

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

F3

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


Civilization V (Windows)
Military info
General Hotkeys

F3


Microsoft Outlook 2010 (Windows)
Go to Search box
Messages in Main View - Main Window

F3 / Ctrl + E


Open Office Writer 3 (Linux)
Repeat search
Search and Replace

F3


Microsoft Projects 2010 (Windows)
With Column Filter active: Remove all Filters
Navigate Gantt Chart and Select Tasks

F3


Adobe Reader 9 (Linux)
Find next / find previous (alternative is Ctrl+g / Ctrl+Shift+g)
Find and Select

F3 / Shift + F3


Adobe Reader X (Windows)
Find next / find previous (alternative is ctrl+g / ctrl+shift+g)
Find and Select

F3 / Shift + F3


Visual Studio 2015 (Windows)
Find next / find previous
Code Editor - Find, Replace, and Goto

F3 / Shift + F3


KDevelop (Linux)
Repeat search
Search and Replace

F3


Android Emulator (Windows)
Call/ dial Button
Main Device Keys

F3


Thunderbird (Windows)
Find text again next in Current Message
Find Messages

Ctrl + G / F3


SharpDevelop 4.0 (Windows)
Find next
Find/Replace

F3


Thunderbird (MacOS)
Find text again next in Current Message
Find Messages

Command + G / F3


Thunderbird (Linux)
Find text again next in Current Message
Find Messages

Ctrl + G / F3


Microsoft Outlook 2010 (Windows)
Go to Search box
Messages in Compose View - Main Window

F3 / Ctrl + E


Microsoft Excel 2003 (Windows)
Create a list of names in the worksheet
Common

F3


Microsoft Excel 2010 (Windows)
Paste a defined name into a formula.
Work with Data Selections - Names

F3


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

Ctrl + F / F3


Visual Studio 2015 (Windows)
Find next / find previous
Coding - Find, Replace, and Goto

F3 / Shift + F3


Dolphin File Manager 1.7 (Linux)
Split View
15 Shortcuts for Dolphin File Manager 1.7 (Linux)

F3


Total Commander 8 (Windows)
List files
Main Shortcuts

F3


Microsoft Excel 2011 (MacOS)
Copy text from the active cell
Function keys

F3


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

Ctrl + F / F3


Notepad++ 5 (Windows)
Find next
Search

F3


Open Office Impress (Linux)
Edit group.
Function Keys

F3


Microsoft Outlook 2010 (Windows)
Go to Search box
Calendar Shortcuts - Main Window

F3 / Ctrl + E


Adobe Illustrator CS5 (MacOS)
Cut / Copy / Paste
Function Keys

F2 / F3 / F4


Tekla Structures 14.0 (Windows)
Select parts select switch
General shortcuts

F3


Visual Studio 2015 (Windows)
Find next / find previous
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto

F3 / Shift + F3


Microsoft Excel 2010 (Windows)
Paste a defined name into a formula.
Insert and Edit Data - Names

F3


Smartplant Review (Windows)
Define Display Set
Function Keys

F3


Opera (Linux)
Find next
Find

Ctrl + G / F3


Evernote (Windows)
Set focus to the tag field of the active note
Note Editor

F3


Sublime Text (Windows)
Find next/ previous
Find and Replace

F3 / Shift + F3


Oracle SQL Developer 4 (Windows)
Find Next/ Previous
Search

F3 / Shift + F3


UltraEdit (Windows)
Repeat last find toward end of file
Search Menu

F3


Android Emulator (Linux)
Call/ dial Button
Main Device Keys

F3


Adobe Illustrator CS5 (Windows)
Cut / Copy / Paste
Function Keys

F2 / F3 / F4


Microsoft Outlook 2010 (Windows)
Find contact or other item
Contacts Shortcuts

F3 / Ctrl + E


GroupWise 2012 (Windows)
Find next instance
Function keys

F3


CATIA V5 (Windows)
Structure tree out or insert (Toggle specification tree display on and off)
38 Shortcuts for CATIA V5 (Windows)

F3


Microsoft Windows 7 (Windows)
Move the cursor to the search box. Press tab to leave
Windows Help

F3


AutoCAD 2012 (Windows)
Toggles object snap mode
Toggle Drawing Modes

F3


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

F3 / Shift + F3


Avid Media Composer 7 (Windows)
Adds a Red locator to the clip
Capturing

F3


Avid Media Composer 7 (MacOS)
Adds a Red locator to the clip
Capturing

F3


Texmaker 4.0.2 (Windows)
View dvi
"Tools" menu

F3


Microsoft Excel 2010 (Windows)
Paste a defined name into a formula.
Format Data - Names

F3


IntelliJ (Linux)
Find next / Find previous
Search/Replace

F3 / Shift + F3


IntelliJ (Windows)
Find next / Find previous
Search/Replace

F3 / Shift + F3


Audacity 2 (Linux)
Draw tool
Tools

F3


Adobe Reader X (Linux)
Find next / find previous (alternative is ctrl+g / ctrl+shift+g)
Find and Select

F3 / Shift + F3


HoneyView 5.03 (Windows)
Edit Bookmarks
Other

F3


WinRAR (Windows)
Find files
Tools Menu

F3


Axialis IconWorkshop (Windows)
Add to the Librarian
File Menu

F3


Beyond Compare (Windows)
Find next
Search Menu

F3


Microsoft Excel 2010 (Windows)
Paste a defined name into a formula.
Formulas and Names - Names

F3


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

F3


Directory Opus (Windows)
Search
Misc.

F3


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

F3


Comsol 5 (Windows)
Disable selected nodes
Model Tree

F3


Comsol 5 (Linux)
Disable selected nodes
Model Tree

F3


Audacity 2 (Windows)
Draw tool
Tools Toolbar

F3


Comsol 5 (MacOS)
Disable selected nodes
Model Tree

F3


Linux Mint (Linux)
Toggle Extra Pane (split view that shows two folder side by side)
File Manager (Nemo) - Toggle Side Pane, Split View, and Terminal

F3


Adobe Acrobat Pro (Windows)
Move to next search result and highlight it in the document
Navigation

F3 / Ctrl + G


Qt Creator (MacOS)
Find next / Find previous
Editor

F3 / Shift + F3


Qt Creator (Windows)
Find next / Find previous
Editor

F3 / Shift + F3


Atom (text editor) 1.0 (Linux)
Find next
Find and Replace

F3


Atom (text editor) 1.0 (Windows)
Find next
Find and Replace

F3


Windows 10 Command Prompt (Windows)
Repeat previous Command
Recall Commands

F3


Autodesk Maya 2015 (Windows)
Show Polygons menu set
Interfaces

F3


Notepad++ 6 (Windows)
Find Next
Search menu

F3


Sonar 2015 (Windows)
Record metronome on/off
Transport

F3


Sonar 2015 (Windows)
Record metronome on/off
Record

F3


Microsoft Excel 2010 (Windows)
Paste a defined name into a formula.
The Rest - Names

F3


Adobe Photoshop CS5 (MacOS)
Copy
Function keys

F3


Microsoft Excel 2013 (Windows)
Paste a defined name into a formula
Lesser Used Shortcuts

F3


Microsoft Windows 10 (Windows)
Search file and folder
The Rest

F3


Adobe Photoshop CS5 (Windows)
Copy
Function keys

F3


Microsoft Excel 2016 (Windows)
Paste named range in formula
Select Cells - Basics

F3


Microsoft Visio 2016 (Windows)
Open format task pane
Format text

F3


Corel VideoStudio X9.5 (Windows)
Mark in
Runtime Shortcuts

F3


Autodesk Maya 2017 (Windows)
Show Polygons menu set
Interfaces

F3


Microsoft Excel 2016 (Windows)
Paste named range in formula
Format Cells - Basics

F3


Adobe Illustrator CC (MacOS)
Copy
Function Key Shortcuts

F3


Adobe Illustrator CC (Windows)
Copy
Function Key Shortcuts

F3


Hexagon 2 (MacOS)
Select Edges
Select,Interface and Display Shortcuts

F3


Hexagon 2 (Windows)
Select Edges
Select,Interface and Display Shortcuts

F3


FileMaker Pro (Windows)
Zoom document larger / smaller
Navigation and Window Display

F3 / Shift + F3


Microsoft Excel 2016 (Windows)
Paste named range in formula
Formulas - Basics

F3


Dynamics NAV 2015 (Windows)
Select type to filter
Function Key Shortcuts

F3


Zoho Sheet (MacOS)
Find within spreadsheet
Actions

Command + F / F3


Dynamics SL 2015 (Windows)
Opens PV list or the calendar on date fields. If you prefer the mouse, double right click on the field
Function Key Shortcuts

F3


Microsoft Excel 2016 (Windows)
Paste named range in formula
Manage Workbooks - Basics

F3


Age of Empires (Windows)
Pause The Game
Game Commands

F3


Autodesk Inventor 2017 (Windows)
Zoom Selected
Function Key

F3


Autodesk 3ds Max 2017 (Windows)
Wireframe/smooth and highlight
General user interface

F3


CyberLink PhotoDirector 8 (Windows)
Switch to thumbnail view
Workspace

F3


AutoCad Architecture 2017 (Windows)
Object snap
Function Keys

F3


AutoCAD 2016 (Windows)
Toggles OSNAP
General

F3


Apple Motion (MacOS)
Show the Filters Inspector
Window Menu

F3


Microsoft Excel 2016 (Windows)
Paste named range in formula
Excel Auto Tables and Data Forms - Basics

F3


Microsoft Projects 2016 (Windows)
Display all filtered tasks or all filtered resources.
Navigate Views and Windows

F3


Call of Duty (Windows)
Spectator View Mode
General Game Controls

F3


Atom (text editor) 1.0 (MacOS)
Find next
Find and Replace

F3


GTA V Cheats (Windows)
Cancel Recording
General Shortcuts

F3


Eclipse Helios (MacOS)
Move Cursor to Declaration
Navigation Shortcuts

F3


JetBrains RubyMine (Windows)
Find Next
Find and Replace

F3


Microsoft Excel 2016 (Windows)
Paste a defined name into a formula
Cut, Copy, Paste, and Paste Special

F3


JetBrains RubyMine (Linux)
Find Next
Find and Replace

F3


JetBrains PyCharm (Windows)
Find Next
Find and Replace

F3


FileZilla (Windows)
Search remote files
28 Shortcuts for FileZilla (Windows)

F3


IntelliJ (MacOS)
Toggle Bookmark
Navigation Shortcuts

F3


Adobe Flash Builder (Windows)
Go to Definition of Variable
24 Shortcuts for Adobe Flash Builder (Windows)

F3


Adobe Flash Builder (MacOS)
Go to Definition of Variable
24 Shortcuts for Adobe Flash Builder (MacOS)

F3


Adobe Dreamweaver (Windows)
Find Next
Find and Replace

F3


JetBrains PhpStorm (Windows)
Find Next
Find and Replace

F3


Blender 3D (Windows)
Writes A Picture
Universal

F3


JetBrains PhpStorm (Linux)
Find Next
Find and Replace

F3


DAZ Studio (Windows)
Customize
Customize Commands

F3


DAZ Studio (MacOS)
Customize
Customize Commands

F3


Steinberg Cubase 9 (Windows)
Mix console
Devices Catagory

F3


Steinberg Cubase 9 (MacOS)
Mix console
Devices Catagory

F3


Corel PhotoPaint X6 (Windows)
Zoom in/Zoom out
View Menu

F2 / F3


Corel Quattro Pro X8 (Windows)
Save As
File Menu

F3


Corel Designer X7 (Windows)
Zoom out Around Pointer
Zoom

F3


Corel WordPerfect X8 (Windows)
Save As
63 Shortcuts for Corel WordPerfect X8 (Windows)

F3


Corel Ventura 10 (Windows)
Zoom in/Zoom out
Zoom and View

F2 / F3


HTML-Kit (Windows)
Go to Next Occurance of Specified Text
87 Shortcuts for HTML-Kit (Windows)

F3


Corel Draw X8 (Windows)
Zoom out
Zoom and Pan

F3


Microsoft Word 2016 (MacOS)
Copy selected text or graphics to the clipboard
Function key shortcuts

F3


Adobe Captivate 2017 (MacOS)
Test view the current slide
Function Key Shortcuts

F3


Adobe Captivate 2017 (Windows)
Test view the current slide
Function Key Shortcuts

F3


Forte (Windows)
Find Next
Main Browser Window

F3


Adobe Captivate 2017 (MacOS)
Preview single slide
Recording

F3


Adobe Captivate 2017 (Windows)
Preview single slide
Recording

F3


Adobe Captivate 2017 (Windows)
Manual panning
Recording

F3


Primevera P6 P6 (Windows)
Find Next
General Shortcuts

F3


MetaTrader MT4 (Windows)
Open Global Variables Window
Function Key Shortcuts

F3


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

F3


TradeStation (Windows)
Verify
Editor Shortcuts

F3


Forte (Windows)
Find next
Usenet/Email Filter windows

F3


Zerodha Trader (Windows)
Order Book
For Monitoring Funds/Trades/Positions/Orders

F3


PotPlayer (Windows)
Open
Function Key Shortcuts

F3


Informix Genero 2.5.0 (Windows)
Find next
Find and Replace

F3


XYplorer (Windows)
Find Now
Function key Shortcuts

F3


Forte (Windows)
Find Next
Composition Window

F3


Tencent QQ Player (Windows)
Playlist
30 Shortcuts for Tencent QQ Player (Windows)

F3


MediaMonkey (Windows)
Search
Standard Keyboard Shortcuts

Ctrl + F / F3


Jetbrains CLion (Windows)
Find next/Find previous
Find and Replace

F3 / Shift + F3


CA Client Automation (Windows)
Find Next
Edit Menu

F3


Maxthon (Web Application)
Next tab
Switch tabs

F3


ZBrush 4 (Windows)
Strokes
PopUp Selection

F3


Siemens NX 11 (Windows)
Current Dialog Box
View Menu

F3


Vegas Pro 14 (Windows)
Jog left/right (when not in edge-trimming mode or during playback)
Cursor Placement,Loop Region and Time Selection

F3 / F9


Pegasus Mail (Web Application)
Address books...
Addresses

F3


MPS 2017 (Windows)
Navigate to the next/previous occurrence of a selected word in the editor
Search

F3 / Shift + F3


Libreoffice Writer (Windows)
Complete AutoText
Function Keys

F3


Visual Studio Code (Windows)
Find next/previous
Search and Replace

F3 / Shift + F3


Vegas Pro 14 (Windows)
Trim left/right (when in edge-trimming mode)
Event Selection and Editing

F3 / F9


ProRealTime (Windows)
Personal Template 3
Templates

F3


iClone 7 (Windows)
Show/Hide Timeline
OnScreen Display

F3


DrawPlus (Windows)
Pen Tool
Tools Shortcuts

P / F3


SolidWorks (Windows)
View Quick Snaps
View Menu

F3


Quickbooks Desktop (Windows)
Open Search
The Rest

F3


Rhino (Windows)
Properties
Default Shortcuts

F3


Sierra Chart (Windows)
Chart Values Window
Window Menu

F3


Soundforge (Windows)
Find next instance of last-searched text
Script Editor

F3


OpenSCAD (MacOS)
Reload
Function Shortcuts

F3


Cabinet Vision (Windows)
Opens Object Options
Getting Different Program Quickly

F3


Cabinet Vision (Windows)
In Wall Layout, Opens the Angle Calculator
Layout and CAD

F3


ForkLift 3
Quick look
Commander style

F3


Alphacam (Windows)
Ortho Mode On/Off
Geometry Creation

F3


RStudio (Windows)
Find next
Source

F3


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

F3


winIDEA
Repeat the last action
Edit

F3


Zwift (PC and macOS)
"Ride On!"
Function

F3


Smite (Windows)
Train Ability 3
Attack and Ability Controls

F3


Smite (MacOS)
Train Ability 3
Attack and Ability Controls

F3


CuteFTP (Windows)
Find next
General

F3


Anno 1800
Camera zoom levels
Camera

F3


CuteFTP (MacOS)
Find next
72 Shortcuts for CuteFTP (MacOS)

F3


Fortnite (PC)
Stairs
Building

F3


Exact Audio Copy
Test gaps on silence
Action menu

F3


progeCAD (Windows)
Turns entity snaps on and off
51 Shortcuts for progeCAD (Windows)

F3


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

F3


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

F3


CodeLite 10 (Windows)
Find next
Search

F3


Kate (MacOS)
Find Next
28 Shortcuts for Kate (MacOS)

F3


HyperWorks (Windows)
Replace
24 Shortcuts for HyperWorks (Windows)

F3


Miscreated
Emote: Wave
Emote

F3


Ansys Mechanical (Windows)
Open Tree Search Dialog Box
Tree Outline

F3


Xyplorer
Opens Find Text dialog if there wasn't any previous search in that edit box.
Other Shortcuts

F3


FlashFXP (Web Application)
Find / Find next
54 Shortcuts for FlashFXP (Web Application)

F3


TurboCAD (Windows)
Design Director… (Professional only)
171 Shortcuts for TurboCAD (Windows)

F3


progeCAD (Windows)
Turns entity snaps on and off
Function Key Shortcuts

F3


Mastercam (Windows)
Repaint
53 Shortcuts for Mastercam (Windows)

F3


Source Insight (Windows)
Search Backward
General

F3


Comodo IceDragon (Windows)
Find Again
Search Options

F3


Evergreen (Linux)
Serach Catalog
Circulation

F3


Most used text editing
Find next occurence of last searched string
Functions

F3


Evergreen (Linux)
Search Catalog
Cataloging

F3


KiCad 5.0.2
Zoom redraw
Page Layout Editor

F3


PSPad (Windows)
Find Next - Search text for next occurrence
Search

F3


Place Anywhere (Fallout 4 mod)
Toggle workshop grid snapping
General

F3


Vivaldi
Find next in page
Page

F3


Gmsh 4.1.4
Mesh volumes
General

F3


IRONCAD (Windows)
Orbit
Camera Function Keys Assignment

F3


Modo (Windows)
Sculpt/paint toolbox
Floating Windows

F3


KiCAD (Windows)
Zoom Redraw
EE Schema

F3


KiCAD (Linux)
Zoom Redraw
EE Schema

F3


Modo (MacOS)
Sculpt/paint toolbox
Floating Windows

F3


ChessBase 13
Next higher directory level
Database window

F3


KiCAD (MacOS)
Zoom Redraw
EE Schema

F3


Cobalt (Windows)
Blind
70 Shortcuts for Cobalt (Windows)

F3


Bus Simulator 18
Passenger mirror
Movement and camera

F3


Roblox Studio
Find next
Scripting

F3


FEKO (Windows)
Find next
General EDITFEKO Shortcuts

F3


FEKO (Linux)
Find next
General EDITFEKO Shortcuts

F3


Target 3001! (Windows)
SchematicPCB(With Cross Probe)
Function key Shortcuts

F3


WinRAR
Find files
Tools menu

F3


Assetto Corsa
Track cameras
In-game

F3


RStudio
(Windows) Find Next
Source

F3


gEDA (Linux)
Enter arc tool
Other Important Shortcuts

F3


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

F3


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

F3


Oracle RightNow
Move to first field in Quick Search
Global

F3


Foxit Reader (MacOS)
Find Next
30 Shortcuts for Foxit Reader (MacOS)

F3


LDCad
Opens the filter dialog
Partbin

F3


Europa Universalis IV
Cycle the Ledger sections
General

F3


MyPaint (Windows)
Open scrap
Show Edit Menu

F3


Banner 9 (Windows, Mac)
Duplicate Item
Windows shortcuts

F3


TopSolid (Windows)
Operation Search
Operation Manager

F3


SolveSpace (Windows)
Nearest Isometric View
View Menu

F3


SolveSpace (MacOS)
Nearest Isometric View
View Menu

F3


Substance Painter
Viewport layout 2D only
General

F3


Altium Designer (Windows)
Find next occurrence of searched text
Schematic Editor Only Shortcuts

F3


Substance Painter (Mac)
Viewport layout 2D only
General

F3


SuperMemo (Windows)
Search
129 Shortcuts for SuperMemo (Windows)

F3


DraftSight (Windows)
Turns EntitySnaps On/Off
37 Shortcuts for DraftSight (Windows)

F3


Aspire (Windows)
Opens the 3D Preview window
General Shortcuts

F3


VCarve Pro (Windows)
Opens the 3D Preview window
General Shortcuts

F3


FlexiSign Pro 8.1 (Windows)
Copy
Selection

F3


FlexiSign Pro 8.1 (MacOS)
Copy
Selection

F3


MyLibreOfficeMediaFKeys (Linux)
Rewind 5 seconds
MediaPlayerFKeys

F3


Subnautica
Debug graphics menu
Windows

F3


GeoGebra
Copy definition of selected object to the Input Bar
Mac desktop

F3


FlexiSign Pro 8.1 (Windows)
Find and Replace
Text Shortcuts

F3


FlexiSign Pro 8.1 (MacOS)
Find and Replace
Text Shortcuts

F3


FlightGear
Save screen shot
Miscellaneous

F3


Pharaoh
Goes to the map location for the F3 bookmark
Bookmarks

F3


MindManager v19 (Windows)
Focus on Topic - Centers the selected topic and collapse all other topics
Viewing

F3


American Truck Simulator
Switching between modes of Route Advisor
Interface controllers

F3


KeyCreator (Windows)
Menu Button 3
Miscellaneous Shortcuts

F3


AVImark
Change
Follow up list

F3


DayZ
Heart (Experimental branch)
Communication

F3


RimWorld
Opens the Outfits tab
User interface

F3


Samsung TV
Colour keys perform different functions depending on the TV mode
General

F3


Altium Designer (Windows)
Find next instance of searched text
Common Shortcuts

F3 / Ctrl + L


AutoCAD
Toggle object snap mode
Toggle Drawing Modes

F3


Lacerte
Find next instance of text
Letter Editor

F3


Company of Heroes
Select Tier 2 Building
General

F3


Siemens NX
Current dialog box
View menu

F3


QuickBooks Desktop
Search. If you have the Product Information window open (by pressing F2), pressing F3 will open the tech help window. This provides a wide range of system and diagnostic information, as well as a quick way to view and edit a number of support and technical files that relate to QuickBooks operations.
Opening Windows/List

F3


Feedreader
Add new feed
General

F3


Tibia
(Healing / Support) Intense healing
Action bar

F3


Evernote for Windows
Set focus to the tag field of the active note
Application-wide

F3


Old School RuneScape (OSRS)
Switch to the Quests/Achievement Diary tab
General

F3


ZoomText
Toggle color enhancements
ZoomText Keyboard

F3


UiPath Studio
Lets you specify a custom recording region
Recording

F3


ePSXe
Loadstate from selected slot
General

F3


Kerbal Space Program
Toggle results screen
System/UI Commands

F3


Adobe Illustrator
Copy
Function keys

F3


PyCharm 2018.2
Navigate to the next/previous occurrence of a selected word in the editor.
Search

F3


Adobe Illustrator (Mac)
Copy
Function keys

F3


SQL Server Profiler
Find the next occurence of the item specified in Find
Edit menu

F3


Aegisub
Find next match of last search
Default

F3


Black Desert Online
Pearl shop
General

F3


Atom (Windows)
(Source: Find And Replace) find-and-replace:find-next
All shortcuts

F3


PaintShop Pro 2018
History
Single key shorcuts

F3


ProgeCAD
Entity snap
General

F3


Call of Duty: Black Ops 4
Open settings menu
Interface

F3


AI War Classic
Write/clear Debug Info
Debug info

F3


Minecraft Java Edition
Toggle showing extra debug information
Debug screen

F3


Diablo II
Sets or uses left / right mouse button skills
General

F3


Magic: The Gathering Online
Cancel all previous yields
General

F3


Bluebeam Revu
Search next result
Advanced text

F3


Logo Accounting
Cancel
General

F3


Windows PowerShell ISE
(Script pane) Find Next in Script
Editing text

F3


World of Tanks
Back to base!
Misc

F3


Adobe Photoshop CC
Copy
Using function keys

F3


CorelDRAW Graphics Suite 2018
Zoom Out
General

F3


Metapad
Find next
File format

F3


Microsoft FrontPage
Find the next occurrence of the most recent search.
Work with and manage Web pages

F3


Euro Truck Simulator 2
Switching between modes of Route Advisor
Interface controls

F3


Virtual DJ 2018
Sampler 3 play_stop
General

F3


TextRoom
About
General

F3


Clip Studio Paint Pro
Copy
Edit menu

F3


PDF-XChange Editor
Go to next found item
General

F3


LightWave 3D
Previous view layout
Layout: View

F3


MyPaint
Open last
Edit

F3


Dota 2
Toggles Fog of War to show vision of Dire team only
Spectator & replay controls

F3


E-Sword
Next search result
General

F3


World of Warcraft
Select one of your group members
Selecting

F3


Riffstation Desktop
Toggle isolate tool
General

F3


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

F3


IntelliJ IDEA (Windows, Linux)
Find next
Search and replace

F3


NetBeans
Find next in file
Finding, searching, and replacing

F3


Comodo IceDragon
Find Again
Search Options

F3


Ditto
Show Full Description in a tooltip
General

F3


Microsoft Visual Studio 2017 (All shortcuts)
Edit.FindNext
Edit

F3


Apple iBooks
(if you’ve assigned them in the Styles drawer) Apply a paragraph, character, or list style
Format text

F3


IntelliJ IDEA (macOS)
Toggle bookmark
Navigation

F3


PSPad
Find Next
Search

F3


LibreOffice Impress
Enter Group
Function keys

F3


Hearthstone
Emote "Thanks"
3rd party program: Hotkeys

F3


LibreOffice Draw
Opens group to edit individual objects
Function keys for drawings

F3


WordPerfect X8
Save As
General

F3


Mp3tag
Filter
General

F3


Brackets
Find Next
General

F3


WinHex
Continue search
Search menu

F3


LibreOffice Writer
Complete AutoText
Function keys

F3


Zim
Find next (same as Ctrl + G)
General

F3


Grand Theft Auto V
Turn off action replay
Director mode

F3


Tekla Structures 20
Select parts selection switch
General

F3


WriteMonkey
Find next
Find & Replace

F3


The Sims 4
Build mode
Buy and Build mode

F3


Maple
Split Execution Groups
Menu accelerators

F3


WinNc
View
General

F3


Multi Commander
File - View File
Core shortcuts

F3


REAPER
Send all notes off to all MIDI outputs/plug-ins
Section: MIDI Event List Editor

F3


FocusWriter
Find next
General

F3


Qt Creator
Find next
Editing

F3


NewsBin Pro
Display the Search Tab
Standard Windows keyboard navigation

F3


KompoZer
Find Again
General

F3


Midnight Commander
View selected file content
Function keys

F3


Maxthon
URL keys
Others

F3


Guitar Pro
Multitrack
View

F3


Sumatra PDF
Find next
Actions

F3


Accounting CS
Find the next instance of the current search word
Navigating and special functions

F3


FileZilla
Search remote files
General

F3


League of Legends
Move camera to corresponding ally champion (camera must be unlocked)
General

F3


MediaMonkey
Search
General

F3


Visual Studio Code (Windows)
Find next
Search and replace

F3


Visual Studio Code (Linux)
Find next
Search and replace

F3


WinMerge
Find next
Find and replace

F3


The Bat!
Continue search or replace
Message Editor

F3


Blender
Repeat History menu / Save Rendered Image (UV/Image Editor)
General

F3


Eclipse
Open declaration: Jump to Declaration of selected class, method, or parameter
Code information

F3


Kaspersky Internet Security
Run a search
Kaspersky password manager

F3


Outlook 2016 and Outlook 2013
Find a contact or other item (Search)
People

F3