IntelliJ (Windows)

Navigation

Next/previous highlighted error

F2 / Shift + F2

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)
Economic info
General Hotkeys

F2


Microsoft Outlook 2010 (Windows)
Rename folder
Messages in Main View - Navigation Pane

F2


Google Chrome (Windows)
Toggle edit as HTML
Manage Chrome DevTools - Elements Panel

F2


Microsoft Projects 2010 (Windows)
Edit Task (or any other field)
Manage Tasks

F2


Microsoft Projects 2010 (Windows)
Open 'Task Information' Window for current Task
Manage Tasks

Shift + F2


Microsoft Excel 2010 (Windows)
Edit the active cell with cursor at end of the line.
Work with Data Selections - Edit Inside Cells

F2


Microsoft Windows 7 (Windows)
Change the file name of active item
Managing 'Windows' in Windows 7 - Navigate File List and Navigation Pane

F2


Microsoft Excel 2010 (Windows)
Insert / Edit a cell comment.
Work with Data Selections - Edit Active or Selected Cells

Shift + F2


Android Emulator (Windows)
Left Softkey / Menu / Settings button (or Page up)
Main Device Keys

F2


Android Emulator (Windows)
Right Softkey / Star button (or Page down)
Main Device Keys

Shift + f2


SharpDevelop 4.0 (Windows)
Rename file or item
Manage SharpDevelop Projects

F2


Eclipse Helios (Windows)
Open class, method, or variable information (tooltip text)
Code Information

F2


Google Chrome (Linux)
Toggle edit as HTML
Manage Chrome DevTools - Elements Panel

F2


SharpDevelop 4.0 (Windows)
Go to next bookmark
Bookmarks

F2


Microsoft Excel 2003 (Windows)
Edit a cell
Basic

F2


Access 2010 (Windows)
Manage Access Features - Select and move Fields or Columns

F2


Microsoft Windows 7 (Windows)
Change the file name of active item
Windows Explorer - Navigate File List and Navigation Pane

F2


Microsoft Outlook 2010 (Windows)
Rename folder
Messages in Compose View - Navigation Pane

F2


Tally 9.0 (Windows)
Change the date
General Shortcuts

F2


Access 2010 (Windows)
Switch between Edit and Navigation mode
Manage Access Features - Design View

F2


Microsoft Excel 2010 (Windows)
Edit Selection Text in if possible (in formula bar).
Work with Data Selections - Work with Smart Art Graphics

F2


Notepad++ 5 (Windows)
Next bookmark
Edit - Bookmark

F2


Notepad++ 5 (Windows)
Previous bookmark
Edit - Bookmark

Shift + F2


Total Commander 8 (Windows)
Reread source window
Main Shortcuts

F2


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

F2


Microsoft Excel 2011 (MacOS)
Edit a cell comment
Function keys

Shift + F2


Microsoft Excel 2010 (Windows)
Edit the active cell with cursor at end of the line.
Insert and Edit Data - Edit Inside Cells

F2


Total Commander 8 (Windows)
Compare file lists
Main Shortcuts

Shift + F2


Access 2010 (Windows)
In Grid Pane: toggle between edit mode and cell selection mode
Manage Access Features - Query Designer

F2


Inpage (Windows)
To select textbox tool
For Tools Selection

Shift + F2


Notepad++ 5 (Windows)
Next bookmark
Search - Bookmark

F2


Notepad++ 5 (Windows)
Previous bookmark
Search - Bookmark

Shift + F2


Microsoft Windows 7 (Windows)
Change the file name of active item
Windows Admin - Navigate File List and Navigation Pane

F2


Microsoft Excel 2010 (Windows)
Insert / Edit a cell comment.
Insert and Edit Data - Edit Active or Selected Cells

Shift + F2


Open Office Impress (Linux)
Edit text.
Function Keys

F2


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

F2


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

F2 / F3 / F4


Microsoft Excel 2011 (MacOS)
Edit a cell comment
Entering data on a sheet

Shift + F2


Microsoft Outlook 2010 (Windows)
Rename folder
Calendar Shortcuts - Navigation Pane

F2


Access 2010 (Windows)
Display hyperlink
Manage Access Features - Other Shortcuts

F2


