NetBeans 8 (Windows)

General Keyboard Shortcts

Find/replace in projects

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


Google Chrome (Windows)
Search Text across sources
Manage Chrome DevTools - Accessing DevTools and DevTools Basics

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


Civilization V (Windows)
Fortify Until Healed
Action Hotkeys

h


Civilization V (Windows)
Construct a Camp
Civilian Unit Hotkeys

h


Visual Studio 2015 (Windows)
Find in files
Code Editor - Find, Replace, and Goto

Ctrl + Shift + F


Google Mail (Windows)
Change From address
Compose Messages

Ctrl + Shift + F


Eclipse Helios (Windows)
Autoformat all code in Editor using code formatter
Indentions and Comments

Ctrl + Shift + F


Google Chrome (Linux)
Search Text across sources
Manage Chrome DevTools - Accessing DevTools and DevTools Basics

Ctrl + Shift + F


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

H


Microsoft Excel 2010 (Windows)
Display the Format Cells with Fonts Tab active. Press tab 3x to get to font-size. Used to be ctrl+shift+p, but that seems just get to the Font Tab in 2010.
Work with Data Selections - Format Cells

Ctrl + Shift + F


Thunderbird (Windows)
Find all Messages in Folder
Find Messages

Ctrl + Shift + F


Thunderbird (Linux)
Find all Messages in Folder
Find Messages

Ctrl + Shift + F


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

H


Unity3D 3 (Windows)
Align to View
Game Objects

Ctrl + Shift + f


Zune (Windows)
Fast forward
Playing Songs

Ctrl + Shift + F


Phoenix Viewer (Windows)
Friends
Edit

Ctrl + Shift + F


VistaSwitcher (Windows)
Tile selected windows horizontally
Window Management

h


Visual Studio 2015 (Windows)
Find in files
Coding - Find, Replace, and Goto

Ctrl + Shift + F


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

H


Mindjet Mindmanager 2012 (Windows)
Font and Background
Most used - Box formatting

Ctrl + Shift + F / C


Phoenix Viewer (Windows)
Focus on Selection
Build

H


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

H


Google Docs (Windows)
Compact controls
Manage Google Docs

Ctrl + Shift + F


Notepad++ 5 (Windows)
Find in files...
Search

Ctrl + Shift + F


Microsoft Word 2007 (Windows)
Open the Font dialog box to change the font.
Character and paragraph formatting Change or resize the font

Ctrl + Shift + F


Mindjet Mindmanager 2012 (Windows)
Font and Background
Reorganizing - Box formatting

Ctrl + Shift + F / C


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


Microsoft Excel 2010 (Windows)
Display the Format Cells with Fonts Tab active. Press tab 3x to get to font-size. Used to be ctrl+shift+p, but that seems just get to the Font Tab in 2010.
Insert and Edit Data - Format Cells

Ctrl + Shift + F


Tekla Structures 14.0 (Windows)
Rollover highlight
Modeling shortcuts

h


MyLifeOrganized (Windows)
Hide the Search results and move focus to current outline
Accessing Features

Ctrl + Shift + F


InDesign CS5 (MacOS)
Hand tool
Tools

H


Visual Studio 2015 (Windows)
Find in files
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto

Ctrl + Shift + F


Total Commander 8 (Windows)
Disconnect from FTP server
Main Shortcuts

Ctrl + Shift + f


Total Commander 8 (Windows)
Disconnect current FTP connection
FTP

Ctrl + SHIFT + F


Adobe Illustrator CS5 (MacOS)
Hand tool
Selecting Tools

h


Sublime Text (Windows)
Find and Replace in open tabs/ files and folders
Find and Replace

Ctrl + Shift + F


Sublime Text (Windows)
Creates file with search results from all open files in new tab
Find and Replace

Ctrl + Shift + F


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

H


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

H


Microsoft Outlook 2010 (Windows)
Use Advanced Find
Contacts Shortcuts

