IntelliJ (Linux)

Search/Replace

Find next / Find previous

F3 / Shift + F3

All hotkeys for IntelliJ (Linux)

Productivity
To quickly open any class.

Ctrl + N

Productivity
To quickly open any file.

Ctrl + Shift + N

Productivity
Toggle tools (maximize/minimize code window).

Ctrl + Shift + F12

Productivity
Code completion.

Ctrl + Space

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

Alt + F7

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

Crtl + P

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

Ctrl + Space

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

Ctrl + Shift + Space

Editing
Complete statement

Ctrl + Shift + Enter

Editing
Parameter info (within method call arguments)

Ctrl + P

Editing
Quick documentation lookup

Ctrl + Q

Editing
External Doc

Shift + F1

Editing
Brief Info

Ctrl + mouse over code

Editing
Show descriptions of error or warning at caret

Ctrl + F1

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

Alt + Insert

Editing
Override methods

Ctrl + O

Editing
Implement methods

Ctrl + I

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

Ctrl + Alt + T

Editing
Comment/uncomment with line comment

Ctrl + /

Editing
Comment/uncomment with block comment

Ctrl + Shift + /

Editing
Select successively increasing code blocks

Ctrl + W

Editing
Decrease current selection to previous state

Ctrl + Shift + W

Editing
Context info

Alt + Q

Editing
Show intention actions and quick-fixes

Alt + Enter

Editing
Reformat code

Ctrl + Alt + L

Editing
Optimize imports

Ctrl + Alt + O

Editing
Auto-indent line(s)

Ctrl + Alt + I

Editing
Indent/unindent selected lines

Tab / Shift + Tab

Editing
Cut current line or selected block to clipboard

Ctrl + X / Shift + Delete

Editing
Copy current line or selected block to clipboard

Ctrl + C / Ctrl + Insert

Editing
Paste from clipboard

Ctrl + V / Shift + Insert

Editing
Paste from recent buffers...

Ctrl + Shift + V

Editing
Duplicate current line or selected block

Ctrl + D

Editing
Delete line at caret

Ctrl + Y

Editing
Smart line join

Ctrl + Shift + J

Editing
Smart line split

Ctrl + Enter

Editing
Start new line

Shift + Enter

Editing
Toggle case for word at caret or selected block

Ctrl + Shift + U

Editing
Select till code block end/start