Microsoft Windows 8 (Windows)
Change the file name of active item
Windows Explorer - Navigate File List and Navigation Pane

F2


Access 2010 (Windows)
Open the Zoom box
Manage Access Features - Other Shortcuts

Shift + F2


Evernote (Windows)
Rename focused notebook, note, tag or saved search
Main Application Shortcuts - Managing Evernote

F2


Smartplant Review (Windows)
Assign Materials to Elements
Function Keys

F2


Microsoft Windows 7 (Windows)
Change the file name of active item
Ease of Access and Magnifier - Navigate File List and Navigation Pane

F2


Microsoft Word 2007 (Windows)
Move text or graphics.
Function key reference: Function keys

F2


Microsoft Excel 2010 (Windows)
Edit Selection Text in if possible (in formula bar).
Insert and Edit Data - Work with Smart Art Graphics

F2


Microsoft Word 2007 (Windows)
Copy text.
Function key reference: SHIFT+Function key

Shift + F2


Evernote (Windows)
Rename focused notebook, note, tag or saved search
Note Editor

F2


InDesign CS5 (MacOS)
Find next occurrence of Find What text
Managing Text

Shift + F2 / Option + Command + F


Access 2010 (Windows)
Working with Text and Data - Select and move Fields or Columns

F2


UltraEdit (Windows)
Goto next bookmark
Bookmark Shortcut

F2


Microsoft Excel 2010 (Windows)
Edit the active cell with cursor at end of the line.
Format Data - Edit Inside Cells

F2


Photoshop Lightroom 4 (Windows)
Rename photo (in Library module)
Managing photos and catalog

F2


Sublime Text (Windows)
Go to next bookmark
Bookmarks and Marks

F2


Microsoft Excel 2010 (Windows)
Insert / Edit a cell comment.
Format Data - Edit Active or Selected Cells

Shift + F2


Android Emulator (Linux)
Left Softkey / Menu / Settings button (or Page up)
Main Device Keys

F2


Android Emulator (Linux)
Right Softkey / Star button (or Page down)
Main Device Keys

Shift + f2


Access 2010 (Windows)
Switch between Edit and Navigation mode
Working with Text and Data - Design View

F2


Sublime Text (Windows)
Go to previous bookmark
Bookmarks and Marks

Shift + F2


Visual Studio 2015 (Windows)
Rename
Manage Visual Studio

F2 / Ctrl + R / R


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

F2 / F3 / F4


Photoshop Lightroom 4 (MacOS)
Rename photo (in Library module)
Managing photos and catalog

F2


GroupWise 2012 (Windows)
Search for text
Function keys

F2


CATIA V5 (Windows)
Toggle the specification tree overview on and offopens an overview on specifications tree in a new window.
38 Shortcuts for CATIA V5 (Windows)

Shift + F2


Access 2010 (Windows)
In Grid Pane: toggle between edit mode and cell selection mode
Working with Text and Data - Query Designer

F2


Avid Media Composer 7 (Windows)
While capturing (but not Batch Capturing), pressing F2 will mark the Out-Point of a subclip.
Capturing

F2


Avid Media Composer 7 (MacOS)
While capturing (but not Batch Capturing), pressing F2 will mark the Out-Point of a subclip.
Capturing

F2


Texmaker 4.0.2 (Windows)
Latex
"Tools" menu

F2


Microsoft Outlook 2010 (Windows)
Display insertion point in active field to edit text
Business Card View

F2


Microsoft Excel 2010 (Windows)
Edit Selection Text in if possible (in formula bar).
Format Data - Work with Smart Art Graphics

F2


FreeMind 0.9.0 (Windows)
Edit selected node
Node editing commands

F2


Microsoft Excel 2010 (Windows)
Edit the active cell with cursor at end of the line.
Formulas and Names - Edit Inside Cells

F2


Access 2010 (Windows)
Display hyperlink
Working with Text and Data - Other Shortcuts

F2


Access 2010 (Windows)
Open the Zoom box
Working with Text and Data - Other Shortcuts

Shift + F2


iTunes (Windows)
Edit the name of the currently selected item
Other

F2


Microsoft Excel 2010 (Windows)
Insert / Edit a cell comment.
Formulas and Names - Edit Active or Selected Cells

Shift + F2


Audacity 2 (Linux)
Envelope tool
Tools

