NetBeans 8 (Windows)

General Keyboard Shortcts

Find/Replace in file

Ctrl + F / H

All hotkeys for NetBeans 8 (Windows)

General Keyboard Shortcts
Search word at insert point

Ctrl + F3

General Keyboard Shortcts
Find next/previous in file

F3 / Shift + F3

General Keyboard Shortcts
Find/Replace in file

Ctrl + F / H

General Keyboard Shortcts
Find usages

Alt + F7

General Keyboard Shortcts
Find/replace in projects

Ctrl + Shift + F / H

General Keyboard Shortcts
Find usages results

Alt + Shift + U

General Keyboard Shortcts
Turn off search result highlights

Alt + Shift + H

General Keyboard Shortcts
Rename

Ctrl + R

General Keyboard Shortcts
Convert selection to uppercase

Ctrl + U , then U

General Keyboard Shortcts
Convert selection to lowercase

Ctrl + U , then L

General Keyboard Shortcts
Toggle case of selection

Ctrl +U, then S

General Keyboard Shortcts
Paste formatted

Ctrl + Shift + V

General Keyboard Shortcts
Show Clipboard History

Ctrl + Shift + D

General Keyboard Shortcts
Jump to quick search field

Ctrl + I

General Keyboard Shortcts
Copy file path

Alt + Shift + L

General Keyboard Shortcts
Go to type/file

Ctrl + O / Alt + Shift + O

General Keyboard Shortcts
Go to JUnit test

Ctrl + Shift + T

General Keyboard Shortcts
Go to source

Ctrl + Shift + B

General Keyboard Shortcts
Go to declaration

Ctrl + B

General Keyboard Shortcts
Go to line

Ctrl + G

General Keyboard Shortcts
Toggle add/remove bookmark

Ctrl + Shift + M

General Keyboard Shortcts
Next/previous bookmark

Ctrl + Shift + . / ,

General Keyboard Shortcts
Next/previous usage/compile error

Ctrl + . / ,

General Keyboard Shortcts
Select next/previous element

Alt + Shift + . / ,

General Keyboard Shortcts
Select in Projects/Files/Favorites

Ctrl + Shift + 1 / 2 / 3

General Keyboard Shortcts
Move caret to matching bracket

