Delphi

General

Toggle between code view and design view

F12

All hotkeys for Delphi

General
Selects parent control in design mode. Left mouse click + Escape drags the parent control

Esc

General
After selecting control in form designer, click on it with Shift again to select top most parent Form

↑   Shift + Mouse left click

General
In Object Inspector activates incremental search for properties. Press again Tab to move focus to property value

⭾ Tab

General
Invoke code templates also called code snippets

Ctrl + J

General
Delete text from cursor position until end of word

Ctrl + T

General
Incremental search

Ctrl + E

General
Delete current line

Ctrl + Y

General
Invoke buffer window when focus is on editor. The buffer window shows a list of all different tabs.

Ctrl + B

General
Insert a new GUID at the cursor position

Ctrl + ↑   Shift + G

General
Indent the current selected block

Ctrl + ↑   Shift + I

General
Unindent the current selected block

Ctrl + ↑   Shift + U

General
Indent the current selected block or current line in case of no selection

Ctrl + K + I

General
Unindent the current selected block or current line in case of no selection

Ctrl + K + U

General
Invoke SyncEdit

Ctrl + ↑   Shift + J

General
Automatically declare variable at cursor position

Ctrl + ↑   Shift + V

General
Delete to the end of line

Ctrl + ↑   Shift + Y

General
Match pair forward

Alt + [

General
Match pair backward

Alt + ]

General
Browse forward (hotlink history)

Alt +

General
Browse backward (hotlink history)

Alt +

General
Browse to symbol under editor cursor (invoke a hotlink and add it to the hotlink history)

Alt +

General
Run program to current cursor position

F4

General
Toggle breakpoint

F5

General
Debugger step into

F7

General
Trace into next source line

↑   Shift + F7

General
Debugger step over

F8

General
Run until return

↑   Shift + F8

General
Run program under debugger

F9

General
Program Reset

Ctrl + F2

General
Evaluate/modify

Ctrl + F7

General
Add Watch

Ctrl + F5

General
View units

Ctrl + F12

General
Goto line number in editor

Alt + G

General
Goto line number in editor

Ctrl + O + G

General
Start/stop recording editor macro

Ctrl + ↑   Shift + R

General
Play editor macro

Ctrl + ↑   Shift + P

General
Invoke code completion

Ctrl + Space

General
Invoke code parameter hints

Ctrl + ↑   Shift + Space

General
Open file at cursor

Ctrl + ⤶ Enter

General
Find all references

Ctrl + ↑   Shift + ⤶ Enter

General
Invoke class completion for the class that currently contains the cursor

Ctrl + ↑   Shift + C

General
Navigate to method implementation/declaration

Ctrl + ↑   Shift +

General
Navigate to method implementation/declaration

Ctrl + ↑   Shift +

General
Set a bookmark at current row in the source

Ctrl + ↑   Shift + 1 - 9

General
Go to a bookmark row in the source

Ctrl + 1 - 9

General
Opens the drop-down on the top-right corner of the code editor, listing all open files

Ctrl + Alt + F12

General
Wheel  Navigate to previous or next method implementation in lexical order in this source unit, or within the class to which scope has been limited using Ctrl + Q + L

Ctrl + Alt + Mouse movement

General
Navigate to previous method implementation in lexical order in this source unit, or within the class to which scope has been limited using Ctrl + Q + L

Ctrl + Alt +

General
Navigate to next method implementation in lexical order in this source unit, or within the class to which scope has been limited using Ctrl + Q + L

Ctrl + Alt +

General
Navigate to the lexically first method implementation in this source unit, or within the class to which scope has been limited using Ctrl + Q + L

Ctrl + Alt + Home

General
Navigate to the lexically last method implementation in this source unit, or within the class to which scope has been limited using Ctrl + Q + L

Ctrl + Alt + End

General
Activate the Tool Palette in filtering mode (start typing, press Enter to drop component)

Ctrl + Alt + P

General
Adds current date to source code

Ctrl + Alt + A

General
Toggle comment per line or selected block and cursors goes down one line, Ctrl  +  # on nordic (and perhaps other international ) keyboards

Ctrl + /

General
Add todo list item

Ctrl + ↑   Shift + T

General
Toggle between Form as text mode or design mode

Alt + F12

General
Invoke Use unit dialog

Alt + F11

General
Invoke Open Project Dialog

Ctrl + F11

General
Invoke Project manager window

Ctrl + Alt + F11

General
Invoke Object Inspector window

F11

General
Toggle between code view and design view

F12

General
Invoke Window list

Alt + 0

General
Invoke Structure window

↑   Shift + Alt + F11

General
Invoke Browser window

Ctrl + ↑   Shift + B

General
Invoke Breakpoint window

Ctrl + Alt + B

