Delphi

General

Run program to current cursor position

F4

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

F4


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

F4


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

F4


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

F4


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

F4


KDevelop (Linux)
jum to next error
Editing

F4


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

F4


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

F4


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

F4


SharpDevelop 4.0 (Windows)
Show the Property Grid
SharpDevelop Features

F4


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

F4


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

F4


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

F4


Total Commander 8 (Windows)
Edit files
Main Shortcuts

F4


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

F4


Notepad++ 5 (Windows)
Next search result
Search

F4


Open Office Impress (Linux)
Position and Size
Function Keys

F4


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

F2 / F3 / F4


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

F4


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

F4


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

F4


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

F4


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

F4


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

F4


Oracle SQL Developer 4 (Windows)
Run to Cursor
Debug

F4


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

F4


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

F4


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

F2 / F3 / F4


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

F4


GroupWise 2012 (Windows)
Open the selected item
Function keys

F4


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

F4


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

F4


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

F4


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

F4


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

F4


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

F4


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

F4 / Alt + I


HoneyView 5.03 (Windows)
Close File
Main Shortcuts

F4


Audacity 2 (Linux)
Zoom tool
Tools

F4


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

F4


FL Studio (Windows)
Next empty pattern
Pattern Selector

F4


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

F4


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

F4


IntelliJ (Linux)
Edit source / View source
Navigation

F4 / Ctrl + Enter


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

F4


IntelliJ (Windows)
Edit source / View source
Navigation

F4 / Ctrl + Enter


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

F4


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

F4


Directory Opus (Windows)
Location
Misc.

F4


Comsol 5 (Windows)
Enable selected nodes
Model Tree

F4


Comsol 5 (Linux)
Enable selected nodes
Model Tree

F4


Audacity 2 (Windows)
Zoom tool
Tools Toolbar

F4


Comsol 5 (MacOS)
Enable selected nodes
Model Tree

F4


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

F4


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

F4


Qt Creator (Windows)
Edit signals and slots
Editor

F4


Qt Creator (MacOS)
Edit signals and slots
Editor

F4


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

F4


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

F4


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

F4


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

F4


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

F4


Autodesk Maya 2015 (Windows)
Show Modeling menu set
Interfaces

F4


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

F4


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

F4


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

F4


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

F4


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

F4


Adobe Photoshop CS5 (MacOS)
Paste
Function keys

F4


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

F4


Adobe Photoshop CS5 (Windows)
Paste
Function keys

F4


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

F4


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

F4


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

F4


Android Studio (Windows)
Go to source
General Shortcuts

F4


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

F4


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

F4


Autodesk Maya 2017 (Windows)
Show Modeling menu set
Interfaces

F4


Microsoft Outlook 2016 (Windows)
Find or replace
Mail

F4


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

F4


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

F4


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

F4


Adobe Illustrator CC (MacOS)
Paste
Function Key Shortcuts

F4


Adobe Illustrator CC (Windows)
Paste
Function Key Shortcuts

F4


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

F4


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

F4


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

F4


Zoho Sheet (MacOS)
Repeat last action
Actions

F4 / Command + Y / Option + Return


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

F4


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

F4


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

F4


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

F4


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

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


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

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


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

F4


Autodesk Inventor 2017 (Windows)
Rotate
Function Key

F4


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

F4


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

F4


CyberLink PhotoDirector 8 (Windows)
Switch to list view
Workspace

F4


AutoCad Architecture 2017 (Windows)
Tablet mode
Function Keys

F4


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

F4


Apple Motion (MacOS)
Show the Object Inspector
Window Menu

F4


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

F4


Act! CRM (Windows)
Mini calender
View Shortcuts

F4


Counter Strike Source (Windows)
Report Bug
Miscellaneous Shortcuts

F4


JetBrains PyCharm (Windows)
Edit Source
Navigation

F4


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

F4


IntelliJ (MacOS)
Edit Source
Navigation Shortcuts

F4


JetBrains RubyMine (Windows)
Edit Source
Navigation Shortcuts

F4


JetBrains RubyMine (MacOS)
Edit Source
Navigation Shortcuts

F4


JetBrains RubyMine (Linux)
Edit Source
Navigation Shortcuts

F4


JetBrains PyCharm (MacOS)
View Source
Navigation Shortcuts

F4


JetBrains AppCode (MacOS)
Edit Source
Navigation Controls

F4


Blender 3D (Windows)
Display Logic Context
Universal

F4


Adobe Dreamweaver (Windows)
Show Panels
Windows

F4


JetBrains PhpStorm (Windows)
Edit Source
Navigation

F4


DAZ Studio (Windows)
Save layout As
Customize Commands