F2


Beyond Compare (Windows)
Rename
Actions Menu

F2


Microsoft PowerPoint 2010 (Windows)
Rename a focused item.
Work with the Selection pane.

F2


Access 2010 (Windows)
Working with Access Views - Select and move Fields or Columns

F2


IntelliJ (Linux)
Next/previous highlighted error
Navigation

F2 / Shift + F2


WinRAR (Windows)
Rename file
Commands Menu

F2


Microsoft Excel 2013 (Windows)
Edit Cell
Basic and Advanced Cell Selections

F2


Beyond Compare (Windows)
Full edit (toggle)
Edit Menu

F2


Beyond Compare (Windows)
Edit
Edit Menu - Data Compare

F2


Beyond Compare (Windows)
Rename
Edit Menu - Registry Compare

F2


Microsoft Excel 2013 (Windows)
Insert / Edit a cell comment
Edit Complete Cells

Shift + F2


Access 2010 (Windows)
Switch between Edit and Navigation mode
Working with Access Views - Design View

F2


Directory Opus (Windows)
Inline rename
Misc.

F2


Calibre (Windows)
Edit the metadata of the currently selected field in the book list
Library Management

F2


Microsoft Excel 2013 (Windows)
Edit the active cell with cursor at end of the line
Edit Content of Cells

F2


FL Studio (Windows)
Rename selected mixer track
Mixer

F2


Axialis IconWorkshop (Windows)
Preferences...
Edit Menu

F2


Microsoft Excel 2010 (Windows)
Edit Selection Text in if possible (in formula bar).
Formulas and Names - Work with Smart Art Graphics

F2


Comsol 5 (Windows)
Rename the selected node, file, or folder
Model Tree

F2


Comsol 5 (Linux)
Rename the selected node, file, or folder
Model Tree

F2


Audacity 2 (Windows)
Envelope tool
Tools Toolbar

F2


Comsol 5 (MacOS)
Rename the selected node, file, or folder
Model Tree

F2


Access 2010 (Windows)
In Grid Pane: toggle between edit mode and cell selection mode
Working with Access Views - Query Designer

F2


Microsoft Excel 2010 (Windows)
Edit the active cell with cursor at end of the line.
The Rest - Edit Inside Cells

F2


Linux Mint (Linux)
Rename selected item
File Manager (Nemo) - Interact with the Selected Item

F2


Microsoft Excel 2010 (Windows)
Insert / Edit a cell comment.
The Rest - Edit Active or Selected Cells

Shift + F2


Qt Creator (Windows)
Follow symbol under cursor; Works with namespaces, classes, methods, variables, include statements and macros
Editor

F2


Qt Creator (Windows)
Switch between method declaration and definition
Editor

Shift + F2


Qt Creator (MacOS)
Follow symbol under cursor; Works with namespaces, classes, methods, variables, include statements and macros
Editor

F2


Qt Creator (MacOS)
Switch between method declaration and definition
Editor

Shift + F2


Microsoft Windows 10 (Windows)
Change the file name of active item
Navigate File List and Navigation Pane

F2


Qt Creator (MacOS)
Open the QML file that defines the selected component
Qt Quick Designer

F2


Qt Creator (Windows)
Open the QML file that defines the selected component
Qt Quick Designer

F2


Autodesk Maya 2015 (Windows)
Show Animation menu set
Interfaces

F2


Access 2010 (Windows)
Display hyperlink
Working with Access Views - Other Shortcuts

F2


Access 2010 (Windows)
Open the Zoom box
Working with Access Views - Other Shortcuts

Shift + F2


uTorrent (Windows)
Rename Torrent (or RSS Favorite)
21 Shortcuts for uTorrent (Windows)

F2


uTorrent (Linux)
Rename Torrent (or RSS Favorite)
21 Shortcuts for uTorrent (Linux)

F2


Notepad++ 6 (Windows)
Go To Next Bookmark
Search menu

F2


Notepad++ 6 (Windows)
Go To Previous Bookmark
Search menu

Shift + F2


Adobe Photoshop CS5 (MacOS)
Cut
Function keys

F2


uTorrent (MacOS)
Rename Torrent (or RSS Favorite)
21 Shortcuts for uTorrent (MacOS)

F2