General
Invoke Call Stack window

Ctrl + Alt + S

General
Invoke Watches window

Ctrl + Alt + W

General
Invoke Local Variables window

Ctrl + Alt + L

General
Invoke Threads window

Ctrl + Alt + T

General
Invoke FPU window

Ctrl + Alt + F

General
Invoke CPU window

Ctrl + Alt + C

General
Invoke Event window

Ctrl + Alt + V

General
Invoke Modules window

Ctrl + Alt + M

General
Invoke Forms window

↑   Shift + F12

General
Invoke Add to uses clause(Find unit in Delphi 2006) window (Refactoring)

Ctrl + ↑   Shift + A

General
Invoke Project Options window

Ctrl + ↑   Shift + F11

General
Compile Project

Ctrl + F9

General
Build Project

↑   Shift + F9

General
Invoke Add to project window

↑   Shift + F11

General
Run without debugging

↑   Shift + Ctrl + F9

General
Find

Ctrl + F

General
Find in Files

↑   Shift + Ctrl + F

General
Previous/next result (for Find in Files and Build Error Messages)

Alt + F7

General
Changes a word to lowercase and deselects selection

Ctrl + K + E

General
Changes a word to uppercase and deselects selection

Ctrl + K + F

General
Changes a word to lowercase

Ctrl + K + O

General
Changes a word to uppercase

Ctrl + K + N

General
Toggles case

Ctrl + O + U

General
Toggles Code folding between On and Off

Ctrl + ↑   Shift + K + O

General
Code folding: Expands All blocks of code

Ctrl + ↑   Shift + K + A

General
Code folding: Collapse current block of code

Ctrl + ↑   Shift + K + E

General
Code folding: Expand current block of code

Ctrl + ↑   Shift + K + U

General
Code folding: Toggle Current block (expand & collapse)

Ctrl + ↑   Shift + K + T

General
Code folding: Collapses all regions {$region 'comment'}..{$endregion}

Ctrl + ↑   Shift + K + R

General
Code folding: Collapse nested procedures

Ctrl + ↑   Shift + K + P

General
Code folding: Collapse all methods

Ctrl + ↑   Shift + K + M

General
Code folding: Collapse all classes

Ctrl + ↑   Shift + K + C

General
Code folding: Collapses down to primary Groups [Interface/Implementation]

Ctrl + ↑   Shift + K + G

General
Code folding: Collapses Namespace/Unit

Ctrl + ↑   Shift + K + N

General
Switch to the next open file in the editor

Ctrl + ⭾ Tab

General
Switch to the previous open file in the editor

Ctrl + ↑   Shift + ⭾ Tab

General
Invokes print selection dialog

Ctrl + K + P

General
Invokes Write block to file(selected text)

Ctrl + K + W

General
Invokes Read block from file(inserts text at cursor)

Ctrl + K + R

General
Copies selected text at the end of the selection

Ctrl + K + C

General
Select word at cursor position

Ctrl + K + T

General
Turns on block selection mode

Ctrl + O + C

General
Selects current line (and turns off block selection mode)

Ctrl + O + L

General
Toggles between limiting the Ctrl + Alt navigation shortcuts to the current class, or limiting it to the current unit

Ctrl + Q + L

General
Go to next item of Messages window

Ctrl + Q + W

General
Switches between source (.cpp) and header (.h)

Ctrl + F6

General
Undo

Alt + ⬅ Backspace

General
Display Popup menu

Alt + F10

General
Moves the cursor down one line and selects the column from the left of the starting cursor position

Alt + ↑   Shift +

General
Selects the column from the cursor position to the end of the current line

Alt + ↑   Shift + End

General
Selects the column from the cursor position to the start of the current line

Alt + ↑   Shift + Home

General
Selects the column to the left of the cursor

Alt + ↑   Shift +

General
Moves the cursor down one line and selects the column from the right of the starting cursor position

Alt + Shift + Page Down

General
Moves the cursor up one screen and selects the column from the left of the starting cursor position

Alt + Shift + Page Up

General
Selects the column to the right of the cursor

Alt + ↑   Shift +

General
Moves the cursor up one line and selects the column from the left of the starting cursor position

Alt + ↑   Shift +

General
Cut word under cursor / current selected block

Alt + X

General
Copy word under Cursor / selected block

Ctrl + C

General
Select all

Ctrl + A

General
Delete the word to the beginning

Ctrl + ⬅ Backspace

General
Deletes a currently selected block

Ctrl + D

General
Scrolls down one line

Ctrl +

General
Moves to the end of a file

Ctrl + End

General
Topic Search

Ctrl + F1

General
Open Main Menu

Ctrl + F10

General
Moves to the top of a file

Ctrl + Home

General
Replace Dialog

