IntelliJ (Windows)

Navigation

Edit source / View source

F4 / Ctrl + Enter

All hotkeys for IntelliJ (Windows)

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 plus / -

Editing
Expand all / collapse all

Ctrl + Shift + NumPad plus / -

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

General
Create new scratch file

Ctrl + Shift + Alt + Insert

Multiple Selection
Add/remove a selection

Alt + Shift +Mouse Click

Multiple Selection
Select the next occurrence

Alt + J

Multiple Selection
Unselect the next occurrence

Shift + Alt + J

Multiple Selection
Select all occurrences

Shift + Ctrl + Alt + J

Multiple Selection
Remove all selections

Esc

Similar combinations for other applications


Civilization V (Windows)
Diplomacy info
General Hotkeys

F4


Open Office Writer 3 (Linux)
jum to next error
Editing

F4


Adobe Reader 9 (Linux)
Show/hide Navigation Pane
Change View

F4


Adobe Reader X (Windows)
Show/hide Navigation Pane
Change View

F4


Google Chrome (Windows)
Run snippet
Manage Chrome DevTools - Sources Panel

Ctrl + Enter


Google Mail (Windows)
Send Message
Compose Messages

Ctrl + Enter


Firefox (Linux)
Complete a .com address in address bar: adds "http" prefix and ".com" suffix to entry, then loads the page. Add alt to combination to load page in background tab.
Address Bar

Ctrl + Enter


Firefox (Windows)
Complete a .com address in address bar: adds "http" prefix and ".com" suffix to entry, then loads the page. Add alt to combination to load page in background tab.
Address Bar

Ctrl + Enter


Thunderbird (Windows)
Send Message now
Compose and Edit Message

Ctrl + Enter


Thunderbird (Linux)
Send Message now
Compose and Edit Message

Ctrl + Enter


Android Emulator (Windows)
Hang up / end call button
Main Device Keys

F4


KDevelop (Linux)
jum to next error
Editing

F4


Eclipse Helios (Windows)
Open Type Hierarchy window for selected item
Code Information

F4


Firefox (Linux)
Open selected link in new background tab
Inside Webpages

Ctrl + Enter


Firefox (Windows)
Open selected link in new background tab
Inside Webpages

Ctrl + Enter


Microsoft Excel 2010 (Windows)
Repeat last formatting action: Apply previously applied Cell Formatting to a different Cell
Work with Data Selections - Number Formats

F4


Microsoft OneNote 2010 (Windows)
Create a row below the current row in a table.
Creating and Manipulating OneNote Tables

ctrl + enter


Visual Studio 2015 (Windows)
Enter blank line above cursor
Code Editor - Edit Code

Ctrl + Enter


SharpDevelop 4.0 (Windows)
Goto Definition
Coding Shortcuts

Ctrl + Enter


Microsoft Excel 2010 (Windows)
After typing cell reference (e.g. =E3) makes reference absolute (=$E$4)
Work with Data Selections - Formulas

F4


Microsoft Word 2007 (Windows)
A page break
Edit and move text and graphics: Insert special characters

Ctrl + Enter


Google Chrome (Linux)
Run snippet
Manage Chrome DevTools - Sources Panel

Ctrl + Enter


Microsoft Excel 2003 (Windows)
Enter same contents to multiple cells
Common

Ctrl + Enter


SharpDevelop 4.0 (Windows)
Show the Property Grid
SharpDevelop Features

F4


Tally 9.0 (Windows)
Contra Voucher (All voucher creation and alteration screens). View list of Groups (Reports groups summary, group voucher screen, cash/ bank summary)
General Shortcuts

F4


Access 2010 (Windows)
Insert a new line
Manage Access Features - Insert Data

Ctrl + Enter


Notepad++ 5 (Windows)
Word completion
Edit - Auto-completion

Ctrl + Enter


Access 2010 (Windows)
Toggle the property sheet
Manage Access Features - Design View

F4


Dolphin File Manager 1.7 (Linux)
View Konsole Terminal Emulator
15 Shortcuts for Dolphin File Manager 1.7 (Linux)

F4


Total Commander 8 (Windows)
Edit files
Main Shortcuts

F4


Microsoft Excel 2011 (MacOS)
Paste text into the active cell
Function keys

F4


Notepad++ 5 (Windows)
Word completion
Search - Auto-completion

Ctrl + Enter


Access 2010 (Windows)
Select detail cell for next item / previous item in row
Manage Access Features - Pivot Table

Ctrl + Enter / Ctrl + Shift + Enter


Visual Studio 2015 (Windows)
Enter blank line above cursor
Coding - Edit Code