Adobe After Effects CC (Windows)
Deselect all
Basics

F2 / Ctrl + Shift + A


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

F2


Adobe After Effects CC (MacOS)
Deselect all
Basics

F2 / Command + Shift + A


Microsoft Excel 2010 (Windows)
Edit Selection Text in if possible (in formula bar).
The Rest - Work with Smart Art Graphics

F2


Access 2010 (Windows)
The Rest - Select and move Fields or Columns

F2


Adobe Photoshop CS5 (Windows)
Cut
Function keys

F2


Access 2010 (Windows)
Switch between Edit and Navigation mode
The Rest - Design View

F2


Microsoft Outlook 2016 (Windows)
Enable editing in a field (except in Mail or Icon view)
Common Commands: Common To Most Views

F2


Photoshop Lightroom CC (MacOS)
Rename photo (in Library module)
Managing Photos and Catalogs

F2


Photoshop Lightroom CC (Windows)
Rename photo (in Library module)
Managing Photos and Catalogs

F2


Access 2016 (Windows)
Switch betwwn edit mode
Windows/Content Switching/Navigation

F2


Access 2010 (Windows)
In Grid Pane: toggle between edit mode and cell selection mode
The Rest - Query Designer

F2


Microsoft Visio 2016 (Windows)
Rename the shape
Select Various Tool/Shape Shortcuts

F2


Access 2016 (Windows)
Display complete hyperlink
Design/Content Operation(on selected control)

F2


Access 2016 (Windows)
Open the zoom box
Design/Content Operation(on selected control)

Shift + F2


Microsoft PowerPoint 2016 (Windows)
Rename the file
Edit and General Text Operations

F2


Autodesk Maya 2017 (Windows)
Show Animation menu set
Interfaces

F2


Access 2010 (Windows)
Display hyperlink
The Rest - Other Shortcuts

F2


Access 2010 (Windows)
Open the Zoom box
The Rest - Other Shortcuts

Shift + F2


FileMaker Pro (Windows)
Open the Layout pop-up menu
General keyboard shortcuts (Windows)

F2


Adobe Illustrator CC (MacOS)
Cut
Function Key Shortcuts

F2


Adobe Illustrator CC (Windows)
Cut
Function Key Shortcuts

F2


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

F2


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

F2


FileMaker Pro (Windows)
Open the Layout pop-up menu and switch layouts
Browse-Mode Shortcuts

F2


Zoho Sheet (Windows)
Add / Edit cell note
Actions

Shift + F2


Zoho Sheet (Windows)
Edit active cell
Editing

F2


CINEMA 4D (Windows)
Materials Manager
Editor

Shift + F2


Zoho Sheet (MacOS)
Add / Edit cell note
Actions

Shift + F2


Microsoft Word 2016 (Windows)
Rename the file
Text Editing/Graphics editing Operations

F2


Zoho Sheet (Windows)
Edit mode
Shortcuts for Objects (Images,charts,buttons etc)

F2


Dynamics NAV 2015 (Windows)
Edit
Function Key Shortcuts

F2


Windows Movie Maker (Windows)
Rename a collection or clip
On timeline

F2


Dynamics SL 2015 (Windows)
In a date field, brings up the relative period or relative date valuesin a text field, allows enables cursor movement inside the field (including “Home” & “End”)
Function Key Shortcuts

F2


Zoho Sheet (MacOS)
Edit active cell
Editing Shortcuts

F2


Zoho Sheet (MacOS)
Edit mode
Shortcuts for Objects (Images,charts,buttons etc)

F2


Dynamics CRM 2015 (Windows)
Renames the selected item.
MMC Active Window Shortcuts

F2


Dynamics SL 2015 (Windows)
Go to edit mode for Text, Number, and Simple fields when the focus is on a field
Grid/View Shortcuts

Type the value directly to overwrite the existing value / F2


Autodesk Inventor 2017 (Windows)
Pan
Function Key

F2


Autodesk 3ds Max 2017 (Windows)
Shade selected faces
General user interface

F2


Microsoft Word 2016 (Windows)
Move text or graphics.
All Function Key Shortcuts

F2


Autodesk Inventor 2017 (Windows)
Rename
General

F2


Microsoft Word 2016 (Windows)
Copy text.
All Function Key Shortcuts