Ctrl + H

General
Inserts a tab character

Ctrl + I

General
Copy selected Block

Ctrl + Insert

General
Find again

Ctrl + L

General
Moves one word left

Ctrl +

General
Insert new line (same as Enter)

Ctrl + M

General
Insert new line after cursor (cursor stays in current line)

Ctrl + N

General
Open file at cursor

Ctrl + O + A

General
Browse symbol at cursor

Ctrl + O + B

General
Inserts compiler options and directives

Ctrl + O + O

General
Moves to the bottom of a screen

Ctrl + Page Down

General
Moves to the top of a screen

Ctrl + Page Up

General
Search Replace Dialog

Ctrl + Q + A

General
Moves cursor to the beginning of a block

Ctrl + Q + B

General
Moves cursor to end of a file

Ctrl + Q + C

General
Moves cursor to the end of a line

Ctrl + Q + D

General
Moves cursor to the top of the window

Ctrl + Q + E

General
Search Find Dialog

Ctrl + Q + F

General
Moves cursor to the end of a block

Ctrl + Q + K

General
Moves cursor to previous position

Ctrl + Q + P

General
Moves cursor to the beginning of a file

Ctrl + Q + R

General
Moves cursor to the beginning of a line

Ctrl + Q + S

General
Moves cursor to the top of the window

Ctrl + Q + T

General
Moves cursor to the bottom of the window

Ctrl + Q + U

General
Moves cursor to the bottom of the window

Ctrl + Q + X

General
Deletes to the end of Line

Ctrl + Q + Y

General
Replace Dialog

Ctrl + R

General
Moves one word right

Ctrl +

General
Save

Ctrl + S

General
Save All

Ctrl + ↑   Shift + S

General
Selects from the cursor position to the end of the current file

Ctrl + ↑   Shift + End

General
Selects from the cursor position to the start of the current file

Ctrl + ↑   Shift + Home

General
Selects the word to the left of the cursor

Ctrl + ↑   Shift +

General
Selects from the cursor position to the bottom of the screen

Ctrl + Shift + Page Down

General
Selects from the cursor position to the top of the screen

Ctrl + Shift + Page Up

General
Selects the word to the right of the cursor

Ctrl + ↑   Shift +

General
Redo

Ctrl + ↑   Shift + Z

General
Scrolls up one line

Ctrl +

General
Paste

Ctrl + V

General
Undo

Ctrl + Z

General
Display Help

F1

General
Find again

F3

General
Insert Mode on / off

Insert

General
Moves the cursor down one line and selects from the right of the starting cursor position.

↑   Shift +

General
Selects from the cursor position to the end of the current line

↑   Shift + End

General
Inserts a new line with a carriage return

↑   Shift + ⤶ Enter

General
Selects from the cursor position to the start of the current line

↑   Shift + Home

General
Paste from clipboard

↑   Shift + Insert

General
Selects the character to the left of the cursor

↑   Shift +

General
Moves the cursor down one line and selects from the right of the starting cursor position

Shift + Page Down

General
Moves the cursor up one screen and selects from the left of the starting cursor position

Shift + Page Up

General
Selects the character to the right of the cursor

↑   Shift +

General
Moves the cursor to the left one tab position

↑   Shift + ⭾ Tab

General
Moves the cursor up one line and selects from the left of the starting cursor position

↑   Shift +

General
Selects the column from the cursor position to the end of the current file

Ctrl + Alt + ↑   Shift + End

General
Selects the column from the cursor position to the start of the current file

Ctrl + Alt + ↑   Shift + Home

General
Selects the column to the left of the cursor

Ctrl + Alt + ↑   Shift +

General
Selects the column from the cursor position to the top of the screen

Ctrl + Alt + Shift + Page Down

General
Selects the column from the cursor position to the bottom of the screen

Ctrl + Alt + Shift + Page Up

General
Selects the column to the right of the cursor

Ctrl + Alt + ↑   Shift +

General
Select editor window tab

AltGr + F12

General
IDE Insight

F6

General
IDE Insight

Ctrl + .

Similar combinations for other applications


Civilization V (Windows)
Quick Load
General Hotkeys

F12


Firebug (Linux)
Open and close Firebug Panel
Managing Firebug

F12


Eclipse Helios (Windows)
Jump to Editor Window
Editor Window

F12


Firebug (MacOS)
Open and close Firebug Panel
Managing Firebug

F12


Microsoft Outlook 2010 (Windows)
Save Message as
Messages in Main View - Manage Messages

F12


Visual Studio 2015 (Windows)
Display symbol definition
Code Editor - IntelliSense and Code Helper

F12


Tally 9.0 (Windows)
Master Configurations, which will affect all companies in same data directory.
General Shortcuts

F12