F4


JetBrains PhpStorm (MacOS)
Edit Source
Navigation

F4


JetBrains PhpStorm (Linux)
Edit Source
Navigation

F4


DAZ Studio (MacOS)
Save layout As
Customize Commands

F4


Steinberg Cubase 9 (Windows)
VST connection
Devices Catagory

F4


Steinberg Cubase 9 (MacOS)
VST connection
Devices Catagory

F4


Corel PhotoPaint X6 (Windows)
Fit in Window
View Menu

F4


Corel Designer X7 (Windows)
Zoom to All Objects
Zoom

F4


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

F4


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

F4


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

F4


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

F4


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

F4


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

F4


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

F4


Adobe Captivate 2017 (MacOS)
Preview project
Recording

F4


Adobe Captivate 2017 (Windows)
Preview project
Recording

F4


Adobe Captivate 2017 (Windows)
Auto panning
Recording

F4


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

F4


MetaTrader MT4 (Windows)
Download Metaeditor
Function Key Shortcuts

F4


WinSCP 5 (Windows)
Edit focused file
File Management

F4


Krita Painting 3 (Windows)
Save incremental backup
General

F4


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

F4


TradeStation (Windows)
Find Next
Editor Shortcuts

F4


PotPlayer (Windows)
Close
Function Key Shortcuts

F4


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

F4


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

F4


XYplorer (Windows)
Refresh Tree
Function key Shortcuts

F4


CA Client Automation (Windows)
Run to Cursor
Debug Menu

F4


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

F4


ZBrush 4 (Windows)
Alphas
PopUp Selection

F4


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

F4


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

F4


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

F4


GOM Player (Windows)
Finish Playback
Playback Control

F4


Libreoffice Writer (Windows)
Open Data Source View
Function Keys

F4


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

F4


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

F4


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

F4


OpenSCAD (MacOS)
Reoad and Preview
Function Shortcuts

F4


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

F4


Alphacam (Windows)
Close and Finish
Geometry Creation

F4


ForkLift 3
Edit
Commander style

F4


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

F4


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

F4


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

F4


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

F4


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

F4


Anno 1800
Camera zoom levels
Camera

F4


winIDEA
Next error
Edit

F4


Exact Audio Copy
Detect gaps
Action menu

F4


Fortnite (PC)
Roof
Building

F4


Vivaldi
Panel
View

F4


Open Rails 0.6.2
Track monitor
Panels

F4


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

F4


Miscreated
Emote: Middle finger
Emote

F4


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

F4


Xyplorer
Refresh Tree
View Menu

F4


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

F4


CodeLite 10 (Windows)
Run to cursor
Debug

F4


Source Insight (Windows)
Search Forward
General

F4


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

F4


Evergreen (Linux)
Search Patrons
Circulation

F4


KiCad 5.0.2
Zoom center
Page Layout Editor

F4


IRONCAD (Windows)
Dolly
Camera Function Keys Assignment

F4


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

F4


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

F4


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

F4


Modo (Windows)
Setup toolbox
Floating Windows

F4


KiCAD (Windows)
Zoom Center
EE Schema

F4


KiCAD (Linux)
Zoom Center
EE Schema

F4


Modo (MacOS)
Setup toolbox
Floating Windows

F4


KiCAD (MacOS)
Zoom Center
EE Schema

F4


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

F4


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

F4


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

F4


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

F4


gEDA (Linux)
Enter text tool
Other Important Shortcuts

F4


Europa Universalis IV
Cycle the Ledger sections
General

F4


BricsCAD (Windows)
Toggles the tablet mode
Function Key Shortcuts

F4


BricsCAD (Linux)
Toggles the tablet mode
Function Key Shortcuts

F4


MyPaint (Windows)
Previous scrap
Show Edit Menu

F4


Substance Painter
Swap 2D / 3D view
General

F4


BricsCAD (MacOS)
Toggles the tablet mode
Function Key Shortcuts

F4


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

F4


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

F4


TopSolid (Windows)
Link edition
Operation Manager

F4


SolveSpace (Windows)
Center at View Point
View Menu

F4


SolveSpace (MacOS)
Center at View Point
View Menu

F4


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

F4


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

F4


Aspire (Windows)
Opens the Snap Settings form
General Shortcuts

F4


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

F4


FlexiSign Pro 8.1 (Windows)
Paste
Selection

F4


MyLibreOfficeMediaFKeys (Linux)
Lower Speed 5%
MediaPlayerFKeys

F4


FlexiSign Pro 8.1 (MacOS)
Paste
Selection

F4


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

F4


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

F4