Ctrl + Shift + F


Microsoft Excel 2010 (Windows)
Display the Format Cells with Fonts Tab active. Press tab 3x to get to font-size. Used to be ctrl+shift+p, but that seems just get to the Font Tab in 2010.
Format Data - Format Cells

Ctrl + Shift + F


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

G / H


Microsoft PowerPoint 2010 (Windows)
Change the font.
Basic Text Navigation and Formatting

Ctrl + Shift + F


Adobe Photoshop CS5 (MacOS)
Hand tool
Select tools

H


Microsoft PowerPoint 2010 (Windows)
Open the Font dialog box to change the font.
Change Fonts and Formatting

Ctrl + Shift + F


Adobe Illustrator CS5 (Windows)
Hand tool
Selecting Tools

h


Adobe Photoshop CS5 (Windows)
Hand tool
Select Tools

H


Texmaker 4.0.2 (Windows)
Fraction (real height)
"Math" menu

Ctrl + Shift + F


Adobe Photoshop CS5 (MacOS)
Temporarily hide pins
Puppet Warp

H


Adobe Photoshop CS5 (Windows)
Temporarily hide pins
Puppet Warp

H


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

H


iTunes (Windows)
See more options when a visual effect is showing
View Menu

Ctrl + Shift + F


IntelliJ (Linux)
Find in path
Search/Replace

Ctrl + Shift + F


Adobe Reader X (Linux)
Use hand tool
Select Tools

H


IntelliJ (Windows)
Find in path
Search/Replace

Ctrl + Shift + F


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

H


IBM Rational DOORS (Windows)
Make Link FROM Start
General

Ctrl + Shift + F


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

H


Gwenview (Linux)
Switches into Full Screen Mode.
30 Shortcuts for Gwenview (Linux)

Ctrl + Shift + F


Microsoft PowerPoint 2010 (Windows)
Move a selected item forward.
Work with the Selection pane.

Ctrl + Shift + F


Microsoft Excel 2010 (Windows)
Display the Format Cells with Fonts Tab active. Press tab 3x to get to font-size. Used to be ctrl+shift+p, but that seems just get to the Font Tab in 2010.
Formulas and Names - Format Cells

Ctrl + Shift + F


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

H


Audacity 2 (Windows)
Fit vertically
View Menu

Ctrl + Shift + F


Microsoft Excel 2013 (Windows)
Open Format Cells dialog with Font Tab active
Format Cells

Ctrl + Shift + F


FileMaker Pro (Windows)
Find/replace data
Layout Mode Shortcuts - Delete and Edit Text

Ctrl + Shift + F


Axialis IconWorkshop (Windows)
Flip horizontal
Draw Menu

H


Atom (text editor) 1.0 (Linux)
Find in project
Find and Replace

Ctrl + Shift + f


Qt Creator (MacOS)
Open advanced find
Editor

Ctrl + Shift + F


Qt Creator (Windows)
Open advanced find
Editor

Ctrl + Shift + F


Sonar 2015 (Windows)
Manage track visibility
Track View

H


Atom (text editor) 1.0 (Windows)
Find in project
Find and Replace

Ctrl + Shift + F


Microsoft Excel 2010 (Windows)
Display the Format Cells with Fonts Tab active. Press tab 3x to get to font-size. Used to be ctrl+shift+p, but that seems just get to the Font Tab in 2010.
The Rest - Format Cells

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


Notepad++ 6 (Windows)
Find in Files
Search menu

Ctrl + Shift + F


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

H


Adobe Photoshop CS5 (Windows)
Justify paragraph, justifies all
Format Type

Ctrl + Shift + F


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


FileMaker Pro (Windows)
Find/replace data
Text Shortcuts - Delete and Edit Text

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


Camtasia 8 (Windows)
Shape - Highlight
Screen Draw Hotkeys

H


Microsoft Excel 2016 (Windows)
Open Format Cells dialog with Font Tab active
Select Cells - General Cell Format