Ctrl + Enter


Notepad++ 5 (Windows)
Next search result
Search

F4


Open Office Impress (Linux)
Position and Size
Function Keys

F4


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

F2 / F3 / F4


Tekla Structures 14.0 (Windows)
Snap to reference lines/points
General shortcuts

F4


Adobe Illustrator CS5 (Windows)
Apply a value and scale option proportionately for width or height
Panel Shortcuts - Transform Panel

Ctrl + Enter


MyLifeOrganized (Windows)
When in Rapid Text Entry box, parse the title into Tags; when in Search box move focus to 1st search result
Accessing Features

Ctrl + Enter


Microsoft Excel 2010 (Windows)
Repeat last formatting action: Apply previously applied Cell Formatting to a different Cell
Insert and Edit Data - Number Formats

F4


Mindjet Mindmanager 2012 (Windows)
Isolate/Others (good for focusing in a branch in a large map)
Viewing

F4


Open Office Impress (Linux)
Moves to the next text object on the slide.
Select and Move Elements

Ctrl + Enter


Microsoft Excel 2010 (Windows)
After typing cell reference (e.g. =E3) makes reference absolute (=$E$4)
Insert and Edit Data - Formulas

F4


Smartplant Review (Windows)
Hide Level (Object)
Function Keys

F4


Microsoft Word 2007 (Windows)
Repeat the last action.
Function key reference: Function keys

F4