Microsoft Outlook 2010 (Windows)
Save Message as
Messages in Compose View - Manage Messages

F12


Microsoft Excel 2011 (MacOS)
Display the Save As dialog box.
Function keys

F12


Visual Studio 2015 (Windows)
Display symbol definition
Coding - IntelliSense and Code Helper

F12


Adobe Illustrator CS5 (MacOS)
Revert
Function Keys

F12


Microsoft Outlook 2010 (Windows)
Save Message as
Calendar Shortcuts - Manage Messages

F12


Oracle SQL Developer 4 (Windows)
Rollback changes
Data Editor

F12


Microsoft Word 2007 (Windows)
Choose the Save As command (Microsoft Office Button ).
Function key reference: Function keys

F12


JetBrains Resharper 6 (Windows)
Go to next code issue (error, warning or suggestion)
Code analysis

F12


Smartplant Review (Windows)
Collision Detection
Function Keys

F12


Visual Studio 2015 (Windows)
Display symbol definition
Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper

F12


UltraEdit (Windows)
Save the active document as a new file
File Menu

F12


Adobe Illustrator CS5 (Windows)
Revert
Function Keys

F12


Oracle SQL Developer 4 (Windows)
Rollback
Worksheet

F12


AutoCAD 2012 (Windows)
Toggle dynamic input mode
Toggle Drawing Modes

F12


Avid Media Composer 7 (Windows)
Adds a White locator to the clip
Capturing

F12


Avid Media Composer 7 (MacOS)
Adds a White locator to the clip
Capturing

F12


Texmaker 4.0.2 (Windows)
Make index
"Tools" menu

F12


Beyond Compare (Windows)
Save file as...
File Menu

F12


IntelliJ (Linux)
Go back to previous tool window
Navigation

F12


Microsoft Word 2013 (Windows)
Save document as
Manage Word Documents and View

F12


IntelliJ (Windows)
Go back to previous tool window
Navigation

F12


Axialis IconWorkshop (Windows)
Revert
File Menu

F12


FL Studio (Windows)
Close all windows
Window Navigation

F12


Microsoft Excel 2013 (Windows)
Display the Save As dialog box
Various Excel Features

F12


Qt Creator (MacOS)
Reverse direction
Debugging

F12


Qt Creator (Windows)
Reverse direction
Debugging

F12


Notepad++ 6 (Windows)
Toggle Post-It Mode
View menu

F12


Adobe Photoshop CS5 (MacOS)
Revert
Function keys

F12


Autodesk Maya 2015 (Windows)
Select - UV
Making Selections

F12


Adobe Photoshop CC (Windows)
Revert to last saved state
Basic Shortcuts for Photoshop CC 2015 - File Basics

F12


Adobe Photoshop CC (MacOS)
Revert to last saved state
Basic Shortcuts for PhotoShop CC 2015 - File Basics

F12


Adobe Photoshop CS5 (Windows)
Revert
Function keys

F12


Adobe After Effects CC (Windows)
Switch between Workspaces
Panels, Viewers, Workspaces, and Windows

Shift + F10 / F11 / F12


Skype for Business (Lync) 2016 (Windows)
Save the IM conversation.
Instant Messaging

F12


FreeMeta (Windows)
View new software updates.
FreeMeta software all shortcut keys

F12


Adobe After Effects CC (MacOS)
Switch between Workspaces
Panels, Viewers, Workspaces, and Windows

Shift + F10 / F11 / F12


Microsoft Excel 2010 (Windows)
Display the Save As dialog box.
Various Excel Features

F12


Microsoft Outlook 2016 (Windows)
Save as (only in Mail)
Common Commands: Common To Most Views

F12


Access 2016 (Windows)
Open the Save As Box
Database Operation

F12


Microsoft Excel 2016 (Windows)
Save file as via standard save dialog box
Select Cells - Open and Save Workbooks

F12


Microsoft Edge Browser (Windows)
Open developer tools pane
General

F12


Safari Browser (MacOS)
Open developer tools
General Shortcuts (Browser)

F12


Microsoft Edge Browser (Windows)
Step over (on Debugger tab)
Developer Tools (the following shortcuts are only applicable within the Developer Tools section)

F12


Access 2010 (Windows)
Open the Save As dialog box
Manage Databases

F12


Autodesk Maya 2017 (Windows)
Select - UV
Making Selections

F12


Microsoft Excel 2016 (Windows)
Save file as via standard save dialog box
Format Cells - Open and Save Workbooks

F12


Adobe Photoshop CC (Windows)
Revert to last saved state
Manage Panels - File Basics

F12


Adobe Photoshop CC (MacOS)
Revert to last saved state
Manage Panels - File Basics

F12


