Delphi

General

Add Watch

Ctrl + F5

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


Android Emulator (Windows)
Volume up (or + on numeric keyboard with Num Lock off)
Other Device Keys

Ctrl + F5


Firefox (Linux)
Reload page with cache override
Inside Webpages

Ctrl + F5 / Ctrl + R


Firefox (Windows)
Reload page with cache override
Inside Webpages

Ctrl + F5 / Ctrl + R


Google Chrome (Windows)
Reload current webpage with cache override
Browse between Webpages

Ctrl + F5 / Shift + F5


Inpage (Windows)
To increase space between selected text
For formatting

Ctrl + F5


SharpDevelop 4.0 (Windows)
Run application without debugger
Building Projects and Solutions

Ctrl + F5


Google Chrome (Linux)
Reload current webpage with cache override
Browse between Webpages

Ctrl + F5 / Shift + F5


Mindjet Mindmanager 2012 (Windows)
Fit-to-screen
Most used - See maps better

Ctrl + F5


Total Commander 8 (Windows)
Sort by date/time
Main Shortcuts

Ctrl + F5


Mindjet Mindmanager 2012 (Windows)
Fit-to-screen
Reorganizing - See maps better

Ctrl + F5


Opera (Linux)
Reload without cache
Reload

Shift + F5 / Ctrl + F5


Evernote (Windows)
Set note list to Table view
Main Application Shortcuts - Change View and Display

Ctrl + F5


Smartplant Review (Windows)
Refresh All
Function Keys

Ctrl + F5


Oracle SQL Developer 4 (Windows)
Watch
Debug

Ctrl + F5


Android Emulator (Linux)
Volume up (or + on numeric keyboard with Num Lock off)
Other Device Keys

Ctrl + F5


UltraEdit (Windows)
Convert selected text to lower case
Format Menu

Ctrl + F5


Visual Studio 2015 (Windows)
Bypass debugger
Build and Debug

Ctrl + F5


Microsoft PowerPoint 2010 (Windows)
Restore the size of the active window after you maximize it.
Microsoft Office basics applicable to PowerPoint 2007

Ctrl + F5


Beyond Compare (Windows)
Recompare files
Session Menu

Ctrl + F5


NetBeans 8 (Windows)
Start debugging main project
Debugging

Ctrl + F5


Beyond Compare (Windows)
Full refresh
Edit Menu

Ctrl + F5


Console2 (Windows)
New tab 4
30 Shortcuts for Console2 (Windows)

Ctrl + F5


Google Slides (Windows)
Present slide
Working Point Navigation Action

Ctrl + F5


Microsoft Visio 2016 (Windows)
Restore the size of visio program
Window/Navigation Shortcut

Ctrl + F5


Microsoft PowerPoint 2016 (Windows)
Restore window to previous size
Presentation Windows shortcuts

Ctrl + F5


InDesign CC (Windows)
Update Content
Edit Menu shortcuts

Ctrl + F5


Dynamics AX 2015 (Windows)
Cancel changes and restore the active record.
Working with Forms

Ctrl + F5


Dynamics CRM 2015 (Windows)
Restores the active snap-in console window.
MMC Active Window Shortcuts

Ctrl + F5


Act! CRM (Windows)
Refresh
Activity Shortcuts

Ctrl + F5


Microsoft Projects 2016 (Windows)
Restore the size of the active window after you maximize it.
Switching between Windows

Ctrl + F5


Corel Draw X8 (Windows)
Graphic and text style
Dockers

Ctrl + F5


Corel WordPerfect X8 (Windows)
Draft View
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + F5


DAZ Studio (Windows)
Interrupt script
Script Commands

Ctrl + F5


Corel WordPerfect X8 (Windows)
View Draft
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + F5


Opera (Windows)
Reload all open pages
Transmission Loading

Ctrl + F5


Microsoft Excel 2016 (MacOS)
Move to the Search Sheet dialog
The following table provides the function key shortcuts for Excel 2016 for Mac*

Ctrl + F5


WinSCP 5 (Windows)
Sort files in the active panel by modification time
File Panels

Ctrl + F5


XYplorer (Windows)
Refresh and Reset File List
Function key Shortcuts

Ctrl + F5


Soundforge (Windows)
Restore the active data window
Magnification and View

Ctrl + F5


CA Client Automation (Windows)
Add Watch
Debug Menu

Ctrl + F5


Maxthon (Web Application)
Refresh
Refresh

Ctrl + F5


Pegasus Mail (Web Application)
Wrap long lines in the message (setting is sticky )
Message Reader

Ctrl + F5


MPS 2017 (Windows)
Repeat execution with the same settings, with the same tab of the Run tool window having the focus
Running and Debugging

Ctrl + F5


GOM Player (Windows)
Keep Aspect Ratio
Aspect Ratio

Ctrl + F5


Delphi 10 (Windows)
Add Watch
193 Shortcuts for Delphi 10 (Windows)

Ctrl + F5


Xamarin Studio (MonoDevelop) (Windows)
Start without Debugging
Project

Ctrl + F5


Comodo IceDragon (Windows)
Reload (Override cache)
Navigating Through Webpages