Shift + F2


AutoCad Architecture 2017 (Windows)
Displays the text window
Function Keys

F2


AutoCAD 2016 (Windows)
Expands the Command Line history when the Command Line window is floating, or displays the Text window when the Command Line window is docked
General

F2


Apple Motion (MacOS)
Show the Behaviors Inspector
Window Menu

F2


CyberLink PhotoDirector 8 (Windows)
Rename selected tag/album
General

F2


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

Shift + F2


Microsoft Projects 2016 (Windows)
Activate the entry bar to edit text in a field.
Navigate Views and Windows

F2


Microsoft Projects 2016 (Windows)
Display task information.
Navigate Views and Windows

Shift + F2


Microsoft Projects 2016 (Windows)
Display resource information.
Navigate Views and Windows

Shift + F2


Microsoft Projects 2016 (Windows)
Display assignment information.
Navigate Views and Windows

Shift + F2


GTA V Cheats (Windows)
Start/Stop Action Replay Recording
General Shortcuts

F2


Counter Strike Source (Windows)
Re-buy Previous Equipments
MenuShortcuts

F2


Atom (text editor) 1.0 (MacOS)
Move selected item
Tree View

M / F2


Microsoft Excel 2016 (Windows)
Edit cell. Press Escape to cancel
Edit Cell Content

F2


TextMate 2 (MacOS)
Jump to Next/Previous Bookmark
General Shortcuts

F2 / Shift + F2


Sublime Text (Linux)
Next Bookmark
Bookmarks Shortcuts

F2


Sublime Text (Linux)
Previous Bookmark
Bookmarks Shortcuts

Shift + F2


Sublime Text (MacOS)
Next Bookmark
Bookmarks Shortcuts

F2


Sublime Text (MacOS)
Previous Bookmark
Bookmarks Shortcuts

Shift + F2


Final Cut Pro (MacOS)
Log clip
Logging and capturing

F2


JetBrains PyCharm (Windows)
Next highlighted Error
Navigation

F2


JetBrains PyCharm (Windows)
Previous highlighted Error
Navigation

Shift + F2


FileZilla (Windows)
Rename selected file
28 Shortcuts for FileZilla (Windows)

F2


Microsoft Excel 2016 (Windows)
Insert/ edit a cell comment
Comments and Hyperlinks

Shift + F2


JetBrains RubyMine (Windows)
Next highlighted Error
Navigation Shortcuts

F2


JetBrains RubyMine (Windows)
Previous highlighted Error
Navigation Shortcuts

Shift + F2


JetBrains RubyMine (MacOS)
Next highlighted Error
Navigation Shortcuts

F2


JetBrains RubyMine (MacOS)
Previous highlighted Error
Navigation Shortcuts

Shift + F2


JetBrains RubyMine (Linux)
Next highlighted Error
Navigation Shortcuts

F2


JetBrains RubyMine (Linux)
Previous highlighted Error
Navigation Shortcuts

Shift + F2


JetBrains PyCharm (MacOS)
Next highlighted Error
Navigation Shortcuts

F2


JetBrains PyCharm (MacOS)
Previous highlighted Error
Navigation Shortcuts

Shift + F2


JetBrains AppCode (MacOS)
Next highlighted Error
Navigation Controls

F2


JetBrains AppCode (MacOS)
Previous highlighted Error
Navigation Controls

Shift + F2


Windows 10 File Explorer (Windows)
Edit Item. Select name excluding file extension
Folder Content (Main Pane) - Manage File/ Folders

F2


Blender 3D (Windows)
Export Scene as a DXF file
Universal

Shift + F2


Blender 3D (Windows)
Write Blender File
Universal

F2


Clarizen (Web Application)
If editor is Opened Select the content if exists
Main Grid

F2


Microsoft Word 2016 (MacOS)
Copy selected text
Frequently Used Shortcuts

Shift + F2


JetBrains PhpStorm (Windows)
Next highlighted Error
Navigation

F2


JetBrains PhpStorm (Windows)
Previous highlighted Error
Navigation

Shift + F2


JetBrains PhpStorm (MacOS)
Next highlighted Error
Navigation

F2


DAZ Studio (Windows)
Preferences
Customize Commands

F2