Ctrl + Shift + F


Skype for Business (Lync) 2016 (Windows)
Change Font Color
Instant Messaging

Ctrl + Shift + F


Photoshop Lightroom CC (Windows)
Toggle Screen Modes: Normal, Full screen, hide panels
Changing Views and Screen Modes

Ctrl + Shift + F


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

H


Microsoft Outlook 2016 (Windows)
UseĀ Advanced Find
Search

Ctrl + Shift + F


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

H


Nirvana (Web Application)
Help dialog
Global

H


Android Studio (Windows)
Search in path/project
General Shortcuts

Ctrl + Shift + F


Onshape (Windows)
Horizontal
Sketch

H


Onshape (MacOS)
Horizontal
Sketch

H


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

H / Tab


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

H / Tab


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

H


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

H


Microsoft Excel 2016 (Windows)
Open Format Cells dialog with Font Tab active
Format Cells - General Cell Format

Ctrl + Shift + F


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

H


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

Ctrl + Shift + F


Plex (Windows)
Go to homescreen
Navigation Controls

H


FileMaker Pro (Windows)
Find/replace data
Database Management Shortcuts - Delete and Edit Text

Ctrl + Shift + F


Plex (MacOS)
Go to homescreen
Navigation Controls

H


Microsoft Outlook 2016 (Windows)
UseĀ Advanced Find
People

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


FileMaker Pro (Windows)
Open the Find/Replace dialog box
General keyboard shortcuts (Windows)

Ctrl + Shift + F


Nuke 10 (Windows)
Full Quality 1:1
Timeline Viewer

Ctrl + Shift + F


Adobe After Effects CC (Windows)
Look at all 3D Layers (with a camera Tool selected)
3D Layers

Ctrl + Shift + F


Adobe Premiere CC (MacOS)
Hand tool
Tools Shortcuts

H


Microsoft Excel 2016 (Windows)
Open Format Cells dialog with Font Tab active
Formulas - General Cell Format

Ctrl + Shift + F


Nuke 10 (Linux)
Full Quality 1:1
Timeline Viewer

Ctrl + Shift + F


Adobe After Effects CC (Windows)
Justify paragraph; force last line
Text

Ctrl + Shift + F


Nuke 10 (Windows)
Horizontal Interpolation
Curve Editor

H


Nuke 10 (MacOS)
Horizontal Interpolation
Curve Editor

H


Nuke 10 (Linux)
Horizontal Interpolation
Curve Editor

H


Adobe After Effects CC (Windows)
Open Mask Feather dialog box
Masks

Ctrl + Shift + F


3D Coat (Windows)
Offset tool
Edit Menu

Ctrl + Shift + F


3D Coat (MacOS)
Pick Layer
General Operations

H


Zoho Sheet (Windows)
Focus Formula Field
Editing

Ctrl + Shift + F


Finale (Windows)
Flat
Text Tool

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


InDesign CC (MacOS)
Hand tool
Tools

H


Microsoft Excel 2016 (Windows)
Open Format Cells dialog with Font Tab active
Manage Workbooks - General Cell Format

Ctrl + Shift + F


ArchiCAD 20 (Windows)
Angle Bisector
Actions

H


Microsoft Word 2016 (Windows)
Change Font Style
Text Editing/Graphics editing Operations

Ctrl + Shift + F


Adobe Photoshop CC (Windows)
Hand tool
Selecting Tools

H


Adobe Photoshop CC (MacOS)
Hand tool
Selecting Tools

H


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


GIMP (Linux)
Heal
Paint Tools

H


Microsoft Excel 2016 (Windows)
Open Format Cells dialog with Font Tab active
Excel Auto Tables and Data Forms - General Cell Format

Ctrl + Shift + F


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

H


GIMP (MacOS)
Heal
Paint Tools

H


GIMP (Windows)
Heal
Paint Tools

H


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

H