Visual Studio 2015 (Windows)
Enter blank line above cursor
Code Snippets (Visual C# Scheme) - Edit Code

Ctrl + Enter


Sublime Text (Windows)
Insert line after and position cursor at beginning of new line
Cool Text Manipulation

Ctrl + Enter


Sublime Text (Windows)
Insert line after and position cursor at beginning of new line
Cool Text Manipulation

Ctrl + Enter


Oracle SQL Developer 4 (Windows)
Run to Cursor
Debug

F4


Evernote (Windows)
Open the selected note in a separate window (Alt + F4 to close window)
Note List

Ctrl + Enter


UltraEdit (Windows)
Toggle focus between active file and Tree View if shown
Document Navigation Shortcuts

F4


Adobe Illustrator CS5 (Windows)
Apply a value and scale option proportionately for width or height
Additional Shortcuts - Transform Panel

Ctrl + Enter


Opera (Linux)
Open selected link in new background tab
Link

Ctrl + Enter


Opera (Linux)
Log in/autofill form using the Wand
Form

Ctrl + Enter


Access 2010 (Windows)
Insert a new line
Working with Text and Data - Insert Data

Ctrl + Enter


Access 2010 (Windows)
Toggle the property sheet
Working with Text and Data - Design View

F4


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

F2 / F3 / F4


Android Emulator (Linux)
Hang up / end call button
Main Device Keys

F4


Photoshop Lightroom 4 (Windows)
Play impromptu slide show
Comparing photos in the Library module

Ctrl + Enter


GroupWise 2012 (Windows)
Open the selected item
Function keys

F4


Microsoft Windows 7 (Windows)
Display the items in the active list
Dialog Boxes

F4


Kanban Tool (Web Application)
saving and closing existing task or for creating and closing new tasks
Online Kanban Board for Visual Project Management

Ctrl + Enter


Microsoft Excel 2010 (Windows)
Repeat last formatting action: Apply previously applied Cell Formatting to a different Cell
Format Data - Number Formats

F4


Microsoft PowerPoint 2010 (Windows)
In Microsoft Office PowerPoint, move to the next title or body text placeholder. If it is the last placeholder on a slide, this will insert a new slide with the same slide layout as the original slide.
Basic Text Navigation and Formatting

Ctrl + Enter


Microsoft Excel 2010 (Windows)
After typing cell reference (e.g. =E3) makes reference absolute (=$E$4)
Format Data - Formulas

F4


Avid Media Composer 7 (Windows)
When in Capture Mode, F4 begins the capture. When in Log Mode, F4 logs a Master Clip to the bin.
Capturing

F4


Access 2010 (Windows)
Select detail cell for next item / previous item in row
Working with Text and Data - Pivot Table

Ctrl + Enter / Ctrl + Shift + Enter


Avid Media Composer 7 (MacOS)
When in Capture Mode, F4 begins the capture. When in Log Mode, F4 logs a Master Clip to the bin.
Capturing

F4


Texmaker 4.0.2 (Windows)
Dvi->PS
"Tools" menu

F4


FreeMind 0.9.0 (Windows)
Follow link
Node navigation commands

Ctrl + Enter


Microsoft PowerPoint 2010 (Windows)
Open the Look in list.
Manage Open and Save As dialog boxes

F4 / Alt + I


IntelliJ (Linux)
Smart line split
Editing

Ctrl + Enter


HoneyView 5.03 (Windows)
Close File
Main Shortcuts

F4


HoneyView 5.03 (Windows)
Show in Windows Explorer
Main Shortcuts

Ctrl + Enter


Photoshop Lightroom 4 (Windows)
Play impromptu slide show
Develop Module

Ctrl + Enter


Photoshop Lightroom 4 (Windows)
Play impromptu slide show
Slideshow module

Ctrl + Enter


Audacity 2 (Linux)
Zoom tool
Tools

F4


Adobe Reader X (Linux)
Show/hide Navigation Pane
Change View

F4


FL Studio (Windows)
Next empty pattern
Pattern Selector

F4


Gwenview (Linux)
Show or hide the Sidebar.
30 Shortcuts for Gwenview (Linux)

F4


Photoshop Lightroom 4 (Windows)
Play impromptu slide show
Print module

Ctrl + Enter


NetBeans 8 (Windows)
Run to cursor location in file
Debugging

F4


Photoshop Lightroom 4 (Windows)
Play impromptu slide show
Web module

Ctrl + Enter


IntelliJ (Linux)
Edit source / View source
Navigation

F4 / Ctrl + Enter


Microsoft Excel 2010 (Windows)
Repeat last formatting action: Apply previously applied Cell Formatting to a different Cell
Formulas and Names - Number Formats

F4


Access 2010 (Windows)
Insert a new line
Working with Access Views - Insert Data

Ctrl + Enter


Microsoft Excel 2010 (Windows)
After typing cell reference (e.g. =E3) makes reference absolute (=$E$4)
Formulas and Names - Formulas

F4


Access 2010 (Windows)
Toggle the property sheet
Working with Access Views - Design View

F4


Directory Opus (Windows)
Location
Misc.

F4


Comsol 5 (Windows)
Enable selected nodes
Model Tree

F4


Comsol 5 (Linux)
Enable selected nodes
Model Tree

F4


Audacity 2 (Windows)
Zoom tool
Tools Toolbar

F4


Comsol 5 (MacOS)
Enable selected nodes
Model Tree

F4


Microsoft Excel 2013 (Windows)
Repeat last formatting action: Apply previously applied Cell Formatting to a different Cell
Format Cells

F4


FL Studio (Windows)
Select time around selection
Playlist Action

Ctrl + Enter


Microsoft Word 2013 (Windows)
Insert page break
Insert Special Characters, Text Elements, and Breaks

Ctrl + Enter


Access 2010 (Windows)
Select detail cell for next item / previous item in row
Working with Access Views - Pivot Table

Ctrl + Enter / Ctrl + Shift + Enter


Twitter (Web Application)
Send Tweet
Actions

Ctrl + Enter


Qt Creator (Windows)
Insert line below current line
Editor

Ctrl + Enter


Qt Creator (MacOS)
Insert line below current line
Editor

Ctrl + Enter


Microsoft Excel 2013 (Windows)
After typing cell reference (eg =E4) makes reference absolute (=$E$4). Repeat if you want to toogle from absolute reference to parcial or complete removal ($E$4 -> E$4 -> $E4 -> returning to E4.
Formulas

F4


Qt Creator (Windows)
Edit signals and slots
Editor

F4


Atom (text editor) 1.0 (Linux)
New line below
Editing Lines

Ctrl + Enter


Qt Creator (MacOS)
Edit signals and slots
Editor

F4


Atom (text editor) 1.0 (Windows)
New line below
Editing Lines

Ctrl + Enter


Qt Creator (Windows)
Switch between header and source file
Editor

F4


Linux Mint (Linux)
Toggle Terminal in top pane (require the Nemo Terminal plugin)
File Manager (Nemo) - Toggle Side Pane, Split View, and Terminal

F4


Qt Creator (MacOS)
Switch between header and source file
Editor

F4


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

Ctrl + Enter


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

Ctrl + Enter


Qt Creator (MacOS)
Move between code editor and visual editor
Qt Quick Designer

F4


Qt Creator (Windows)
Move between code editor and visual editor
Qt Quick Designer

F4


Autodesk Maya 2015 (Windows)
Show Modeling menu set
Interfaces

F4


FL Studio (Windows)
Select time around selection
Piano Roll Action

Ctrl + Enter


Microsoft Excel 2010 (Windows)
Repeat last formatting action: Apply previously applied Cell Formatting to a different Cell
The Rest - Number Formats

F4


Notepad++ 6 (Windows)
Launch Word Completion ListBox
Edit menu

Ctrl + Enter


Microsoft Excel 2010 (Windows)
After typing cell reference (e.g. =E3) makes reference absolute (=$E$4)
The Rest - Formulas

F4


uTorrent (Windows)
Show Toolbar
21 Shortcuts for uTorrent (Windows)

F4


Notepad++ 6 (Windows)
Go to next found
Search menu

F4


uTorrent (Linux)
Show Toolbar
21 Shortcuts for uTorrent (Linux)

F4


Adobe Photoshop CS5 (MacOS)
Paste
Function keys

F4


uTorrent (MacOS)
Show Toolbar
21 Shortcuts for uTorrent (MacOS)

F4


GTDNext.com (Windows)
Completes a task
Center Pane Shortcuts

Ctrl + Enter


Skype for Business (Lync) 2016 (Windows)
Add audio/end audio
Conversation window

Ctrl + Enter


Adobe Photoshop CS5 (Windows)
Paste
Function keys

F4


Access 2010 (Windows)
Insert a new line
The Rest - Insert Data

Ctrl + Enter


Access 2010 (Windows)
Toggle the property sheet
The Rest - Design View

F4


Microsoft Outlook 2016 (Windows)
Search for text within an open item
Search

F4


Microsoft Excel 2016 (Windows)
After typing cell reference (eg =E4) makes reference absolute (=$E$4). Repeat if you want to toogle from absolute reference to parcial or complete removal ($E$4 -> E$4 -> $E4 -> returning to E4.
Select Cells - Basics

F4


Microsoft OneNote 2016 (Windows)
Create row below current row in table
OneNote Tables

Ctrl + Enter


Android Studio (Windows)
Go to source
General Shortcuts

F4


Access 2016 (Windows)
Switch to propery sheet
Windows/Content Switching/Navigation

F4


Access 2010 (Windows)
Select detail cell for next item / previous item in row
The Rest - Pivot Table

Ctrl + Enter / Ctrl + Shift + Enter


Photoshop Lightroom CC (Windows)
Play impromptu slide show
Comparing Photos in the Library Module

Ctrl + Enter


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

F4


Autodesk Maya 2017 (Windows)
Show Modeling menu set
Interfaces

F4


Microsoft Outlook 2016 (Windows)
Find or replace
Mail

F4


Adobe After Effects CC (Windows)
Show or hide Layer Switches and Modes columns
Layers

F4


Microsoft Outlook 2016 (Windows)
Send
Mail

Ctrl + Enter


Adobe After Effects CC (MacOS)
Show or hide Layer Switches and Modes columns
Layers

F4


Microsoft PowerPoint 2016 (Windows)
Move from title/text to text/slide
Outlining Views

Ctrl + Enter


Microsoft Excel 2016 (Windows)
After typing cell reference (eg =E4) makes reference absolute (=$E$4). Repeat if you want to toogle from absolute reference to parcial or complete removal ($E$4 -> E$4 -> $E4 -> returning to E4.
Format Cells - Basics

F4


Photoshop Lightroom CC (Windows)
Play impromptu slide show
Develop Module

Ctrl + Enter


Photoshop Lightroom CC (Windows)
Play impromptu slide show
Slideshow Module

Ctrl + Enter


FileMaker Pro (Windows)
Add a new field in the Field Picker dialog box
General keyboard shortcuts (Windows)

Ctrl + Enter


Adobe Illustrator CC (MacOS)
Paste
Function Key Shortcuts

F4


Adobe Illustrator CC (Windows)
Paste
Function Key Shortcuts

F4


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

F4


Photoshop Lightroom CC (Windows)
Play impromptu slide show
Print Module

Ctrl + Enter


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

F4


Photoshop Lightroom CC (Windows)
Play impromptu slide show
Web Module

Ctrl + Enter


InDesign CC (Windows)
Quick apply
Edit Menu shortcuts

Ctrl + Enter


Microsoft Excel 2016 (Windows)
After typing cell reference (eg =E4) makes reference absolute (=$E$4). Repeat if you want to toogle from absolute reference to parcial or complete removal ($E$4 -> E$4 -> $E4 -> returning to E4.
Formulas - Basics

F4


Nuke 10 (Windows)
Run Script in editor
Script Editor

Ctrl + Enter


Nuke 10 (Linux)
Run Script in editor
Script Editor

Ctrl + Enter


Zoho Writer (Windows)
To give page break in document
General

Ctrl + Enter


Zoho Sheet (Windows)
Insert Line Break in Cell
Editing

Ctrl + Enter


3D Coat (Windows)
Pressed in one
Splines

Ctrl + Enter


Zoho Writer (Windows)
To Give Page Break in document
Format Tab

Ctrl + Enter


Zoho Sheet (MacOS)
Repeat last action
Actions

F4 / Command + Y / Option + Return


Dynamics NAV 2015 (Windows)
Drop-down or Look up to Select
Function Key Shortcuts

F4


Dynamics CRM 2015 (Windows)
Open a record found in lookup with forms in Read-optimized mode
Form Keyboard Shortcuts

Ctrl + Enter


Zoho Sheet (Windows)
Toggle absolute and relative references
Formula related shortcuts

F4


Dynamics SL 2015 (Windows)
Toggles between “Field View” and “Grid View” (same as double left click)
Function Key Shortcuts

F4


Microsoft Excel 2016 (Windows)
After typing cell reference (eg =E4) makes reference absolute (=$E$4). Repeat if you want to toogle from absolute reference to parcial or complete removal ($E$4 -> E$4 -> $E4 -> returning to E4.
Manage Workbooks - Basics

F4


Dynamics SL 2015 (Windows)
Go to edit mode for Date and Time fields
Grid/View Shortcuts

Type the value directly / F4 / Alt + Down Arrow to display the date/time picker


Dynamics SL 2015 (Windows)
Go to edit mode for Two Options fields
Grid/View Shortcuts

Spacebar to switch between the two options / F4 / Alt + Down Arrow to drop down the list


Zoho Sheet (MacOS)
Toggle absolute and relative references
Formula related shortcuts

F4


Dynamics NAV 2015 (Windows)
Save and close window
Edit

Ctrl + Enter


Autodesk Inventor 2017 (Windows)
Rotate
Function Key

F4


Dynamics CRM 2015 (Windows)
Publish Form Editor customization
General Purpose Shortcuts

Ctrl + Enter


Autodesk 3ds Max 2017 (Windows)
View edged faces
General user interface

F4


Microsoft Word 2016 (Windows)
Repeat the last action.
All Function Key Shortcuts

F4


CyberLink PhotoDirector 8 (Windows)
Switch to list view
Workspace

F4


AutoCad Architecture 2017 (Windows)
Tablet mode
Function Keys

F4


AutoCAD 2016 (Windows)
Toggles 3DOSNAP (AutoCAD only) or Toggles TABMODE (AutoCAD LT only)
General

F4


Apple Motion (MacOS)
Show the Object Inspector
Window Menu

F4


Microsoft Excel 2016 (Windows)
After typing cell reference (eg =E4) makes reference absolute (=$E$4). Repeat if you want to toogle from absolute reference to parcial or complete removal ($E$4 -> E$4 -> $E4 -> returning to E4.
Excel Auto Tables and Data Forms - Basics

F4


Ace Projects (Windows)
Enter full screen
Other Shortcuts

Ctrl + Enter


Act! CRM (Windows)
Mini calender
View Shortcuts

F4


Todoist (Web Application)
Save existing or new task and create new one below it
Task Editing Shortcuts

Ctrl + Enter


Sublime Text (Linux)
Insert Line After
General Editing Shortcuts

Ctrl + Enter


Todoist (Web Application)
Submit Comment
Android Only Shortcuts

Ctrl + Enter


Asana (Web Application)
Complete Selected Task
Task Action Shortcuts(On Windows Plateform)

Ctrl + Enter


Microsoft Excel 2016 (Windows)
Complete cell entry and don't move selection
Edit Cell Content

Ctrl + Enter


IntelliJ (MacOS)
Generate Code
Editing Shortcuts

Ctrl + Enter


Counter Strike Source (Windows)
Report Bug
Miscellaneous Shortcuts

F4


Trello (Web Application)
Save Text(Windows)
General Shortcuts

Ctrl + Enter


Bitbucket (Web Application)
Submit your comment
Commits/Pull Requests

Ctrl + Enter


JetBrains PyCharm (Windows)
Edit Source
Navigation

F4


Eclipse Helios (MacOS)
Show Type Hierarchy of Current java class
Miscellaneous Shortcuts

F4


IntelliJ (MacOS)
Edit Source
Navigation Shortcuts

F4


JetBrains RubyMine (Windows)
Edit Source
Navigation Shortcuts

F4


JetBrains RubyMine (MacOS)
Edit Source
Navigation Shortcuts

F4


JetBrains RubyMine (Linux)
Edit Source
Navigation Shortcuts

F4


Zimbra Collaboration Suite 8 (Windows)
Send Message
Mail Compose Form

Ctrl + S / Ctrl + Enter


JetBrains PyCharm (MacOS)
View Source
Navigation Shortcuts

F4


JetBrains AppCode (MacOS)
Edit Source
Navigation Controls

F4


Adobe XD (Experience Design) (Windows)
Preview
Window Menu

Ctrl + Enter


Desk.com (Windows)
Open selected cases
Filter View

Ctrl + Enter


Desk.com (Windows)
Update and send
Case View

Ctrl + Enter


Blender 3D (Windows)
Display Logic Context
Universal

F4


Zoho Mail (Web Application)
Send Message
Predefined Shortcuts

Ctrl + Enter


jEdit (Windows)
Display Action Bar
Action Bar

Ctrl + Enter


Adobe Dreamweaver (Windows)
Show Panels
Windows

F4


Clarizen (Web Application)
Save
PopUp/Item editor

Ctrl + Enter


Clarizen (Web Application)
Performs relevant action if the focus is on a button (OK, Cancel, Done, etc.)
Other PopUps

Ctrl + Enter


JetBrains PhpStorm (Windows)
Edit Source
Navigation

F4


JetBrains PhpStorm (Windows)
View Source
Navigation

Ctrl + Enter


Clarizen (Web Application)
Sends a post
Social Media

Ctrl + Enter


DAZ Studio (Windows)
Save layout As
Customize Commands

F4


Clarizen (Web Application)
Save note
Miscellanous Shortcuts

Ctrl + Enter / Shift + Enter


JetBrains PhpStorm (MacOS)
Edit Source
Navigation

F4


Microsoft Teams (Windows)
Send a Message when Compose Box is Expanded
Messaging Shortcuts

Ctrl + Enter


JetBrains PhpStorm (Linux)
Edit Source
Navigation

F4


JetBrains PhpStorm (Linux)
View Source
Navigation

Ctrl + Enter


DAZ Studio (MacOS)
Save layout As
Customize Commands

F4


Steinberg Cubase 9 (Windows)
VST connection
Devices Catagory

F4


Microsoft Hotmail (Web Application)
Send Message
14 Shortcuts for Microsoft Hotmail (Web Application)

Ctrl + Enter


Steinberg Cubase 9 (MacOS)
VST connection
Devices Catagory

F4


Corel PhotoPaint X6 (Windows)
Fit in Window
View Menu

F4


Corel Designer X7 (Windows)
Zoom to All Objects
Zoom

F4


Corel Ventura 10 (Windows)
Insert Page Break
Special Characters

Ctrl + Enter


Corel Quattro Pro X8 (Windows)
Insert Hard Page Break
Text Formatting

Ctrl + Enter


Corel Designer X7 (Windows)
Column Break/TextFrame Break
Inserting Formatting Code

Ctrl + Enter


Corel Ventura 10 (Windows)
Zoom to Actual Size
Zoom and View

F4


Corel Draw X8 (Windows)
Zoom to all object
Zoom and Pan

F4


Opera (Windows)
Log in/autofill form using the Wand
Form

Ctrl + Enter


Opera (MacOS)
Toggle last active panel with panel selector
Panel

F4


Opera (Windows)
Toggle last active panel with panel selector
Panel

F4


Yahoo Mail (Web Application)
Send Message
General

Ctrl + Enter


Microsoft Word 2016 (MacOS)
Paste the Clipboard contents
Function key shortcuts

F4


MAGIX Movie Edit Pro (Windows)
Set project marker
PlayBack Functions

Ctrl + Enter


MusicBee (Windows)
Queue Last
Playback Controls

Ctrl + Enter


Adobe Captivate 2017 (MacOS)
Preview the project
Function Key Shortcuts

F4


Adobe Captivate 2017 (Windows)
Preview the project
Function Key Shortcuts

F4


Flock (Windows)
Complete .com address
General

Ctrl + Enter


Kingsoft Spreadsheets 2016 (Windows)
Fills the selected cell range with the current entry
Other Shortcuts

Ctrl + Enter


Adobe Captivate 2017 (MacOS)
Preview project
Recording

F4


Adobe Captivate 2017 (Windows)
Preview project
Recording

F4


Kingsoft Writer 2016 (Windows)
Insert Page Break
Editing

Ctrl + Enter


Adobe Captivate 2017 (Windows)
Auto panning
Recording

F4


Kingsoft Spreadsheets 2016 (Windows)
Repeats the last action of adding or deleting the Whole Row/Column
Other Shortcuts

F4


Adobe Captivate 2017 (Windows)
Preview the project
General and Miscellaneous Shortcuts

Ctrl + Enter


MetaTrader MT4 (Windows)
Download Metaeditor
Function Key Shortcuts

F4


WinSCP 5 (Windows)
Edit focused file
File Management

F4


Forte (Windows)
Download HTML Images
Main Browser Window

Ctrl + Enter


Brackets (Windows)
Open Line Below
99 Shortcuts for Brackets (Windows)

Ctrl + Enter


Krita Painting 3 (Windows)
Save incremental backup
General

F4


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

F4


Amarok (Windows)
Goto Current
General Shortcuts

Ctrl + Enter


TradeStation (Windows)
Find Next
Editor Shortcuts

F4


PotPlayer (Windows)
Close
Function Key Shortcuts

F4


Zerodha Trader (Windows)
Market Watch
For Market Watch and Other Settings on User Interface

F4


MediaMonkey (Windows)
Play (selected Tracks) After Others
Standard Keyboard Shortcuts

Ctrl + Enter


Tencent QQ Player (Windows)
Control Panel
30 Shortcuts for Tencent QQ Player (Windows)

F4


XYplorer (Windows)
Refresh Tree
Function key Shortcuts

F4


WinSCP 5 (Windows)
Insert names of selected files to command line
File Panels

Ctrl + Enter


Jetbrains CLion (Windows)
Smart line split
Editing Shortcuts

Ctrl + Enter


CA Client Automation (Windows)
Run to Cursor
Debug Menu

F4


Soundforge (Windows)
Maximize the width of the active data window
Magnification and View

Ctrl + Enter


MPS 2017 (Windows)
Split the selected line at the point where the caret is located, leaving the caret at the end of the first line
Basic Editing

Ctrl + Enter


Jupyter Notebook (Windows)
run cell
Command Mode (press Esc to enable)

Ctrl + Enter


Maxthon (Web Application)
Toggle highlighting of search keywords on the active page
Search Bar

Ctrl + Enter


Libreoffice Writer (Windows)
Manual page break
General

Ctrl + Enter


Maxthon (Web Application)
Move focus to the Address bar & open the URL list
Others

F4


ZBrush 4 (Windows)
Alphas
PopUp Selection

F4


GOM Player (Windows)
Full Stretch Screen
Window Size

Ctrl + Enter


MPS 2017 (Windows)
Open an editor for the selected item or items and give focus to the last opened file
General Shortcuts

F4


Visual Studio Code (Windows)
Insert line below
Editing Shortcuts

Ctrl + Enter


Pegasus Mail (Web Application)
Logged-in users...
Addresses

F4


Delphi 10 (Windows)
Run program to current cursor position
193 Shortcuts for Delphi 10 (Windows)

F4


Aptana Studio 3 (Windows)
Wrap
Other Shortcuts

Ctrl + Enter


GOM Player (Windows)
Finish Playback
Playback Control

F4


Delphi 10 (Windows)
Open file at cursor
193 Shortcuts for Delphi 10 (Windows)

Ctrl + Enter


Libreoffice Writer (Windows)
Open Data Source View
Function Keys

F4


iClone 7 (Windows)
Show/Hide Content Manager
OnScreen Display

F4


Gnumeric (Windows)
Repeat the last action
21 Shortcuts for Gnumeric (Windows)

F4


Tableau (Windows)
Starts and stops forward playback on the pages shelf
General

F4


RStudio (Windows)
Run current line/selection
Source

Ctrl + Enter


OpenSCAD (MacOS)
Reoad and Preview
Function Shortcuts

F4


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

F4


Alphacam (Windows)
Close and Finish
Geometry Creation

F4


ForkLift 3
Edit
Commander style

F4


Zwift (PC and macOS)
"Hammer Time!"
Function

F4


Smite (Windows)
Train Ability 4 (Ultimate)
Attack and Ability Controls

F4


Smite (MacOS)
Train Ability 4 (Ultimate)
Attack and Ability Controls

F4


CuteFTP (Windows)
Switch between Site Manager and Local Drives tabs
General

F4


CuteFTP (MacOS)
Switch between Site Manager and Local Drives tabs
72 Shortcuts for CuteFTP (MacOS)

F4


Anno 1800
Camera zoom levels
Camera

F4


winIDEA
Next error
Edit

F4


Exact Audio Copy
Detect gaps
Action menu

F4


Fortnite (PC)
Roof
Building

F4


Vivaldi
Panel
View

F4


Open Rails 0.6.2
Track monitor
Panels

F4


HyperWorks (Windows)
Distance:3 places
24 Shortcuts for HyperWorks (Windows)

F4


Miscreated
Emote: Middle finger
Emote

F4


FlashFXP (Web Application)
Open Site Manager
54 Shortcuts for FlashFXP (Web Application)

F4


Xyplorer
Refresh Tree
View Menu

F4


TurboCAD (Windows)
Select a rectangular area to create the aerial view
171 Shortcuts for TurboCAD (Windows)

F4


CodeLite 10 (Windows)
Run to cursor
Debug

F4


CuteFTP (Windows)
Edit selected file (also creates a line-break when in the integrated editor's Find/Replace utility)
General

Ctrl + Enter


Source Insight (Windows)
Search Forward
General

F4


Mastercam (Windows)
Show Analyze menu
53 Shortcuts for Mastercam (Windows)

F4


Evergreen (Linux)
Search Patrons
Circulation

F4


KiCad 5.0.2
Zoom center
Page Layout Editor

F4


Inkscape (Windows)
In XML Editor, set the attr value When editing an attribute value in XML Editor, this sets the new value (same as Clicking the Set attribute button)
Dialog

Ctrl + Enter


Comodo IceDragon (Windows)
Complete .com Address
Miscellaneous

Ctrl + Enter


Geany (Linux)
Show macro list
Build,Make and Compile

Ctrl + Enter


Geany (Windows)
Show macro list
Build,Make and Compile

Ctrl + Enter


IRONCAD (Windows)
Dolly
Camera Function Keys Assignment

F4


Geany (Linux)
Switch to VTE
Build,Make and Compile

F4


Geany (Windows)
Switch to VTE
Build,Make and Compile

F4


Geany (MacOS)
Switch to VTE
Build,Make and Compile

F4


Modo (Windows)
Setup toolbox
Floating Windows

F4


KiCAD (Windows)
Zoom Center
EE Schema

F4


KiCAD (Linux)
Zoom Center
EE Schema

F4


Modo (MacOS)
Setup toolbox
Floating Windows

F4


KiCAD (MacOS)
Zoom Center
EE Schema

F4


Cobalt (Windows)
Format
70 Shortcuts for Cobalt (Windows)

F4


Ulead PhotoImpact 8 (Windows)
Opens the Image Optimizer dialog box
Web Menu

F4


Target 3001! (Windows)
Switch Units(mm,Microm,Lnch and Mil)
Function key Shortcuts

F4


Altium Designer (Windows)
HIde/Display all Floating Panels
Environment Shortcuts

F4


Google Keep (Web Application)
Finish editing
Editor Shortcuts

Ctrl + Enter


gEDA (Linux)
Enter text tool
Other Important Shortcuts

F4


Inkscape (Windows)
Enter group
Selector

Ctrl + Enter


Europa Universalis IV
Cycle the Ledger sections
General

F4


AVS Video Editor (Windows)
Settings
Top Menu Files and Effects Area

Ctrl + Enter


BricsCAD (Windows)
Toggles the tablet mode
Function Key Shortcuts

F4


BricsCAD (Linux)
Toggles the tablet mode
Function Key Shortcuts

F4


MyPaint (Windows)
Previous scrap
Show Edit Menu

F4


Substance Painter
Swap 2D / 3D view
General

F4


BricsCAD (MacOS)
Toggles the tablet mode
Function Key Shortcuts

F4


Banner 9 (Windows, Mac)
Duplicate Selected Record
Mac shortcuts

F4


Substance Painter (Mac)
Swap 2D / 3D view
General

F4


Balsamiq Mockups (Windows)
Committing the current text
Working with Text

Enter / Ctrl + Enter


TopSolid (Windows)
Link edition
Operation Manager

F4


SolveSpace (Windows)
Center at View Point
View Menu

F4


SolveSpace (MacOS)
Center at View Point
View Menu

F4


Solidwork Composer (Windows)
Redoes the last operation
35 Shortcuts for Solidwork Composer (Windows)

F4


SuperMemo (Windows)
Open Tasklist Manager
129 Shortcuts for SuperMemo (Windows)

F4


Aspire (Windows)
Opens the Snap Settings form
General Shortcuts

F4


VCarve Pro (Windows)
Opens the Snap Settings form
General Shortcuts

F4


FlexiSign Pro 8.1 (Windows)
Paste
Selection

F4


MyLibreOfficeMediaFKeys (Linux)
Lower Speed 5%
MediaPlayerFKeys

F4


FlexiSign Pro 8.1 (MacOS)
Paste
Selection

F4


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

F4


SuperMemo (Windows)
SuperMemo Commander
129 Shortcuts for SuperMemo (Windows)

Ctrl + Enter


MindManager v19 (Windows)
Isolate/Others (good for focusing in a branch in a large map)
Viewing

F4


American Truck Simulator
Full lights control
Interface controllers

F4