Adobe After Effects CC (Windows)
Switch to 3D view 3 (defaults to Active Camera)
3D Layers

F12


Adobe After Effects CC (MacOS)
Switch to 3D view 3 (defaults to Active Camera)
3D Layers

F12


Adobe Illustrator CC (MacOS)
Revert
Function Key Shortcuts

F12


Adobe Illustrator CC (Windows)
Revert
Function Key Shortcuts

F12


Hexagon 2 (MacOS)
Smoothed Solid and Edges Display
Select,Interface and Display Shortcuts

F12


Nuke 10 (Windows)
Clear buffer and cache
2D Viewer

F12


Hexagon 2 (Windows)
Smoothed Solid and Edges Display
Select,Interface and Display Shortcuts

F12


Nuke 10 (MacOS)
Clear buffer and cache
2D Viewer

F12


Nuke 10 (Linux)
Clear buffer and cache
2D Viewer

F12


Microsoft Excel 2016 (Windows)
Save file as via standard save dialog box
Formulas - Open and Save Workbooks

F12


Nuke 10 (Windows)
Clear buffers
Node Graph

F12


Nuke 10 (Linux)
Clear buffers
Node Graph

F12


Nuke 10 (MacOS)
Clear buffers
Node Graph

F12


ArchiCAD 20 (Windows)
Create Sun Study
Images

F12


ArchiCAD 20 (MacOS)
Create Sun Study
Images

F12


Windows Movie Maker (Windows)
Save a project with a new name
On timeline

F12


Microsoft Word 2016 (Windows)
Save Document
General Operation

Ctrl + S / F12


Microsoft Excel 2016 (Windows)
Save file as via standard save dialog box
Manage Workbooks - Open and Save Workbooks

F12


Microsoft Projects 2016 (Windows)
Display the Save As dialog box.
Working with dialog boxes

F12


Age of Empires (Windows)
Save the game
Game Commands

F12


Microsoft Word 2016 (Windows)
Choose the Save As command (Microsoft Office Button ).
All Function Key Shortcuts

F12


AutoCad Architecture 2017 (Windows)
Dynamic input
Function Keys

F12


AutoCAD 2016 (Windows)
Toggles Dynamic Input
General

F12


Microsoft Excel 2016 (Windows)
Save file as via standard save dialog box
Excel Auto Tables and Data Forms - Open and Save Workbooks

F12


Call of Duty (Windows)
Screenshot
General Game Controls

F12


Act! CRM (Windows)
Save a copy/create an empty copy of database
Activity Shortcuts

F12


JetBrains RubyMine (Windows)
Go back to Previous Tool Window
General Shortcuts

F12


JetBrains RubyMine (MacOS)
Go back to Previous Tool Window
General Shortcuts

F12


JetBrains RubyMine (Linux)
Go back to Previous Tool Window
General Shortcuts

F12


JetBrains AppCode (MacOS)
Go back to Previous Tool Window
General Shortcuts

F12


Mac OS Sierra 10.12 (MacOS)
Eject removable media, such as an optical disc.
Start Up and Boot Options

F12 / Eject


JetBrains PyCharm (Windows)
Go back to Previous Tool Window
Navigation

F12


IntelliJ (MacOS)
Go back to Previous tool window
Navigation Shortcuts

F12


JetBrains AppCode (MacOS)
Go back to Previous Tool Window
Navigation Controls

F12


Adobe Dreamweaver (Windows)
Real-time Preview in Primary Browser
Preview

F12


Blender 3D (Windows)
Start Rendering from Active Camera
Universal

F12


Daz 3D Carrara 8 (Windows)
Save As
Application - File

F12


Steinberg Cubase 9 (Windows)
VST performance
Devices Catagory

F12


Steinberg Cubase 9 (MacOS)
VST performance
Devices Catagory

F12


Daz 3D Carrara 8 (Windows)
Save As
Spline Modeler - File

F12


Corel WordPerfect X8 (Windows)
Create Table
63 Shortcuts for Corel WordPerfect X8 (Windows)

F12


Corel Draw X8 (Windows)
Open outline pen dialog
Outline Pen

F12


Corel Quattro Pro X8 (Windows)
Open Dialog Box specific to Object selected
Object Keys

F12


Edius (Windows)
Print to tape
General

F12


Daz 3D Carrara 8 (Windows)
Save As
Vertex Modeler - File

F12


Corel Quattro Pro X8 (Windows)
Display Properties of Active Cell/Cells
Function Keys

F12


Microsoft Excel 2016 (MacOS)
Display the Save As dialog
The following table provides the function key shortcuts for Excel 2016 for Mac*

F12


Final Fantasy XV (Windows)
Target nearest NPC or object
Targeting

F12


Chief Architect (Windows)
Floor Tools - Rebuild Walls/Floors/Ceilings
Floor Tools