Silhouette Studio (Windows)
Fill page
Replicate

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


GitLab (Web Application)
Scroll Left
NetWork Graph Shortcuts

H / Left Arrow


Todoist (Web Application)
Add a new Filter
Android Only Shortcuts

Ctrl + Shift + F


Adobe Acrobat Pro (MacOS)
Hand tool
Tools

H


Adobe Photoshop CC (Windows)
Justify paragraph, justifies all
Format Text Type

Ctrl + Shift + F


Sublime Text (Linux)
Find in Files
Find and Replace Shortcuts

Ctrl + Shift + F


JetBrains RubyMine (Windows)
Find in Path
Find and Replace

Ctrl + Shift + F


JetBrains RubyMine (Linux)
Find in Path
Find and Replace

Ctrl + Shift + F


GTA V Cheats (Windows)
Headlight
Vehicle Controls

H


JetBrains PyCharm (Windows)
Find in Path
Find and Replace

Ctrl + Shift + F


Slack (Windows)
Toggle Full Screen View
Navigation Controls

Ctrl + Shift + F


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

H


Amazon Kindle (Windows)
Open Flashcard Side Panel
Reading Book

Ctrl + Shift + F


Adobe Flash Builder (Windows)
Search All files for Text
24 Shortcuts for Adobe Flash Builder (Windows)

Ctrl + Shift + F


Wrike (MacOS)
Open task in Fullscreen Mode. Press again to exit
12 Shortcuts for Wrike (MacOS)

Ctrl + Shift + F


Adobe Animate CC (Windows)
Auto formats the editor code
Miscellaneous Action

Ctrl + Shift + F


Cloud9 (Windows)
Find in Files
Find

Ctrl + Shift + F


Logic Pro X (MacOS)
Note A
Step Input

H


Adobe Dreamweaver (Windows)
Find and Replace in Files
Find and Replace

Ctrl + Shift + F


Autodesk Mudbox 2017 (Windows)
Hide Selected
Display

H


Autodesk Mudbox 2017 (MacOS)
Hide Selected
Display

H


Desk.com (Windows)
Go to From field
Case View

Ctrl + Shift + F


Autodesk Mudbox 2017 (Windows)
Unlock Mesh
Edit Menu

Ctrl + Shift + F


JetBrains PhpStorm (Windows)
Find in Path
Find and Replace

Ctrl + Shift + F


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

H


JetBrains PhpStorm (Linux)
Find in Path
Find and Replace

Ctrl + Shift + F


DAZ Studio (Windows)
Zero pose
Pose Commands

Ctrl + Shift + F


Adobe RoboHelp (Windows)
Font Change
Text Formatting

Ctrl + Shift + F


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

H


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

H


Microsoft Hotmail (Web Application)
Forward message
14 Shortcuts for Microsoft Hotmail (Web Application)

Ctrl + Shift + F


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

H


ACDSee (Windows)
Toggle Full Screen Mode
View Mode

Ctrl + Shift + F


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

H


Corel Draw X8 (Windows)
Font list
Font Formatting

Ctrl + Shift + F


Corel PhotoPaint X6 (Windows)
Feather
Objects

Ctrl + Shift + F


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

H


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

H


Corel Quattro Pro X8 (Windows)
Show SpeedFormat Dialog Box
Text Formatting

Ctrl + Shift + F


Opera (Windows)
Search
Sitemap Navigation

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


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

H


Corel Draw X8 (Windows)
Hand tool
Zoom and Pan

H


Edius (Windows)
Search frame - player
General

Ctrl + Shift + F


Corel Ventura 10 (Windows)
Font List
Tagging

Ctrl + Shift + F


Corel Draw X8 (Windows)
Hand
Toolbox Tool Selection

H


InCopy CC (Windows)
Justify all lines
Working with Text

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


Pixelmator (MacOS)
Hand
Selection Tools

H


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

H


Brackets (Windows)
Find in Files
99 Shortcuts for Brackets (Windows)