JetBrains PhpStorm (MacOS)
Previous highlighted Error
Navigation

Shift + F2


JetBrains PhpStorm (Linux)
Next highlighted Error
Navigation

F2


JetBrains PhpStorm (Linux)
Previous highlighted Error
Navigation

Shift + F2


DAZ Studio (MacOS)
Preferences
Customize Commands

F2


Microsoft Excel 2016 (MacOS)
Edit the selected cell
Enter data on a sheet

F2


Microsoft Excel 2016 (MacOS)
Insert a comment
Enter data on a sheet

Shift + F2


Microsoft Excel 2016 (MacOS)
Open and edit a cell comment
Enter data on a sheet

Shift + F2


Microsoft Excel 2016 (MacOS)
Edit the selected cell
Work in cells or the Formula bar

F2


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

F2 / F3


Corel WordPerfect X8 (Windows)
Find Next
63 Shortcuts for Corel WordPerfect X8 (Windows)

Shift + F2


Microsoft Excel 2016 (MacOS)
Edit the selected cell
Format and edit data

F2


ACDSee (Windows)
Open Rename File Dialog Box
View Mode

F2


Corel Designer X7 (Windows)
Zoom in Around Pointer
Zoom

F2


Opera (MacOS)
Enter a Web address
Access Loading

F2


Corel Designer X7 (Windows)
Activate X and Y box of Selected Point
MultiPoint Line

F2


Opera (Windows)
Enter a Web address
Access Loading

F2


Opera (MacOS)
Enter nickname for fast bookmark access
Access Loading

Shift + F2


Opera (Windows)
Enter nickname for fast bookmark access
Access Loading

Shift + F2


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

F2 / F3


Corel Ventura 10 (Windows)
Zoom Dialog
Zoom and View

Shift + F2


Corel Quattro Pro X8 (Windows)
Toggle to Display Indicator on Application Bar
EditMode Shortcuts

F2


HTML-Kit (Windows)
Go to Next Bookmark
87 Shortcuts for HTML-Kit (Windows)

F2


Gliffy (Windows)
Edit text
Shape Shortcuts

F2


Corel Draw X8 (Windows)
Zoom one shot
Zoom and Pan

F2


Corel Draw X8 (Windows)
Zoom to selection
Zoom and Pan

Shift + F2


Corel Quattro Pro X8 (Windows)
Activates Edit Mode
Function Keys

F2


Corel Quattro Pro X8 (Windows)
Activate Debug Mode to Execute Macro
Function Keys

Shift + F2


HTML-Kit (Windows)
Go t o Previous Bookmark
87 Shortcuts for HTML-Kit (Windows)

Shift + F2


Microsoft Word 2016 (MacOS)
Cut selected text or graphics
Function key shortcuts

F2


Steinberg Cubase 9 (Windows)
Panel (Transport panel)
Transport

F2


Microsoft Excel 2016 (MacOS)
Edit the selected cell
The following table provides the function key shortcuts for Excel 2016 for Mac*

F2


Microsoft Excel 2016 (MacOS)
Insert or edit a cell comment
The following table provides the function key shortcuts for Excel 2016 for Mac*

Shift + F2


Steinberg Cubase 9 (MacOS)
Panel (Transport panel)
Transport

F2


Microsoft Word 2016 (MacOS)
Copy selected text
Function key shortcuts

Shift + F2


Adobe Captivate 2017 (MacOS)
Rename the selected object
Function Key Shortcuts

F2


Adobe Captivate 2017 (Windows)
Rename the selected object
Function Key Shortcuts

F2


MusicBee (Windows)
Amend Clicked Column
Edit Controls

F2


Brackets (MacOS)
Rename Current File
File Operation

F2


Adobe Captivate 2017 (MacOS)
Edit caption text
Recording

F2


Adobe Captivate 2017 (Windows)
Edit caption text
Recording

F2


Kingsoft Spreadsheets 2016 (Windows)
Edits the active cell and positions the insertion point at the end of the cell contents
Other Shortcuts

F2


Primevera P6 P6 (Windows)
Reorganize
General Shortcuts

Shift + F2


Forte (Windows)
Rename
Main Browser Window

F2


MetaTrader MT4 (Windows)
Open History Center Window
Function Key Shortcuts

F2