F12


Kingsoft Writer 2016 (Windows)
Diaplay Save As Dialog Box
Display Various Objects and Dialog Box

F12


Chief Architect (MacOS)
Floor Tools - Rebuild Walls/Floors/Ceilings
Floor Tools

F12


Adobe Captivate 2017 (Windows)
Preview the project in a web browser (SWF)
Function Key Shortcuts

F12


Adobe Captivate 2017 (MacOS)
Preview project in browser
Recording

F12


Adobe Captivate 2017 (Windows)
Preview project in browser
Recording

F12


Kingsoft Spreadsheets 2016 (Windows)
Displays the Save As dialog box to save the file with a different name, type or location
Other Shortcuts

F12


Adobe Captivate 2017 (Windows)
Toggle mouse capture
Recording

F12


MetaTrader MT4 (Windows)
Move Chart by One Bar to Left
Function Key Shortcuts

F12


FxPro (Windows)
Full Screen Toggle
General Shortcuts

F12


Brackets (Windows)
Show Developer Tools
99 Shortcuts for Brackets (Windows)

F12


PotPlayer (Windows)
File Navigator
Function Key Shortcuts

F12


XYplorer (Windows)
Show Info Panel
Function key Shortcuts

F12


Jetbrains CLion (Windows)
Go back to previous tool window
Navigation Shortcuts

F12


Pegasus Mail (Web Application)
Switch to a monospaced view of the message (does not work in HTML or text/enriched messages)
Message Reader

F12


Xamarin Studio (MonoDevelop) (Windows)
Go to Declaration
Navigation Shortcuts

F12


Pegasus Mail (Web Application)
Edit message flags...
Grouped views

F12


GOM Player (Windows)
Open - ODD (CD/DVD)
Playback Control

F12


MPS 2017 (Windows)
Activate the last focused tool window
Navigation between IDE Components

F12


Libreoffice Writer (Windows)
Numbering on
Function Keys

F12


Delphi 10 (Windows)
Toggle between code view and design view
193 Shortcuts for Delphi 10 (Windows)

F12


Soundforge (Windows)
Play or Stop the contents of the data window in default mode
Navigation and Playback

F12 / Spacebar


ProRealTime (Windows)
Personal Template 12
Templates

F12


Visual Studio Code (Windows)
Go to Definition
Rich Language Editing

F12


CrazyTalk 8 (Windows)
Click the Preview button in Puppeteering Panel
Timeline Editing

F12


CrazyTalk 8 (Windows)
Click the Preview button in Puppeteering Panel
Puppeteering Panel

F12


CityEngine (Windows)
Show/hide models
48 Shortcuts for CityEngine (Windows)

F12


CityEngine (MacOS)
Show/hide models
48 Shortcuts for CityEngine (MacOS)

F12


Synfig (Windows)
Canvas Options (Grid size, etc.)
73 Shortcuts for Synfig (Windows)

F12


Rhino (Windows)
Dig Click
Default Shortcuts

F12


Tableau (Windows)
Reverts workbook to last saved state
General

F12


OpenSCAD (MacOS)
Thrown Together
Function Shortcuts

F12


CodeLite 10 (Windows)
Toggle current block folding
Editor

F12


Alphacam (Windows)
Snap to Parallel
Geometry Creation

F12


Exact Audio Copy
Metadata options
File menu

F12


Vivaldi
Developer tools
Window

F12


Gigabyte Aorus motherboard
Capture the current screen as an image and save it to your USB drive
Classic BIOS setup

F12


CuteFTP (Windows)
Hide or display individual log window
General

F12


CuteFTP (MacOS)
Hide or display individual log window
72 Shortcuts for CuteFTP (MacOS)

F12


HyperWorks (Windows)
Mesh
24 Shortcuts for HyperWorks (Windows)

F12


FlashFXP (Web Application)
Opens a new copy of FlashFXP
54 Shortcuts for FlashFXP (Web Application)

F12


winIDEA
BrowseGotoDefinition
Browse

F12


PSPad (Windows)
Save As... - Save open file as file
File

F12


Roblox Studio
Record a video
General

F12


Roblox
Record video
Misc

F12


dbForge SQL Complete
Enables to go to definition
General

F12


Comodo IceDragon (Windows)
Toggle Developer Tools
Tools

F12


Ableton Live 9 (Windows)
Toggle Device/Clip View
Showing and Hiding Results

Shift + Tab / F12


Inkscape (Windows)
Toggle dialogs - This temporarily hides all open dialogs; another F12 shows them again
Dialog

F12


Ableton Live 9 (MacOS)
Toggle Device/Clip View
Showing and Hiding Results

Shift + Tab / F12