Ctrl + F5


Xyplorer
Convert selected text to lower case
Other Shortcuts

Ctrl + F5


FEKO (Windows)
Back view
CADFEKO and POSTFEKO : View Operations

Ctrl + F5


FEKO (Linux)
Back view
CADFEKO and POSTFEKO : View Operations

Ctrl + F5


Chromebook (Linux)
Take a screenshot of the current page
34 Shortcuts for Chromebook (Linux)

Ctrl + Window switcher key 1 / Ctrl + F5


IRONCAD (Windows)
Window zoom
Camera Function Keys Assignment

Ctrl + F5


Ulead PhotoImpact 8 (Windows)
Toggles between showing or hiding the base image and the Web background
View Menu

Ctrl + F5


KiCad 5.0.2
Zoom to Selection
Page Layout Editor

Ctrl + F5


Battlezone 98 Redux
Select player / mapped group
Unit grouping

Ctrl + F5


Brave Browser (Windows)
Clean Reload
Page Navigation and Display

Ctrl + F5


MindManager v19 (Windows)
Fit-to-screen
Most used - See maps better

Ctrl + F5


SuperMemo (Windows)
Restore default windows layout
129 Shortcuts for SuperMemo (Windows)

Ctrl + F5


NetSuite
Refresh current page. Useful on the dashboards
Other

Ctrl + F5


MindManager v19 (Windows)
Fit-to-screen
Reorganizing - See maps better

Ctrl + F5


Lacerte
Open Appointment Manager
Clients, Detail, Forms and Diagnostics screens

Ctrl + F5


AVImark
Doctor’s Instructions
Medical history

Ctrl + F5


Altium Designer (Windows)
Add Watch
Embedded Software Editor (.c]then[.asm) Shortcuts

Ctrl + F5


Altium Designer (Windows)
Run simulation for the last time step
VHDL Editor Shortcuts

Ctrl + F5


Tibia
(Attack) GEB
Action bar

Ctrl + F5


Evernote for Windows
Snippet View
Application-wide

Ctrl + F5


PyCharm 2018.2
Repeat execution with the same settings, with the same tab of the Run tool window having the focus.
Running and debugging

Ctrl + F5


Adobe Bridge CC
Keywords
Window menu

Ctrl + F5


PureSync
Compare binary (contents)
View menu

Ctrl + F5


CorelDRAW Graphics Suite 2018
Graphic and Text Styles
General

Ctrl + F5


Bluebeam Revu
Toggle dimmer switch
Miscellaneous

Ctrl + F5


Heroes of the Storm
Save a camera location
General

Ctrl + F5


BSPlayer
Fast forward
Misc

Ctrl + F5


LightWave 3D
Backdrop options
Layout: General

Ctrl + F5


Chromebook and Chrome OS
Take a screenshot
Popular shortcuts

Ctrl + F5


Microsoft Visual Studio 2017 (Most used shortcuts)
Debug.StartWithoutDebugging
Debug

Ctrl + F5


Microsoft Visual Studio 2017 (All shortcuts)
Debug.StartWithoutDebugging
Debug

Ctrl + F5


Comodo IceDragon
Reload (Override cache)
Navigate Through Webpages

Ctrl + F5


NetBeans
Start debugging main project
Debugging

Ctrl + F5


PSPad
MakroRecord
Macros

Ctrl + F5


WordPerfect X8
View Draft
General

Ctrl + F5


WinHex
Directory browser
Options menu

Ctrl + F5


Maxthon
Refresh
Refresh

Ctrl + F5


The Bat!
Reply
Working with Messages

Ctrl + F5


Firefox Quantum
Reload (override cache)
Navigation

Ctrl + F5


Chrome DevTools
Hard reload
Global shortcuts

Ctrl + F5


PeaZip
Extract selected
Functional keys

Ctrl + F5


7-Zip
Sort items by date
View menu

Ctrl + F5


GOM Player
Keep aspect ratio
Aspect ratio

Ctrl + F5


SQL Server Management Studio (SSMS)
Parse the selected portion of the query editor or the entire query editor if nothing is selected
Code editor

Ctrl + F5


CoffeeCup HTML Editor
Test with favorite browser
Tools

Ctrl + F5


Microsoft Excel 2016
Restores the window size of the selected workbook window
Function keys

Ctrl + F5


WinSCP
Sort files in the active panel by modification time
File panels

Ctrl + F5


DOSBox
Save a screenshot (goes to capture folder)
General

Ctrl + F5


Opera
Reload all open pages
Loading keys: Transmission

Ctrl + F5


Total Commander
Sort by date and time
File sorting

Ctrl + F5


Notepad2
Time/date (short form)
Insert

Ctrl + F5


Internet Explorer (Windows)
Refresh the current webpage with cache override.
Navigate Webpages in IE8

Ctrl + F5


Microsoft Excel 2007 (Windows)
Restores the window size of the selected workbook window.
Function keys in Excel 2007

Ctrl + F5


Adobe After Effects CS5 (Windows)
Purge snapshot
Previews

Ctrl + F5 / F6 / F7 / F8


Scrivener 1.9.9
Open in external editor
Documents

Ctrl + F5