Ctrl + [

General Keyboard Shortcts
Next/previous word match

Ctrl + K / Ctrl + Shift + K

General Keyboard Shortcts
Go backward/forward/to last edit

Alt + Left Arrow / Alt + Right Arrow / Ctrl + Q

General Keyboard Shortcts
Next/previous marked occurrence

Alt + Up Arrow / Down Arrow

Coding in C/C++
Go to declaration

Alt + Shift + C

Coding in C/C++
Evaluate expression

Ctrl + F9

Coding in Java
Generate code

Alt + Insert

Coding in Java
Fix all class imports

Ctrl + Shift + I

Coding in Java
Fix selected class's import

Alt + Shift + I

Coding in Java
Format selection (Indent)

Alt + Shift + F

Coding in Java
Shift lines left/right/up/down

Alt + Shift + Arrow Keys

Coding in Java
Rectangular Selection (Toggle)

Ctrl + Shift + R

Coding in Java
Copy lines up/down

Ctrl + Shift + Arrow Up / Arrow Down

Coding in Java
Inspect members/hierarchy

Ctrl / Alt + F12

Coding in Java
Add/remove comment lines

Ctrl + Shift + C / Ctrl + /

Coding in Java
Delete current line

Ctrl + E

Java Editor Code Templates
public static void main

psvm

Java Editor Code Templates
Enumeration

En

Java Editor Code Templates
Exception

Ex

Java Editor Code Templates
public static final

Psf

Java Editor Code Templates
public static final boolean

Psfb

Java Editor Code Templates
public static final int

Psfi

Java Editor Code Templates
public static final String

Psfs

Java Editor Code Templates
String

St

Java Editor Code Templates
abstract

ab

Java Editor Code Templates
assert true

as

Java Editor Code Templates
break

br

Java Editor Code Templates
boolean

bo

Java Editor Code Templates
catch

ca

Java Editor Code Templates
class

cl

Java Editor Code Templates
continue

cn

Java Editor Code Templates
double

db

Java Editor Code Templates
default

df

Java Editor Code Templates
equal

eq

Java Editor Code Templates
extends

ex

Java Editor Code Templates
public

pu

Java Editor Code Templates
private

pr

Java Editor Code Templates
protected

pe

Java Editor Code Templates
throws

th

Java Editor Code Templates
finally

fy

Java Editor Code Templates
implements

im

Java Editor Code Templates
interface

ie

Java Editor Code Templates
throw

tw

Java Editor Code Templates
import

ir

Java Editor Code Templates
length

le

Java Editor Code Templates
System.out.println()

sout

Java Editor Code Templates
System.out.println("obj"+obj)

soutv

Java Editor Code Templates
while

wh

Java Editor Code Templates
volatile

vo

Java Editor Code Templates
instanceof

iof

Java Editor Code Templates
final

fi

Java Editor Code Templates
float

fl

Java Editor Code Templates
false

fa

Java Editor Code Templates
short

sh

Java Editor Code Templates
private static final

psf

Java Editor Code Templates
private static final boolean

psfb

Java Editor Code Templates
private static fianl int

psfi

Java Editor Code Templates
private static final String

psfs

Java Editor Code Templates
printStackTrace()

pst

Java Editor Code Templates
/**/

bcom

JSP Editor Code Templates
windows.alert()

al

JSP Editor Code Templates
break;

br

JSP Editor Code Templates
function${name}...

fun

JSP Editor Code Templates
windows.history

hi

JSP Editor Code Templates
document.write()

dw

JSP Editor Code Templates
${}equals

eq

JSP Editor Code Templates
${}false

fa

JSP Editor Code Templates
${}windows.location

lo

JSP Editor Code Templates
${}return

re

JSP Editor Code Templates
$()window

Win

JSP Editor Code Templates
${}caseCatch()

ca

JSP Editor Code Templates
catch

catch

JSP Editor Code Templates
windows.consoledebug()

cond

JSP Editor Code Templates
windows.console.info()

coni

JSP Editor Code Templates
windows.console.log()

conl

JSP Editor Code Templates
windows.console.warn()

conw

JSP Editor Code Templates
${}catch

ct

JSP Editor Code Templates
${}document

do

JSP Editor Code Templates
${}instanceof

iof

Compiling, Testing, and Running
Compile package/ file

F9

Compiling, Testing, and Running
Build main project

F11

Compiling, Testing, and Running
Clean and build main project

Shift + F11

Compiling, Testing, and Running
Set request parameters

Ctrl + Q

Compiling, Testing, and Running
Create Unit test

Ctrl + Shift + U

Compiling, Testing, and Running
Run Unit test on file/project

Ctrl + F6 / Alt + F6

Compiling, Testing, and Running
Run main project/file

F6 / Shift + F6

Opening and Toggling between Views
Switch between open documents by order used

Ctrl + Tab ( Ctrl + ` )

Opening and Toggling between Views
Maximize window (toggle)

Shift + Esc

Opening and Toggling between Views
Close selected window

Ctrl + F4 / Ctrl + W

Opening and Toggling between Views
Close all windows

Ctrl + Shift + F4

Opening and Toggling between Views
Open contextual menu

Shift + F10

Opening and Toggling between Views
Switch between open documents by order of tabs

Ctrl + Page Up / Page Down

Opening and Toggling between Views
Reopen recently closed file

Ctrl + Alt + T

Opening and Toggling between Views
Toggle between editor types

Ctrl + Alt + Page Up / Page Down

Opening and Toggling between Views
Zoom text in / out

Alt +Mouse Wheel Up / Down

Opening and Toggling between Views
Toggle Inspect Mode

Ctrl + Shift + S

Debugging
Start debugging main project

Ctrl + F5

Debugging
Start debugging current file

Ctrl + Shift + F5

Debugging
Start debugging test for file

Ctrl + Shift + F6

Debugging
Stop/Continue debugging session

Shift + F5 / F5

Debugging
Run to cursor location in file

F4

Debugging
Step into/over

F7 / F8

Debugging
Step out

Ctrl + F7

Debugging
Go to called method

Ctrl + Alt +Up

Debugging
Go to calling method

Ctrl + Alt + Arrow Down

Debugging
Evaluate expression

Ctrl + F9

Debugging
Toggle breakpoint

Ctrl + F8

Debugging
New breakpoint

Ctrl + Shift + F8

Debugging
New watch

Ctrl + Shift + F7

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


Adobe Reader 9 (Linux)
Use hand tool
Select Tools

h


Adobe Reader X (Windows)
Use hand tool
Select Tools

H


VLC Media Player (Windows)
Decrease/ increase subtitle delay
Movie Navigation

G / H


Google Chrome (Windows)
Hide the element
Manage Chrome DevTools - Elements Panel

H


Adobe Photoshop CS4 (MacOS)
Hand tool
Shortcut Keys for selecting tools

H


Remember the Milk (Web Application)
Switch between Task and Notes tabs for selected task
Selection

h


Novell Evolution 2 (Linux)
Forward message
Mail

ctrl + f


Civilization V (Windows)
Fortify Until Healed
Action Hotkeys

h


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


Civilization V (Windows)
Construct a Camp
Civilian Unit Hotkeys

h


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

Ctrl + F


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

Ctrl + F


KDevelop (Linux)
Search
Search and Replace

Ctrl + F


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

Ctrl + F


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

Ctrl + F


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

Ctrl + F


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

Ctrl + F


Google Chrome (Linux)
Hide the element
Manage Chrome DevTools - Elements Panel

H


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


Adobe Photoshop CS4 (MacOS)
Hand tool
Shortcut Keys for using the Camera Raw dialog box

H


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


VistaSwitcher (Windows)
Tile selected windows horizontally
Window Management

h


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


Adobe Photoshop CS4 (MacOS)
Hand tool
Shortcut Keys for using Vanishing Point

H


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

Ctrl + F


Phoenix Viewer (Windows)
Focus on Selection
Build

H


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

Ctrl + F


Microsoft PowerPoint 2003 (Windows)
Slide Show: Go to next hidden slide
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

H


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


AutoCAD 2012 (Windows)
HATCH / Fills an enclosed area or selected objects with a hatch pattern, solid fill, or gradient fill.
Command Shortcuts - H-L Command Shortcuts

H


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


Tekla Structures 14.0 (Windows)
Rollover highlight
Modeling shortcuts

h


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

Ctrl + F


InDesign CS5 (MacOS)
Hand tool
Tools

H


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


Adobe Illustrator CS5 (MacOS)
Hand tool
Selecting Tools

h


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


Microsoft PowerPoint 2010 (Windows)
Go to the next slide, if the next slide is hidden.
Show PowerPoint Presentation with Shortcuts

H


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


Jaws 11.0 (Windows)
Next Heading (Shift + H for previous)
Navigation in HTML (Internet browsing)

H


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


VLC Media Player (MacOS)
Decrease subtitle delay / Increase subtitle delay
Movie Navigation

G / H


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

Ctrl + F


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


Adobe Photoshop CS5 (MacOS)
Hand tool
Select tools

H


Adobe Illustrator CS5 (Windows)
Hand tool
Selecting Tools

h


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

Ctrl + F


Adobe Photoshop CS5 (Windows)
Hand tool
Select Tools

H


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

Ctrl + F


Adobe Photoshop CS5 (MacOS)
Temporarily hide pins
Puppet Warp

H


iTunes (Windows)
Select the search field
File and Window

Ctrl + F


Avid Media Composer 7 (Windows)
Find
Timeline

Ctrl + F


Adobe Photoshop CS5 (Windows)
Temporarily hide pins
Puppet Warp

H


Photoshop Lightroom 4 (Windows)
Show/hide local adjustment pin
Develop Module

H


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


Adobe Reader X (Linux)
Use hand tool
Select Tools

H


Photoshop Lightroom 4 (MacOS)
Show/hide local adjustment pin
Develop Module

H


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

Ctrl + F


Adobe Photoshop CS5 (MacOS)
Hand tool
Camera Raw Dialog Box

H


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


Adobe Photoshop CS5 (Windows)
Hand tool
Camera Raw Dialog Box

H


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


Axialis IconWorkshop (Windows)
Flip horizontal
Draw Menu

H


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


Sonar 2015 (Windows)
Manage track visibility
Track View

H


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

Ctrl + F


Autodesk Maya 2015 (Windows)
With left mouse button for Menu Set marking menu
Interfaces

H


Atom (text editor) 1.0 (Linux)
Expand / collapse selected directory
Tree View

h / l OR Arrow Right / Arrow Left


Adobe Acrobat Pro (Windows)
Hand tool
Tools

H


Atom (text editor) 1.0 (Windows)
Expand / collapse selected directory
Tree View

H / l OR Arrow Right / Arrow Left


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


Adobe Photoshop CS5 (MacOS)
Hand tool
DICOM files (PS Extended)

H


Quickbooks Online (Web Application)
Help
General Pages

H


Quickbooks Online (Windows)
Help
General Pages

H


Quickbooks Online (Web Application)
Help
General Pages

H


Quickbooks Online (Windows)
Help
General Pages

H


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 Photoshop CS5 (Windows)
Hand tool
DICOM files (PS Extended)

H


Quickbooks Online (Web Application)
Last day of the month
Enter Dates

H


Quickbooks Online (Windows)
Last day of the month
Enter Dates

H


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

Ctrl + F


Camtasia 8 (Windows)
Shape - Highlight
Screen Draw Hotkeys

H


Adobe After Effects CC (Windows)
Activate Hand Tool
Activating Tools

H


Adobe After Effects CC (MacOS)
Activate Hand Tool
Activating Tools

H


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


Nirvana (Web Application)
Help dialog
Global

H


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


Onshape (Windows)
Horizontal
Sketch

H


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

Ctrl + F


Android Studio (Windows)
Find
Text Basic Shortcuts

Ctrl + F


Onshape (MacOS)
Horizontal
Sketch

H


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


Plex (Windows)
Exit main menu
Graphics(Audio/Video) Control

H / Tab


Plex (MacOS)
Exit main menu
Graphics(Audio/Video) Control

H / Tab


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

Ctrl + F


Plex (Windows)
Back to Homescreen
Graphics(Audio/Video) Control

H


Microsoft Outlook 2016 (Windows)
Forward a message
Mail

Ctrl + F


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

Ctrl + F


Autodesk Maya 2017 (Windows)
With left mouse button for Menu Set marking menu
Interfaces

H


Plex (MacOS)
Back to Homescreen
Graphics(Audio/Video) Control

H


Adobe Premiere CC (Windows)
Find
General Shortcuts

Ctrl + F


Plex (Windows)
Go to homescreen
Navigation Controls

H


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

Ctrl + F


Microsoft Outlook 2016 (Windows)
Forward
Mail

Ctrl + F


Plex (MacOS)
Go to homescreen
Navigation Controls

H


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


Adobe Illustrator CC (MacOS)
Hand tool
Selectiong Tool

H


Microsoft PowerPoint 2016 (Windows)
Advance to hidden screen
Slide Operations(Presentation time)

H


Adobe Illustrator CC (Windows)
Hand tool
Selectiong Tool

H


Corel Painter 2017 (MacOS)
Shape Selection
Toolbox commands

H


Photoshop Lightroom CC (Windows)
Show/ hide local adjustment pin
Develop Module

H


Photoshop Lightroom CC (MacOS)
Show/ hide local adjustment pin
Develop Module

H


Corel Painter 2017 (Windows)
Shape Selection
Toolbox commands

H


Nuke 10 (Windows)
Zoom to fill
Timeline Viewer

H


Nuke 10 (MacOS)
Zoom to fill
Timeline Viewer

H


Adobe Premiere CC (Windows)
Hand tool
Tools Shortcuts

H


Nuke 10 (Linux)
Zoom to fill
Timeline Viewer

H


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

Ctrl + F


Adobe Premiere CC (MacOS)
Hand tool
Tools Shortcuts

H


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


Nuke 10 (Windows)
Horizontal Interpolation
Curve Editor

H


Nuke 10 (MacOS)
Horizontal Interpolation
Curve Editor

H


ArchiCAD 20 (Windows)
Split
Edit Menu Commands

Ctrl + F


Nuke 10 (Linux)
Horizontal Interpolation
Curve Editor

H


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


3D Coat (MacOS)
Pick Layer
General Operations

H


CINEMA 4D (Windows)
Show Search Bar
Animation Timeline

Ctrl + F


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

Ctrl + F


3D Coat (Windows)
Pick Layer
General Operations

H


Anime Studio (Windows)
Hide edge
A to Z shortcuts

H


InDesign CC (Windows)
Hand tool
Tools

H


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

Ctrl + F


InDesign CC (MacOS)
Hand tool
Tools

H


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

Ctrl + F


Dynamics SL 2015 (Windows)
Finish
General Shortcuts

Ctrl + F


ArchiCAD 20 (Windows)
Angle Bisector
Actions

H


Adobe Photoshop CC (Windows)
Hand tool
Selecting Tools

H


Adobe Photoshop CC (MacOS)
Hand tool
Selecting Tools

H


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

Ctrl + F


Age of Empires (Windows)
Go to Town Center
Game Commands

H


ArchiCAD 20 (MacOS)
Angle Bisector
Actions

H


Anime Studio (MacOS)
Hide edge
A to Z shortcuts

H


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

Ctrl + F


Autodesk Inventor 2017 (Windows)
FInd
General

Ctrl + F


GIMP (Linux)
Heal
Paint Tools

H


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


Autodesk 3ds Max 2017 (Windows)
Select by name/s­elect from scene
General user interface

H


GIMP (Linux)
Repeat Last
Filters Menu

Ctrl + F


GIMP (MacOS)
Heal
Paint Tools

H


GIMP (Windows)
Heal
Paint Tools

H


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


Apple Motion (MacOS)
Select the Pan tool
Pan and Zoom Tools

H


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


Asana (Web Application)
Jump to Inbox
Inbox shortcuts

H


Atom (text editor) 1.0 (MacOS)
Expand / collapse selected directory
Tree View

H / L OR Arrow Right / Arrow Left


Todoist (Web Application)
Open Searcj
Android Only Shortcuts

Ctrl + F


GitLab (Web Application)
Scroll Left
NetWork Graph Shortcuts

H / Left Arrow


Adobe Acrobat Pro (MacOS)
Hand tool
Tools

H


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


GTA V Cheats (Windows)
Headlight
Vehicle Controls

H


JetBrains PyCharm (Windows)
Find
Find and Replace

Ctrl + F


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

Ctrl + F


Atlassian Crucible (Web Application)
Go to Previous Thread
Comment Navigation

H


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


Logic Pro X (MacOS)
Note A
Step Input

H


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

Ctrl + F


Autodesk Mudbox 2017 (Windows)
Hide Selected
Display

H


Autodesk Mudbox 2017 (MacOS)
Hide Selected
Display

H


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


Podio (Web Application)
Show Empty Layout in Item
MIscellaneous Shortcuts

H


DAZ Studio (Windows)
Frame selection
View Commands

Ctrl + F


Daz 3D Carrara 8 (Windows)
Draw Text
Application - Tools

H


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)
Dynamic Extrusion
Application - Tools

H


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


Microsoft PowerPoint 2016 (MacOS)
Go to next hidden slide if the next slide is hidden
Slide shows

H


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


Blender 3D (Windows)
Toggle Handle Align/Free
Curve Editing

H


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


Daz 3D Carrara 8 (Windows)
Draw Text
Spline Modeler - Tools

H


Opera (Windows)
Find text
Find

Ctrl + F


Daz 3D Carrara 8 (Windows)
Dynamic Extrusion
Spline Modeler - Tools

H


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


Steinberg Cubase 9 (MacOS)
Zoom in
Zoom

H


Steinberg Cubase 9 (Windows)
Zoom in
Zoom

H


Clip Studio Paint (Manga Studio) (Windows)
Hide Selection Border
Fill and Tool

H


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

Ctrl + F


Clip Studio Paint (Manga Studio) (MacOS)
Hide Selection Border
Fill and Tool

H


Corel Draw X8 (Windows)
Hand tool
Zoom and Pan

H


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

Ctrl + F


Corel Draw X8 (Windows)
Hand
Toolbox Tool Selection

H


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


Chief Architect (Windows)
Orthographic View Tools - Orthographic Full Overview
Orthographic View Tools

H


Chief Architect (MacOS)
Orthographic View Tools - Orthographic Full Overview
Orthographic View Tools

H


Daz 3D Carrara 8 (Windows)
Draw Text
Vertex Modeler - Tools

H


Opera (Windows)
Search while viewing help page
Help

Ctrl + F


Pixelmator (MacOS)
Hand
Selection Tools

H


Daz 3D Carrara 8 (Windows)
Dynamic Extrusion
Vertex Modeler - Tools

H


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


Houdini (Windows)
Home grid
Particle/Contex/Scene View

H


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


Final Fantasy XV (Windows)
Hunting log
Hotbar And Main Menu

H


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

Ctrl + F


Houdini (Windows)
Focus - pans and centers
Network View

H


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


Houdini (Windows)
Home channels
Channel Editor

H


Krita Painting 3 (Windows)
Show color history
Color

H


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


Houdini (Windows)
Home
Shader View

H


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)
View Bookmark
Standard Keyboard Controls

H


PotPlayer (Windows)
Filter Settings
Standard Keyboard Controls

Ctrl + F