Inkscape (MacOS)
Toggle dialogs
Dialogs

F12


Open Rails 0.6.2
Logger
Debug

F12


Xyplorer
Full Screen
Other Shortcuts

F12


DaVinci Resolve 15 (Mac)
Place on top
Edit menu

F12


DaVinci Resolve 14 (Windows)
Place On Top Edit
Edit

F12


DaVinci Resolve 14 (MacOS)
Place On Top Edit
Edit

F12


Spintires (PC)
Save screenshot (to appdata directory)
Misc

F12


Ulead PhotoImpact 8 (Windows)
Opens the Component Designer dialog box
Web Menu

F12


DaVinci Resolve 14 (Windows)
Place On Top
Edit

F12


DaVinci Resolve 14 (MacOS)
Place On Top
Edit

F12


Target 3001! (Windows)
Compute Airwires New(layout)
Function key Shortcuts

F12


Cobalt (Windows)
Track
70 Shortcuts for Cobalt (Windows)

F12


Assetto Corsa
(Steam related) Screenshot
In-game

F12


Deponia
Load a quicksave if exist
General

F12


WavePad Sound Editor (Windows)
Play fast speed
Play Operations

F12


WavPad Sound Editor (MacOS)
Play fast speed
Play Operations

F12


gEDA (Linux)
Enter lock mode
Other Important Shortcuts

F12


Battlezone 98 Redux
Select weapon
Weapons

F12


Europa Universalis IV
Steam screenshot
General

F12


MyPaint (Windows)
Reset view
Show View Menu

F12


Oracle RightNow
Save as
Editing records

F12


AVS Audio Editor (Windows)
Opens the About window
Miscellaneous

F12


BricsCAD (Windows)
Toggles the Quad display
Function Key Shortcuts

F12


BricsCAD (Linux)
Toggles the Quad display
Function Key Shortcuts

F12


Altium Designer (Windows)
Toggle Filter panel on/off
Common Schematic and PCB Editor Shortcuts

F12


BricsCAD (MacOS)
Toggles the Quad display
Function Key Shortcuts

F12


MuseScore (Windows)
Navigator
Display Shortcuts

F12


MuseScore (MacOS)
Navigator
Display Shortcuts

F12


KiCad 5.0.2
Switch to modern toolset with software graphics (fall-back)
GerbView

F12


TopSolid (Windows)
Display/Hide The Floating Icon Bars
Part Clamping

F12


SuperMemo (Windows)
Sleep and Learning Timeline
129 Shortcuts for SuperMemo (Windows)

F12


Aspire (Windows)
Toggle toolpath tab on
General Shortcuts

F12


Aspire (Windows)
Toggle Toolpath Tab on
Tab Navigation

F12


VCarve Pro (Windows)
Toggle Toolpath Tab on
General Shortcuts

F12


VCarve Pro (Windows)
Toggle Toolpath Tab on
Tab Navigation

F12


Kingdom Come: Deliverance
Take screenshot
Other

F12


Ableton Live 10
Toggle Device/Clip View
Showing and hiding views

F12


PRTG Network Monitor
Context menu > Tools > Custom tool command (if available)
Enterprise console

F12


KeyCreator (Windows)
Skip/Done in Function
Miscellaneous Shortcuts

F12 / End / Ctrl + Right Click


VisualBoyAdvance-M
Capture
General controls

F12


AVImark
Logout
General

F12


Tableau
Revert workbook to last saved state
Managing workbooks, sheets, and files (Tableau Desktop)

F12


Samsung TV
Change the channel
General

F12


AutoCAD
Toggle dynamic input mode
Toggle Drawing Modes

F12


Tibia
Magic shield
Action bar

F12


RPG Maker
Start a Play Test
Editor

F12


Old School RuneScape (OSRS)
Switch to the music tab
General

F12


ZoomText
Toggle voice
ZoomText Keyboard

F12


UiPath Studio
Stops the execution of the current workflow, in both normal and debug mode
Workflow execution

F12


Adobe Illustrator
Revert
Function keys

F12


Kerbal Space Program
Aerodynamic Forces Overlay
System/UI Commands

F12


Adobe Illustrator (Mac)
Revert
Function keys

F12


PyCharm 2018.2
Activate the last focused tool window.
Navigation Between IDE Components

F12


PaintShop Pro 2018
Save as
Single key shorcuts

F12


Nuke
Clear Buffers
Node graph

F12


Diablo
Auto Send messages during auto play
General

F12


Bluebeam Revu
Show start page tab
Miscellaneous

F12


StarCraft 2
Help
Interface

F12


CorelDRAW Graphics Suite 2018
Outline Pen...
General

F12


Logo Accounting
Export to Excel wizard
General

F12


Metapad
Calculate size
File menu

F12