American Truck Simulator
Full lights control
Interface controllers

F4


KeyCreator (Windows)
Menu Button 4
Miscellaneous Shortcuts

F4


AVImark
Remove
Follow up list

F4


DayZ
Frig off
Communication

F4


RimWorld
Opens the Animals tab
User interface

F4


Tableau (Mac)
Start or stop forward playback on the Pages shelf
Pages (Tableau Desktop)

F4


Lacerte
Open Client Status Window
Clients, Detail, Forms and Diagnostics screens

F4


Samsung TV
Colour keys perform different functions depending on the TV mode
General

F4


Tableau
Start or stop forward playback on the Pages shelf
Pages (Tableau Desktop)

F4


AutoCAD
Toggle 3DOsnap
Toggle Drawing Modes

F4


Company of Heroes
Select Tier 3 Building
General

F4


QuickBooks Desktop
QuickBooks Technical Support helper
Opening Windows/List

F4


Siemens NX
Repeat command > Shortcut keys
Tools menu

F4


Tibia
(Healing / Support) Ultimate healing
Action bar

F4


Old School RuneScape (OSRS)
Switch to the Worn Equipment tab
General

F4


UiPath Studio
Lets you choose the UI Framework to record, which can be Default, AA, and UIA
Recording

F4


ePSXe
Toggle the internal framerate limiter on/off
General

F4


PyCharm 2018.2
Open an editor for the selected item or items and give focus to the last opened file.
General

F4


ZoomText
ZoomText finder
ZoomText Keyboard

F4


Kerbal Space Program
Toggle ship labels
System/UI Commands

F4


Adobe Illustrator
Paste
Function keys

F4


Adobe Illustrator (Mac)
Paste
Function keys

F4


Black Desert Online
Beauty salon
General

F4


Gravit Designer
Paste style
Edit

F4


PaintShop Pro 2018
Tool options
Single key shorcuts

F4


Call of Duty: Black Ops 4
Open player account menu
Interface

F4


Diablo II
Sets or uses left / right mouse button skills
General

F4


Bluebeam Revu
Toggle navigation bar
Miscellaneous

F4


Magic: The Gathering Online
Pass priority for the rest of the turn or until your opponent does anything or you’re prompted to attack or block
General

F4


World of Tanks
Follow me!
Misc

F4


Adobe Photoshop CC
Paste
Using function keys

F4


CorelDRAW Graphics Suite 2018
Zoom To Fit
General

F4


Euro Truck Simulator 2
Full lights control
Interface controls

F4


Virtual DJ 2018
Sampler 4 play_stop
General

F4


Clip Studio Paint Pro
Paste
Edit menu

F4


LightWave 3D
Next view layout
Layout: View

F4


TextRoom
Find next
General

F4


Dota 2
Opens a stats window showing xp/min, gold/min, current gold and networth of all player
Spectator & replay controls

F4


E-Sword
Copy ToolTip
General

F4


Oracle EBS Forms
Exit
General

F4


World of Warcraft
Select one of your group members
Selecting

F4


Microsoft FrontPage
Open the Look in list.
Access and use Open and Save As dialog boxes

F4


Microsoft Word 2016
Repeat the last action
Function key reference

F4


Comodo IceDragon
(When Search bar is active) Select or Manage Search Engines
Search Options

F4


Apple iBooks
(if you’ve assigned them in the Styles drawer) Apply a paragraph, character, or list style
Format text

F4


Microsoft Visual Studio 2017 (Most used shortcuts)
View.PropertiesWindow
View

F4


Counter Strike: Global Offensive
Report bug
Miscellaneous

F4


GoldWave
Plays (green mode)
Main Window

F4


IntelliJ IDEA (Windows, Linux)
Edit source
Navigation

F4


IntelliJ IDEA (macOS)
Edit source
Navigation

F4


NetBeans
Run to cursor location in file
Debugging

F4


LibreOffice Impress
Position and Size
Function keys

F4


Hearthstone
Emote "Sorry"
3rd party program: Hotkeys

F4


LibreOffice Draw
Opens the Position and Size dialog
Function keys for drawings

F4


LibreOffice Base
Preview
Query design

F4


Mp3tag
Play selected file(s)
General

F4


Brackets
Next Bookmark
General

F4


WinHex
Continue global search
Search menu

F4


LibreOffice Writer
Open Data Source View
Function keys

F4


LibreOffice Calc
Rearranges the relative or absolute references (for example, A1, $A$1, $A1, A$1) in the input field
Function keys

F4


WriteMonkey
Jump to the position of last change
Navigation

F4


Microsoft Visual Studio 2017 (All shortcuts)
View.PropertiesWindow
View