WinSCP 5 (Windows)
Rename focused file
File Management

F2


FxPro (Windows)
Switch Between Tabbed and Grid Chart Window View
General Shortcuts

F2


Brackets (Windows)
Rename
99 Shortcuts for Brackets (Windows)

F2


Zerodha Trader (Windows)
Sell Order
Place Order

F2


TradeStation (Windows)
Next Bookmark
Editor Shortcuts

F2


Zerodha Trader (Windows)
Cover Sell Order
Place Order

Shift + F2


X-Plane 11 (Windows)
Throttle Up
Controls

F2


Amarok (Windows)
Rename Playlist
Browser Shortcuts

F2


PotPlayer (Windows)
Browse Folder
Function Key Shortcuts

F2


XYplorer (Windows)
Rename
Function key Shortcuts

F2


XYplorer (Windows)
Batch Rename
Function key Shortcuts

Shift + F2


Maxthon (Web Application)
Previous tab
Switch tabs

F2


VideoPad Video Editor (Windows)
Rename
Clip

F2


VideoPad Video Editor (MacOS)
Rename
Clip

F2


Jetbrains CLion (Windows)
Next/previous highlighted error
Navigation Shortcuts

F2 / Shift + F2


ZBrush 4 (Windows)
Brushes
PopUp Selection

F2


MPS 2017 (Windows)
Terminate a debugging session
Running and Debugging

Shift + F2


Pegasus Mail (Web Application)
Local users...
Addresses

F2


Xamarin Studio (MonoDevelop) (Windows)
Rename
Edit Menu

F2


Libreoffice Writer (Windows)
Formula Bar
Function Keys

F2


DrawPlus (Windows)
Paintbrush Tool
Tools Shortcuts

B / F2


ProRealTime (Windows)
Personal Template 2
Templates

F2


MPS 2017 (Windows)
Navigate to the next found error/warning
Navigation between Source Code

F2


MPS 2017 (Windows)
Navigate to the previous found error/warning
Navigation between Source Code

Shift + F2


CrazyTalk 8 (Windows)
Rename (selected custom models/eyes/script/SFX/motion clip)
General Shortcuts

F2


Titanium (MacOS)
Resume
Other Shortcuts

F2


Libreoffice Writer (Windows)
If a text frame is selected: positions the cursor to the end of the text in the text frame. If you press any key that produces a character on screen, and the document is in edit mode, the character is appended to the text.
Moving,Resizing Frames, Graphics and Objects

F2


Visual Studio Code (Windows)
Rename Symbol
Rich Language Editing

F2


Sierra Chart (Windows)
Edit Formula
SpreadSheet Menu

F2


Gnumeric (Windows)
sets the current cell for editing
21 Shortcuts for Gnumeric (Windows)

F2


Rhino (Windows)
CommandHistory
Default Shortcuts

F2


Pencil2D (Windows)
About
57 Shortcuts for Pencil2D (Windows)

F2


Quickbooks Desktop (Windows)
Display product information about your QuickBooks version
The Rest

F2


SolidWorks (Windows)
Name edit mode
Miscellaneous Shortcuts

F2


OpenSCAD (MacOS)
Save
Function Shortcuts

F2


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

F2


Alphacam (Windows)
Auto Snap On/Off
Geometry Creation

F2


Vivaldi
Quick commands
Window

F2


CodeLite 10 (Windows)
Go to next bookmark.
Editor

F2


Vegas Pro 14 (Windows)
Rename selected channel
Mixing Console

F2


Zwift (PC and macOS)
Wave hand
Function

F2


Xyplorer
Select toggle all/nothing.
Other Shortcuts

F2


Smite (Windows)
Train Ability 2
Attack and Ability Controls

F2


Smite (MacOS)
Train Ability 2
Attack and Ability Controls

F2


CuteFTP (Windows)
Rename
General

F2


Anno 1800
Camera zoom levels
Camera

F2


CuteFTP (MacOS)
Rename
72 Shortcuts for CuteFTP (MacOS)

F2


Titanium (Windows)
Resume
Other Shortcuts

F2


Exact Audio Copy
Rename track
Edit menu

F2


Fortnite (PC)
Floor
Building

F2


CodeLite 10 (Windows)
Show / hide Messages pane
View

F2