Ctrl + Shift + F


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

H


Poser Pro (Windows)
Edit> Restore >Figure
Edit

Ctrl + Shift + F


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

H


Houdini (Windows)
Focus - pans and centers
Network View

H


vSphere Client (Windows)
Open Find Dialog Box
vCenter Navigation Shortcuts

Ctrl + Shift + F


Informix Genero 2.5.0 (Windows)
Find in files
Find and Replace

Ctrl + Shift + F


Adobe Captivate 2017 (Windows)
Insert an FLV file
General and Miscellaneous Shortcuts

Ctrl + Shift + F


Jetbrains CLion (Windows)
Find in path
Find and Replace

Ctrl + Shift + F


Houdini (Windows)
Home channels
Channel Editor

H


Krita Painting 3 (Windows)
Show color history
Color

H


Houdini (Windows)
Home
Shader View

H


PotPlayer (Windows)
View Bookmark
Standard Keyboard Controls

H


Maxthon (Web Application)
Move focus to the Search bar and highlight keywords
Search Bar

Ctrl + Shift + F


Teamcenter (Windows)
Toggle Precise Imprecise
Structure Manager

Ctrl + Shift + F


Jupyter Notebook (Windows)
show keyboard shortcut help dialog
Command Mode (press Esc to enable)

H


Siemens NX 11 (Windows)
Fit All Views Layout
View Menu

Ctrl + Shift + F


GOM Player (Windows)
Speed - Up
Playback Speed

Ctrl + Shift + F / G


Unity3D 5 (Windows)
Align with View
Game Object

Ctrl + Shift + F


MPS 2017 (Windows)
InitiateĀ search for a text string in the specified scope
Search

Ctrl + Shift + F


Aptana Studio 3 (Windows)
Format
Other Shortcuts

Ctrl + Shift + F


Quickbooks Online (MacOS)
Help
General Pages

H


Quickbooks Online (MacOS)
Help
General Pages

H


Xamarin Studio (MonoDevelop) (Windows)
Find in Files
Search

Ctrl + Shift + F


ZBrush 4 (Windows)
Crop and Fill
Canvas and 2.5D

Ctrl + Shift + F


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

H


ZBrush 4 (Windows)
Show/hide Zscript Window
ZScripts

H


TVPaint Animation (Windows)
Halve Size
89 Shortcuts for TVPaint Animation (Windows)

H


Sierra Chart (Windows)
Fibonacci Fan
Tools Menu

Ctrl + Shift + F


Quickbooks Desktop (Windows)
Change to first day of the month / Last day of the month
Working with Date Fields

m / h


CityEngine (Windows)
Reset Camera view
48 Shortcuts for CityEngine (Windows)

H


CityEngine (MacOS)
Reset Camera view
48 Shortcuts for CityEngine (MacOS)

H


Pencil2D (Windows)
Hand
57 Shortcuts for Pencil2D (Windows)

H


iClone 7 (Windows)
Combo camera switch
Working Area

H


Visual Studio Code (Windows)
Show Search
Display

Ctrl + Shift + F


Netvibes (Windows)
Displays the list of available keyboard shortcuts for the current context
Apps view shortcuts

H


Vim (Linux)
Move left
Cursor Movement

h


TurboCAD (Windows)
Single Snap to the opposite point
171 Shortcuts for TurboCAD (Windows)

H


Sculptris (Windows)
Click or Drag to Hide
Miscellaneous Shortcuts

H


Anno 1800
Build a residence
Building

H


Vegas Pro 14 (Windows)
Post-edit ripple all tracks, markers, and regions
Timeline and Track List

Ctrl + Shift + F


Netvibes (Windows)
Displays the list of available keyboard shortcuts for the content panel
Content panel

H


Netvibes (Windows)
Display the list of available keyboard shortcuts for the feed reader
Feed reader shortcuts

H


Titanium (Windows)
Format Code
Text Editing