Adobe Photoshop CC
Revert
Using function keys

F12


Inkscape
Toggle dialogs
Toggle visibility

F12


Microsoft FrontPage
Preview the current page in a Web browser.
Access and use views

F12


Virtual DJ 2018
Sampler 12 play_stop
General

F12


Microsoft Paint
Save the picture as a new file
Function keys

F12


MyPaint
Reset View (zoom, mirror, rotation)
View

F12


Oracle EBS Forms
Count query
General

F12


E-Sword
Next Bible verse
General

F12


Warcraft III
Toggle Chat Menu on/off
Menu commands

F12


Clipboard Master
Change display mode: red frames or darkened
Screenshots

F12


World of Warcraft
Backpack
Panels

F12


WavePad
Play Fast Speed
Play Operations

F12


Microsoft Word 2016
Choose the Save As command
Function key reference

F12


Microsoft Visual Studio 2017 (Most used shortcuts)
Edit.GoToDefinition
Edit

F12


Microsoft Visual Studio 2017 (All shortcuts)
TestExplorer.OpenTest
Test Explorer

F12


Counter Strike: Global Offensive
Take a screenshot
Miscellaneous

F12


IntelliJ IDEA (macOS)
Go back to previous tool window
Navigation

F12


IntelliJ IDEA (Windows, Linux)
Go back to previous tool window
Navigation

F12


PSPad
Save As...
File

F12


Comodo IceDragon
Toggle Developer Tools
Tools

F12


WinHex
Backup manager
File menu

F12


Brackets
Show Developer Tools
General

F12


WriteMonkey
Show / Toggle / Hide right pane modules
General

F12


WordPerfect X8
Create Table
General

F12


Zim
Toggle checkbox item to 'OK'
General

F12


LibreOffice Calc
Groups the selected data range
Function keys

F12


LibreOffice Writer
Numbering on
Function keys

F12


WinNc
Compression
General

F12


Qt Creator
Reverse direction
Debugging

F12


Sumatra PDF
Show / hide bookmarks (table of contents)
Viewing state

F12


Eclipse
Jump to the editor window
Editor

F12


Guitar Pro
Preferences
General

F12


Maxthon
URL keys
Others

F12


WPS Office
Displays the Save As dialog box to save the file with a different name, type or location
General

F12


League of Legends
Take a screenshot
General

F12


Visual Studio Code (Mac)
Go to Definition
Rich languages editing

F12


Blender
Render current frame
General

F12


Visual Studio Code (Linux)
Go to Definition
Rich languages editing

F12


Visual Studio Code (Windows)
Go to Definition
Rich languages editing

F12


Chrome DevTools
Open whatever panel you used last
Opening DevTools

F12


Windows Movie Maker
Save a project with a new name
Timeline

F12


IrfanView
Paint dialog
Tools and dialogs

F12


Outlook 2016 and Outlook 2013
Save as (only in Mail view)
Commands in most views

F12


PeaZip
Extract all to...
Functional keys

F12


CoffeeCup HTML Editor
Split screen preview
View

F12


Firefox Quantum
Toggle developer tools
Tools

F12


Microsoft Excel 2016
Displays the Save As dialog box
Function keys

F12


Notepad++
Toggle post-it mode
View menu

F12


GOM Player
Open ODD (CD/DVD)
Playback control

F12


SQL Server Management Studio (SSMS)
Displays the definition for the selected symbol
Search

F12


Windows Calculator
Select QWORD
Programmer mode

F12


Uplay
Take a screenshot
General

F12


Steam
Take a screenshot
During game

F12


Overwatch
Spectate F12
Spectate

F12


Wordpad
Save the document as a new file
General

F12


HeidiSQL
Save SQL to a text file
SQL

F12


Microsoft Edge
Open F12 developer tools
Newer shortcuts

F12


Notepad2
Select syntax scheme
Syntax scheme, font

F12


Opera
Quickly edit most popular preferences
Preferences

F12


Internet Explorer (Windows)
Open Developer Tools.
The Rest

F12


Microsoft Outlook 2007 (Windows)
Save as.
Shortcuts for all Outlook 2007 Items

F12


Microsoft Excel 2007 (Windows)
Displays the Save As dialog box.
Function keys in Excel 2007

F12


IrfanView 4.42 (Windows)
Paint dialog
Tools and Dialogs

F12


Adobe After Effects CS5 (MacOS)
Switch to 3D view 3 (defaults to Active Camera)
3D Layers

F12


Adobe After Effects CS5 (Windows)
Switch to 3D view 3 (defaults to Active Camera)
3D Layers

F12


Microsoft Word 2010 (Windows)
Save document as
Manage Word Documents

F12


Scrivener 1.9.9
Preferences
Tools

F12