Gigabyte Aorus motherboard
Switch to Easy Mode
Classic BIOS setup

F2


CodeLite 10 (Windows)
Show / hide Management pane
View

Shift + F2


HyperWorks (Windows)
delete entites
24 Shortcuts for HyperWorks (Windows)

F2


Miscreated
Emote: Hands up
Emote

F2


Ansys Mechanical (Windows)
Rename Selected Tree Object
Tree Outline

F2


FlashFXP (Web Application)
Rename (selecting just the filename)
54 Shortcuts for FlashFXP (Web Application)

F2


Open Rails 0.6.2
Save game
Game control

F2


FlashFXP (Web Application)
Rename (selecting the filename + extension)
54 Shortcuts for FlashFXP (Web Application)

Shift + F2


progeCAD (Windows)
Turns the Prompt History window on and off
51 Shortcuts for progeCAD (Windows)

F2


Sitecore CMS
Rename the selected item
Content Editor

F2


HyperWorks (Windows)
Temporary Nodes
24 Shortcuts for HyperWorks (Windows)

Shift + F2


RStudio (Windows)
Show source code for function at cursor
Editing (Console and Source)

F2


RStudio (MacOS)
Show source code for function at cursor
Editing (Console and Source)

F2


TurboCAD (Windows)
Open Calculator
171 Shortcuts for TurboCAD (Windows)

F2


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

Shift + F2


progeCAD (Windows)
Turns the Prompt History window on and off
Function Key Shortcuts

F2


Mastercam (Windows)
Unzoom
53 Shortcuts for Mastercam (Windows)

F2


Evergreen (Linux)
Check In
Circulation

F2


Evergreen (Linux)
Capture Holds
Circulation

Shift + F2


winIDEA
Bookmark next
Plugin: Analyzer

F2


KiCad 5.0.2
Zoom out
Page Layout Editor

F2


VariCAD (Windows)
Save
Hot Keys

F2


Place Anywhere (Fallout 4 mod)
Toggle ground and surface snapping
General

F2


dbForge SQL Complete
Upon renaming an object, opens the Preview Changes - Rename dialog window to preview changes in the code
General

F2


SAP Web IDE (Windows)
Rename file or folder
47 Shortcuts for SAP Web IDE (Windows)

F2


SAP Web IDE (MacOS)
Rename file or folder
47 Shortcuts for SAP Web IDE (MacOS)

F2


Comodo IceDragon (Windows)
Developer Toolbar
Tools

Shift + F2


Gmsh 4.1.4
Mesh surfaces
General

F2


FEKO (Windows)
Rename selected item
CADFEKO and POSTFEKO Others

F2


FEKO (Linux)
Rename selected item
CADFEKO and POSTFEKO Others

F2


IRONCAD (Windows)
Pan
Camera Function Keys Assignment

F2


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

F2


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

F2


Modo (Windows)
Modeling toolbox
Floating Windows

F2


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

F2


PhotoFiltre (Windows)
Rename image file
Image Manager

F2


KiCAD (Windows)
Zoom Out
EE Schema

F2


Ulead PhotoImpact 8 (Windows)
Toggles between showing or hiding the EasyPalette
View Menu

F2


KiCAD (Linux)
Zoom Out
EE Schema

F2


Modo (MacOS)
Modeling toolbox
Floating Windows

F2


KiCAD (MacOS)
Zoom Out
EE Schema

F2


Bus Simulator 18
Toggle action cam
Movement and camera

F2


FEKO (Windows)
Edit trace legend entry
General POSTFEKO Shortcuts

Shift + F2


Cobalt (Windows)
Live
70 Shortcuts for Cobalt (Windows)

F2


FEKO (Linux)
Edit trace legend entry
General POSTFEKO Shortcuts

Shift + F2


WinRAR
Rename file
Commands menu

F2


Target 3001! (Windows)
Library Browser
Function key Shortcuts

F2


Ulead PhotoImpact 8 (Windows)
Show/Hide EasyPalette
Miscellaneous

F2


Assetto Corsa
Random cameras
In-game

F2


gThumb (Linux)
Rename the image
Editing

F2


Altium Designer (Windows)
Edit Selected Cell
List Panel Shortcuts

F2


gEDA (Linux)
Enter line tool
Other Important Shortcuts

F2