Ctrl + Shift + F


Vegas Pro 14 (Windows)
Sort Trimmer history
Trimmer Shortcuts

H


RStudio (Windows)
Find in files
Source

Ctrl + Shift + F


Webflow (Windows)
Show Global Objects tab
Right-hand tabs

H


Webflow (MacOS)
Show Global Objects tab
Right-hand tabs

H


Miscreated
Holster item
Action

H


War Thunder (Tank)
Smoke screening
Weaponry

H


Shadow Tactics: Blades of the Shogun
Highlight all interactive elements
Misc

H


Vegas Pro 14 (Windows)
Show/hide I/O control region
Mixing Console

H


Smite (MacOS)
Suppress Help
Other Controls

H


Smite (Windows)
Suppress Help
Other Controls

H


Affinity Photo
View Tool
View

H


Warframe
Reverse Camera
Camera

H


Geany (Windows)
Find in files
Finding text,Selecting text

Ctrl + Shift + F


Geany (Linux)
Find in files
Finding text,Selecting text

Ctrl + Shift + F


Webflow
Show Interactions tab
Right hand tabs

H


Vectorworks (Windows)
Pan
Basic Palette

H


Vectorworks (MacOS)
Pan
Basic Palette

H


PhotoFiltre (Windows)
Right base triangle selection
Selection, past and text

H


KiCad 5.0.2
Toggle High Contrast Mode
Pcbnew

H


SAP Web IDE (Windows)
Advanced repository search
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + Shift + F


Apex Legends (PC)
Gibraltar shield on / off
Weapons and abilities

H


SpaceClaim (Windows)
Home
71 Shortcuts for SpaceClaim (Windows)

H


DaVinci Resolve 14 (Windows)
Toggle Hand / Selection In Node Window
View and Color

H


DaVinci Resolve 14 (MacOS)
Toggle Hand / Selection In Node Window
View and Color

H


Flyff
Brings up the Character Stat window.
Character

H


Spintires (PC)
Headlight
Vehicle

H


Fortnite (PC)
Cycle through HUD modes
Replay

H


Ulead PhotoImpact 8 (Windows)
Opens the Focus dialog box
Format Menu

Ctrl + Shift + F


KiCAD (Windows)
Add Hierarchical Label
EE Schema

H


KiCAD (Linux)
Add Hierarchical Label
EE Schema

H


Wordfast Pro (Windows)
TM Source Lookup
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + Shift + F


Ableton Live 9 (Windows)
Scroll Display to FollowPlayback
Arrangement View Ctrls

Ctrl + Shift + F


KiCAD (MacOS)
Add Hierarchical Label
EE Schema

H


Bus Simulator 18
Horn
Bus controls

H


Modo (Windows)
Hide selected
Hide/Lock Geometry

H


Ableton Live 9 (Windows)
Follow (Auto-Scroll)
Zooming, Display and Selection

Ctrl + Shift + F


Vectorworks (Windows)
Renderingā€“Final Quality Renderworks
View Menu

Ctrl + Shift + F


Ableton Live 9 (Windows)
Scroll Display to FollowPlayback
Clip view Sample Display

Ctrl + Shift + F


Modo (MacOS)
Hide selected
Hide/Lock Geometry

H


gEDA (Linux)
Toggle the visibility of the refdes or value attached to the component under the cursor
Other Important Shortcuts

H


KiCAD (Linux)
Switch Highcontrast Mode
PCB

H


KiCAD (Windows)
Switch Highcontrast Mode
PCB

H


Maxwell Render (Windows)
Show/hide panel
Viewport

H


KiCAD (MacOS)
Switch Highcontrast Mode
PCB

H


Ableton Live 9 (Windows)
Scroll Display to FollowPlayback
Clip View MIDI Editor

Ctrl + Shift + F


NetHack
? (help menu)
Command aliases

H


Ulead PhotoImpact 8 (Windows)
Goes through all the various Retouch tools
Tool panel