F4


The Sims 4
Open the Gallery, where you can view other players' creations and add them to your neighborhood
General

F4


Google Sheets
(when entering a formula) Absolute/relative references
Use formulas

F4


Tekla Structures 20
Snap to reference lines / points
General

F4


Maple
Join Execution Group
Menu accelerators

F4


REAPER
Screenset: Load track view #01
Section: Main

F4


WinNc
Edit
General

F4


Multi Commander
File - Edit File
Core shortcuts

F4


Qt Creator
Move between Text Editor and Form Editor
Qt Quick Designer

F4


Midnight Commander
Opens file in internal text editor
Function keys

F4


Guitar Pro
Check the bars' duration
Tools

F4


Microsoft Access 2016
Open or close the property sheet
Design view: Navigating

F4


The Bat!
Check entire text
Message Editor

F4


Maxthon
URL keys
Others

F4


WinMerge
Show line difference
Comparing files

F4


Krita 3.0
Save incremental backup
General

F4


WPS Office
Repeats the last action of adding or deleting the whole row/column
General

F4


League of Legends
Move camera to corresponding ally champion (camera must be unlocked)
General

F4


Eclipse
Open Type Hierarchy window for selected item
Code information

F4


SQL Server Management Studio (SSMS)
Display the Properties Window
Windows management

F4


Microsoft Internet Explorer 11
Display a list of addresses you've typed
Address bar

F4


Outlook 2016 and Outlook 2013
Find or replace
Mail

F4


IrfanView
Add current image to slideshow
Slideshow

F4


PeaZip
Show navigation menu
Functional keys

F4


7-Zip
Open selected item with editor
File menu

F4


Firefox Quantum
View menu to switch, add or manage search engines
Search

F4


CoffeeCup HTML Editor
Find next
Edit

F4


Microsoft Excel 2016
When a cell reference or range is selected in a formula, F4 cycles through all the various combinations of absolute and relative references
Function keys

F4


WinSCP
Edit focused file
File management

F4


Notepad++
Go to next found
Search menu

F4


uTorrent
Show toolbar
General

F4


AIMP
File info
Working with Playlist

F4


Paint.NET
Layer properties
Layers menu

F4


Opera
Toggle last active panel with panel selector
Panel keys: Activation

F4


GOM Player
Finish playback
Playback control

F4


Android Studio
Jump to source
Navigating and searching

F4


Adobe Acrobat Reader DC
Show / hide navigation pane
Change view

F4


Windows Calculator
Select BYTE
Programmer mode

F4


Windows Media Player 11
Change how items are displayed in the Details pane
Navigate the library

F4


Overwatch
Spectate 4
Spectate

F4


SketchUp
Right
Angle

F4


Audacity
Chooses Zoom tool
Tools toolbar

F4


Microsoft Edge
Select the address bar
General

F4


Total Commander
Edit files
File manipulation

F4


Internet Explorer (Windows)
Open webpages visited in the past when in address bar. Includes Favorites and History. Navigate with arrow keys and enter to visit.
Basic Navigation and Address Bar

Alt + Arrow Down / F4


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

F4


Microsoft Windows Vista (Windows)
Jump to the address bar on the top of the Explorer Window.
Windows/Vista Explorer Shortcuts

Alt + D / F4


Open Office Impress (Windows)
Position and Size
Function Keys

F4


Microsoft Outlook 2007 (Windows)
Search for text within a message or other item.
Shortcuts for Search

F4


Microsoft Excel 2007 (Windows)
Repeat previous formatting on current cell
Format Cells

F4


Microsoft Excel 2007 (Windows)
Repeats the last command or action, if possible.
Function keys in Excel 2007

F4


Internet Explorer (Windows)
Close IE8 Window.
Manage IE8 Windows

F4


IrfanView 4.42 (Windows)
Add current image to slideshow
Slideshow Controls

F4


Microsoft Outlook 2007 (Windows)
Find or replace.
Shortcuts for Managing E-Mail

F4


Adobe Dreamweaver (MacOS)
Show Panels
Windows

F4


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

F4


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

F4


Windows Media Player 11 (Windows)
Change how items are displayed in the Details pane by using the options available with the View Options button. Focus must be in the main Window. Presse ctrl+e, then 3x tab before.
Navigate with Keyboards in WMP Library

F4


Battlefield V
Vehicle seat 4
General

F4


Nano
Justify the current paragraph
Formatting

F4


DBeaver 6.0.3
Open editor of selected element(s)
Database Navigator

F4


Scrivener 1.9.9
Fonts
Formatting

F4


Pinnacle Studio 22
Start Import
Importer

F4