Ctrl + Shift + ] / [

Editing
Delete to word end

Ctrl + Delete

Editing
Delete to word start

Ctrl + Backspace

Editing
Expand/collapse code block

Ctrl + NumPad + / -

Editing
Expand all / collapse all

Ctrl + Shift + NumPad + / -

Editing
Close active editor tab

Ctrl + F4

Editing
Find usages / Find usages in file

Alt + F7 / Ctrl + F7

Editing
Highlight usages in file

Ctrl + Shift + F7

Editing
Show usages

Ctrl + Alt + F7

Editing
Copy

F5

Editing
Move

F6

Editing
Safe Delete

Alt + Delete

Editing
Rename

Shift + F6

Editing
Change Signature

Ctrl + F6

Editing
Inline

Ctrl + Alt + N

Editing
Extract Method

Ctrl + Alt + M

Editing
Extract Variable

Ctrl + Alt + V

Editing
Extract Field

Ctrl + Alt + F

Editing
Extract Constant

Ctrl + Alt + C

Editing
Extract Parameter

Ctrl + Alt + P

Search/Replace
Search everywhere

Double Shift

Search/Replace
Find

Ctrl + F

Search/Replace
Find next / Find previous

F3 / Shift + F3

Search/Replace
Replace

Ctrl + R

Search/Replace
Find in path

Ctrl + Shift + F

Search/Replace
Replace in path

Ctrl + Shift + R

Search/Replace
Search structurally (Ultimate Edition only)

Ctrl + Shift + S

Search/Replace
Replace structurally (Ultimate Edition only)

Ctrl + Shift + M

Compile and Run
Make project (compile modifed and dependent)

Ctrl + F9

Compile and Run
Compile selected file, package or module

Ctrl + Shift + F9

Compile and Run
Select configuration and run

Alt + Shift + F10

Compile and Run
Select configuration and debug

Alt + Shift + F9

Compile and Run
Run

Shift + F10

Compile and Run
Debug

Shift + F9

Compile and Run
Run context configuration from editor

Ctrl + Shift + F10

Debugging
Commit project to VCS

Ctrl + K

Debugging
Update project from VCS

Ctrl + T

Debugging
View recent changes

Alt + Shift + C

Debugging
‘VCS’ quick popup

Alt + `

Debugging
Step over

F8

Debugging
Step into

F7

Debugging
Smart step into

Shift + F7

Debugging
Step out

Shift + F8

Debugging
Run to cursor

Alt + F9

Debugging
Evaluate expression

Alt + F8

Debugging
Resume program

F9

Debugging
Toggle breakpoint

Ctrl + F8

Debugging
View breakpoints

Ctrl + Shift + F8

Live Templates
Surround with Live Template

Ctrl + Alt + J

Live Templates
Insert Live Template

Ctrl + J

Live Templates
Iteration according to Java SDK 1.5 style

Ctrl + J - iter

Live Templates
Check object type with instanceof and downcast it

Ctrl + J - inst

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

Ctrl + J - itco

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

Ctrl + J - itit

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

Ctrl + J - itli

Live Templates
Public static final

Ctrl + J - psf

Live Templates
throw new

Ctrl + J - thr

Navigation
Go to class

Ctrl + N

Navigation
Go to file

Ctrl + Shift + N

Navigation
Go to symbol

Ctrl + Alt + Shift + N

Navigation
Go to next/previous editor tab

Alt + Right/Left

Navigation
Go back to previous tool window

F12

Navigation
Go to editor (from tool window)

Esc

Navigation
Hide active or last active window

Shift + Esc

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

Ctrl + Shift + F4

Navigation
Go to line

Ctrl + G

Navigation
Recent files popup

Ctrl + E

Navigation
Navigate backward / navigate forward

Ctrl + Alt + Arrow left / Arrow right

Navigation
Navigate to last edit location

Ctrl + Shift + Backspace

Navigation
Select current file or symbol in any view

Alt + F1

Navigation
Go to declaration

Ctrl + B / Ctrl + Click

Navigation
Go to implementation(s)

Ctrl + Alt + B

Navigation
Open quick definition lookup

Ctrl + Shift + I

Navigation
Go to type declaration

Ctrl + Shift + B

Navigation
Go to super-method/super-class

Ctrl + U

Navigation
Go to previous/next method

Alt + Arrow up / Arrow down

Navigation
Move to code block end / move to code start

Ctrl + ] / [

Navigation
File structure popup

Ctrl + F12

Navigation
Type hierarchy

Ctrl + H

Navigation
Method hierarchy

Ctrl + Shift + H

Navigation
Call hierarchy

Ctrl + Alt + H

Navigation
Next/previous highlighted error

F2 / Shift + F2

Navigation
Edit source / View source

F4 / Ctrl + Enter

Navigation
Show navigation bar

Alt + Home

Navigation
Toggle bookmark

F11

Navigation
Toggle bookmark with mnemonic

Ctrl + F11

Navigation
Go to numbered bookmark

Ctrl + 0 ... 9

Navigation
Show bookmarks

Shift + F11

General
Open corresponding tool window

Alt + 0 ... 9

General
Save all

Ctrl + S

General
Synchronize

Ctrl + Alt + Y

General
Toggle maximizing editor

Ctrl + Shift + F12

General
Add to Favorites

Alt + Shift + F

General
Inspect current file with current profile

Alt + Shift + I

General
Quick switch current scheme

Ctrl + `

General
Open Settings dialog

Ctrl + Alt + S

General
Open Project Structure dialog

Ctrl + Alt + Shift + S

General
Find Action

Ctrl + Shift + A

General
Switch between tabs and tool window

Ctrl + Tab

Similar combinations for other applications


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


Microsoft Outlook 2010 (Windows)
Switch case between all upper, all lower, and first letter upper.
Messages in Main View - Format Message Body

Shift + F3


KDevelop (Linux)
Repeat search
Search and Replace

F3


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

F3


Eclipse Helios (Windows)
Open Declaration: Jump to Declaration of selected class, method, or parameter
Code Information

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 (Windows)
Find text again previous in Current Message
Find Messages

Ctrl + Shift + G / Shift + 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


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

Command + Shift + G / Shift + F3


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

Ctrl + Shift + G / Shift + F3


Firefox (Linux)
Find previous occurrence of search term.
Search

Ctrl + Shift + G / Shift + F3


Microsoft Excel 2010 (Windows)
Display the Insert Function dialog box.
Work with Data Selections - Formulas

Shift + F3


Firefox (Windows)
Find previous occurrence of search term.
Search

Ctrl + Shift + G / Shift + F3


Microsoft Excel 2010 (Windows)
Insert a function into a formula .
Work with Data Selections - Formulas

Shift + 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


Microsoft Excel 2003 (Windows)
Insert a function
Unusual

Shift + 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


Microsoft OneNote 2010 (Windows)
While searching the current page, move to the previous result.
Searching Notes

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 Outlook 2010 (Windows)
Switch case between all upper, all lower, and first letter upper.
Messages in Compose View - Format Message Body

Shift + F3


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

F3


Microsoft Excel 2011 (MacOS)
Open the Formula Builder
Function keys

Shift + F3


Total Commander 8 (Windows)
List only file under cursor, when multiple files selected
Main Shortcuts

Shift + F3


Inpage (Windows)
To select title text boox tool
For Tools Selection

Shift + F3


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

Ctrl + F / F3


Notepad++ 5 (Windows)
Find next
Search

F3


Notepad++ 5 (Windows)
Find previous
Search

Shift + F3


Open Office Impress (Linux)
Edit group.
Function Keys

F3


Open Office Impress (Linux)
Duplicate
Function Keys

Shift + F3


Microsoft Word 2007 (Windows)
Change the case of letters.
Character and paragraph formatting Apply character formats

Shift + 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 2011 (MacOS)
Open the Formula Builder
Working in cells or the Formula bar

Shift + F3


Microsoft Excel 2010 (Windows)
Display the Insert Function dialog box.
Insert and Edit Data - Formulas

Shift + F3


Microsoft Excel 2010 (Windows)
Insert a function into a formula .
Insert and Edit Data - Formulas

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


Microsoft Outlook 2010 (Windows)
Switch case between all upper, all lower, and first letter upper.
Calendar Shortcuts - Format Message Body

Shift + F3


Opera (Linux)
Find next
Find

Ctrl + G / F3


Opera (Linux)
Find previous instance of text
Find

Ctrl + Shift + G / Shift + F3


Microsoft Word 2007 (Windows)
Change the case of letters.
Function key reference: SHIFT+Function key

Shift + 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


CATIA V5 (Windows)
Structure tree activate around e.g. character size to modify (activate the graph if the model is active and inversely)
38 Shortcuts for CATIA V5 (Windows)

Shift + 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


Microsoft Excel 2010 (Windows)
Display the Insert Function dialog box.
Format Data - Formulas

Shift + F3


Microsoft Excel 2010 (Windows)
Insert a function into a formula .
Format Data - Formulas

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


Microsoft PowerPoint 2010 (Windows)
Change the case of letters between sentence, lowercase, or uppercase.
Change Fonts and Formatting

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


Microsoft Excel 2010 (Windows)
Display the Insert Function dialog box.
Formulas and Names - Formulas

Shift + F3


Microsoft Excel 2010 (Windows)
Insert a function into a formula .
Formulas and Names - Formulas

Shift + F3


Axialis IconWorkshop (Windows)
Add to the Librarian
File Menu

F3


Beyond Compare (Windows)
Find next
Search Menu

F3


Beyond Compare (Windows)
Find previous
Search Menu

Shift + 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


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

Shift + F3


Directory Opus (Windows)
Search
Misc.

F3


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

F3


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

Shift + F3


Comsol 5 (Windows)
Disable selected nodes
Model Tree

F3


Presonus Studio One (Windows)
Toggle size
Console

Shift + 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


Microsoft Word 2013 (Windows)
Change between all upper-, first letter upper- and all lower-case
Format Text and Paragraph

Shift + F3


Microsoft Excel 2013 (Windows)
Display the Insert Function dialog box
Formulas

Shift + F3


Microsoft Excel 2013 (Windows)
Insert a function into a formula
Formulas

Shift + 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 previous search result and highlight it in the document
Navigation

Shift + F3 / Ctrl + Shift + G


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 (Linux)
Find previous
Find and Replace

Shift + F3


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

F3


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

Shift + 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


Notepad++ 6 (Windows)
Find Previous
Search menu

Shift + F3


Microsoft Excel 2010 (Windows)
Display the Insert Function dialog box.
The Rest - Formulas

Shift + F3


Microsoft Excel 2010 (Windows)
Insert a function into a formula .
The Rest - Formulas

Shift + F3


Sonar 2015 (Windows)
Record metronome on/off
Transport

F3


Sonar 2015 (Windows)
Open Metronome settings
Transport

Shift + 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 Outlook 2016 (Windows)
Switch case (selected text)
Common Commands: Format Text and work with Editor

Shift + F3


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

F3


Microsoft OneNote 2016 (Windows)
While searching current page, move to previous result
Search Notes

Shift + F3


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

F3


Autodesk Maya 2017 (Windows)
Show Polygons menu set
Interfaces

F3


Microsoft PowerPoint 2016 (Windows)
Toggle cases(UppseCase/LowerCase)
Edit and General Text Operations

Shift + F3


Microsoft PowerPoint 2016 (Windows)
Change cases
Edit and General Text Operations

Shift + F3


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

F3


Adobe After Effects CC (Windows)
Toggle between Graph Editor and Layer bar Modes
Keyframes and Graph Editor

Shift + F3


Adobe Illustrator CC (MacOS)
Copy
Function Key Shortcuts

F3


Adobe After Effects CC (MacOS)
Toggle between Graph Editor and Layer bar Modes
Keyframes and Graph Editor

Shift + 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


CINEMA 4D (Windows)
Timeline
Editor

Shift + F3


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

F3


Zoho Sheet (MacOS)
Find within spreadsheet
Actions

Command + F / F3


Microsoft Word 2016 (Windows)
Change cases(UppseCase/LowerCase)
Text Editing/Graphics editing Operations

Shift + F3


Dynamics NAV 2015 (Windows)
Select Show Results
Page View and Review

Shift + 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


Zoho Sheet (Windows)
Show Function Dialog Box
Formula related shortcuts

Shift + F3


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

F3


Zoho Sheet (MacOS)
Show Function Dialog Box
Formula related shortcuts

Shift + 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


Microsoft Word 2016 (Windows)
Change the case of letters.
All Function Key Shortcuts

Shift + F3


CyberLink PhotoDirector 8 (Windows)
Switch to thumbnail view
Workspace

F3


Autodesk Inventor 2017 (Windows)
Zoom window
View

Shift + 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


AutoCAD 2016 (Windows)
Subobject selection is limited to edges (AutoCAD only)
General

Shift + 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


Act! CRM (Windows)
Work week user roles
View Shortcuts

Shift + F3


Microsoft Projects 2016 (Windows)
Reset sort order to ID order and turn off grouping.
Navigate Views and Windows

Shift + F3


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

F3


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

F3


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

Shift + F3


GTA V Cheats (Windows)
Cancel Recording
General Shortcuts

F3


Final Cut Pro (MacOS)
Find previous (in Find results)
Finding items

Shift + F3


Eclipse Helios (MacOS)
Move Cursor to Declaration
Navigation Shortcuts

F3


JetBrains RubyMine (Windows)
Find Next
Find and Replace

F3


JetBrains RubyMine (Windows)
Find Previous
Find and Replace

Shift + 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 RubyMine (Linux)
Find Previous
Find and Replace

Shift + F3


JetBrains PyCharm (Windows)
Find Next
Find and Replace

F3


JetBrains PyCharm (Windows)
Find Previous
Find and Replace

Shift + F3


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

F3


IntelliJ (MacOS)
Toggle Bookmark
Navigation Shortcuts

F3


JetBrains RubyMine (MacOS)
Show Bookmarks
Navigation Shortcuts

Shift + 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


JetBrains AppCode (MacOS)
Show Bookmarks
Navigation Controls

Shift + F3


Adobe Dreamweaver (Windows)
Find Next
Find and Replace

F3


Adobe Dreamweaver (Windows)
Find Previous
Find and Replace

Shift + F3


JetBrains PhpStorm (Windows)
Find Next
Find and Replace

F3


JetBrains PhpStorm (Windows)
Find Previous
Find and Replace

Shift + F3


Blender 3D (Windows)
Writes A Picture
Universal

F3


JetBrains PhpStorm (Linux)
Find Next
Find and Replace

F3


Microsoft Word 2016 (MacOS)
Change letters to uppercase, lowercase, or mixed case
Frequently Used Shortcuts

Shift + F3


JetBrains PhpStorm (Linux)
Find Previous
Find and Replace

Shift + F3


Microsoft Excel 2016 (MacOS)
Display the Formula Builder
Frequently used shortcuts

Shift + 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


Microsoft Excel 2016 (MacOS)
Open the Formula Builder
Work in cells or the Formula bar

Shift + F3


Corel Quattro Pro X8 (Windows)
Save As
File Menu

F3


Microsoft Word 2016 (MacOS)
Change the case of letters
Format characters

Shift + F3


DAZ Studio (Windows)
Find next
Script Commands

Shift + F3


Corel Designer X7 (Windows)
Zoom out Around Pointer
Zoom

F3


Corel Draw X8 (Windows)
Change case
Font Formatting

Shift + F3


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

F3


DAZ Studio (MacOS)
Find next
Script Commands

Shift + F3


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

F2 / F3


Corel Quattro Pro X8 (Windows)
Displays List of Macro commands
EditMode Shortcuts

Shift + 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


Corel Quattro Pro X8 (Windows)
Shows List of Available Macros
Function Keys

Shift + F3


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

F3


Microsoft Excel 2016 (MacOS)
Open the Formula Builder
The following table provides the function key shortcuts for Excel 2016 for Mac*

Shift +F3


Microsoft Word 2016 (MacOS)
Change letters to uppercase, lowercase, or mixed case
Function key shortcuts

Shift + F3


InCopy CC (MacOS)
Replace selected text with Change To text and find next
Find and Replace

Shift + F3


InCopy CC (Windows)
Replace selected text with Change To text and find next
Find and Replace

Shift + 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


Chief Architect (Windows)
Import Tools - Import Drawing (DWG,DXF)
Other Shortcuts

Shift + F3


Chief Architect (MacOS)
Import Tools - Import Drawing (DWG,DXF)
Other Shortcuts

Shift + 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


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

Shift + 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


Informix Genero 2.5.0 (Windows)
Find previous
Find and Replace

Shift + 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


XYplorer (Windows)
Repeat Last Search
Function key Shortcuts

Shift + 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


Pegasus Mail (Web Application)
Quick lookup
Addresses

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


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

Shift + 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


RStudio (Windows)
Find previous
Source

Shift + 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


CodeLite 10 (Windows)
Find previous
Search

Shift + 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


HyperWorks (Windows)
Edges (for equivalence)
24 Shortcuts for HyperWorks (Windows)

Shift + F3


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

F3


Ansys Mechanical (Windows)
Activate Extend to Connection Selection
Selection Filters

Shift + 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


Comodo IceDragon (Windows)
Find Previous
Search Options

Shift + 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


Evergreen (Linux)
Retrieve Record by TCN
Cataloging

Shift + F3


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

F3


VariCAD (Windows)
Information
Hot Keys

Shift + F3


PSPad (Windows)
Find Previous - Find previous occurrence
Search

Shift + 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


Wordfast Pro (Windows)
Uppercase / Lowercase
100 Shortcuts for Wordfast Pro (Windows)

Shift + F3


Wordfast Pro (MacOS)
Uppercase / Lowercase
100 Shortcuts for Wordfast Pro (MacOS)

Shift + 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


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

Shift + 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


BricsCAD (Windows)
Turns the Status Bar on/off (STATBAR command)
Other Shortcuts

Shift + 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


BricsCAD (Linux)
Turns the Status Bar on/off (STATBAR Ctrl)
Other Shortcuts

Shift + F3


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

F3


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

F3


BricsCAD (MacOS)
Turns the Status Bar on/off (STATBAR command)
Other Shortcuts

Shift + 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


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

Shift + F3