H


Inkscape (Windows)
Flip selection horizontally
Selector

H


Arduino (Linux)
Find in Reference
29 Shortcuts for Arduino (Linux)

Ctrl + Shift + F


Arduino (Windows)
Find in Reference
29 Shortcuts for Arduino (Windows)

Ctrl + Shift + F


gThumb (Linux)
Zoom to fit Height (scales down only, does not magnify)
Viewer

H


Xyplorer
Fit Height
Other Shortcuts

H


MyPaint (Windows)
Select layer at cursor
Show Layer Menu

H


Soundcloud (Web Application)
Show Keyboard Shortcuts
12 Shortcuts for Soundcloud (Web Application)

H


Huggle
Retrieve history for current page
Other

H


City Car Driving
Horn
Other devices

H


FlightGear
Change color of HUD/toggle HUD off
Display options

H


Sage Simply Accounting (Windows)
Open the form option settings for this type of transaction
Keyboard Shortcuts in Transaction Windows

Ctrl + Shift + F


WavePad Sound Editor (Windows)
Zoom full
Zoom Operations

Ctrl + Shift + F


Sage Simply Accounting (Windows)
Change the form options for reports
Keyboard Shortcuts in Displayed Reports

Ctrl + Shift + F


Inkscape (Windows)
Flip nodes horizontally
Node Tool

H


SolveSpace (Windows)
Horizontal
Constraint

H


SolveSpace (MacOS)
Horizontal
Constraint

H


Battlezone 98 Redux
Hop out of a vehicle
Other

H


American Truck Simulator
Horn
Main vehicle controls

H


Adobe Photoshop Elements (Windows)
Hand
Tools

H


Adobe Photoshop Elements (MacOS)
Hand
Tools

H


Pharaoh
Orders a selected ship to hold its position
Military commands

H


SolveSpace (Windows)
Show Degrees of Freedom
Analyse

Ctrl + Shift + F


Solidwork Composer (Windows)
Front/back camera view
35 Shortcuts for Solidwork Composer (Windows)

Ctrl + Shift + F


Solidwork Composer (Windows)
Hides the selected actor
35 Shortcuts for Solidwork Composer (Windows)

H


Aspire (Windows)
Mirror Horizontally
Mirror Shortcuts

H


VCarve Pro (Windows)
Mirror Horizontally
Mirror

H


MindManager v19 (Windows)
Font and Background
Most used - Box formatting

Ctrl + Shift + F / C


FlexiSign Pro 8.1 (Windows)
Justify Full
Text Shortcuts

Ctrl + Shift + F


BlackBerry Classic
Open your history
Browser app

H


Aspire (Windows)
Enter Horizontal mirror mode (press again to exit)
Node Editing

H


LDCad
Hide (ghost) the selection
Editor

H


MindManager v19 (Windows)
Font and Background
Reorganizing - Box formatting

Ctrl + Shift + F / C


VCarve Pro (Windows)
Enter Horizontal mirror mode (press again to exit)
Node Editing

H


Adobe Illustrator
Hand tool
Select tools

H


Adobe Illustrator (Mac)
Hand tool
Select tools

H


ARK: Survival Evolved
(hold) Extended HUD Info
HUD

H


Madden NFL 19
Hot route
Advanced pre-play offense game controls

H


K-9 Mail
Show keys help
Message details

H


Adobe Photoshop Elements
Hand tool
General

H


Adobe Photoshop Elements (Mac)
Hand tool
Tool selection

H


Jupyter Notebook
Show keyboard shortcut help dialog
Command mode

H


QuickBooks Desktop (Mac)
Last day of the month
Dates

H


HitFilm
Hand tool
Composite shot timeline

H


Asana
Jump to Inbox tab
Inbox

H


Asana (Mac)
Jump to Inbox tab
Inbox

H


QuickBooks Desktop
Last day of the Month
Date Shortcuts

H