Delphi

General

IDE Insight

F6

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)
Tech Screen
General Hotkeys

F6


Novell Evolution 2 (Linux)
Focus search bar
General

f6


Thunderbird (Windows)
Switch focus between Folders Pane and Message List Pane
Navigate Messages

F6 / Tab / Shift + Tab


Thunderbird (Linux)
Switch focus between Folders Pane and Message List Pane
Navigate Messages

F6 / Tab / Shift + Tab


Thunderbird (MacOS)
Switch focus between Folders Pane and Message List Pane
Navigate Messages

F6 / Tab / Shift + Tab


Firefox (Windows)
Jump to address bar
Address Bar

Alt + D / Ctrl + L / F6


Microsoft Projects 2010 (Windows)
Switch among areas in the Help window
Navigate Projects Help

F6


Android Emulator (Windows)
Toggle trackball mode
Other Device Keys

F6


Firefox (MacOS)
Move to Next Frame
Navigation Controls

F6


Firefox (Linux)
Jump forwards / jump backwards between tab bar and page. To reach addressbar, press f6 until reaching the tab (see dotted line around tab) and press tab
Inside Webpages

F6 / Shift + F6


Microsoft Outlook 2010 (Windows)
Move between Calendar, TaskPad, and Folder List
Messages in Main View - Navigate Calendar

Ctrl + Tab / F6


Firefox (Windows)
Jump forwards / jump backwards between tab bar and page. To reach addressbar, press f6 until reaching the tab (see dotted line around tab) and press tab
Inside Webpages

F6 / Shift + F6


Eclipse Helios (Windows)
Next step (line by line)
Run and Debug

F6


Google Chrome (Windows)
Alternate focus between address bar, bookmarks bar and webpage
View Webpages

F6


Tally 9.0 (Windows)
Select Receipt Voucher
General Shortcuts

F6


SharpDevelop 4.0 (Windows)
Continue to next breakpoint
Debugging

F6


Access 2010 (Windows)
Switch between the windows, or between design panes / properties / etc
Manage Access Features - Design View

F6


Google Chrome (Linux)
Alternate focus between address bar, bookmark bar and webpage
View Webpages

F6


Total Commander 8 (Windows)
Rename or move files
Main Shortcuts

F6


Firefox (MacOS)
Select Location Bar
Location Bar

Command + L / F6


Inpage (Windows)
To view 50% zoom of text
For changing zoom or view

F6


Access 2010 (Windows)
Move forward / backwards among the Query Designer panes
Manage Access Features - Query Designer

F6 / Shift + F6


Microsoft Excel 2011 (MacOS)
Move to the next pane in a workbook that has been split
Function keys

F6


Microsoft Outlook 2010 (Windows)
Move between Calendar, TaskPad, and Folder List
Messages in Compose View - Navigate Calendar

Ctrl + Tab / F6


Microsoft Excel 2011 (MacOS)
Move to the next pane / move to the previous pane in a workbook that has been split
Moving and scrolling in a sheet or workbook

F6 / Shift + F6


Adobe Illustrator CS5 (MacOS)
Show/hide Color panel
Function Keys

F6


Tekla Structures 14.0 (Windows)
Snap to nearest points
General shortcuts

F6


MyLifeOrganized (Windows)
Collapse entire outline or To-Do lists
Navigating To-Do Lists

F6


Opera (Linux)
Focus on next pane
Focus

F6


Photoshop Lightroom 4 (Windows)
Show/hide Filmstrip
Working with Panels

F6


Smartplant Review (Windows)
View Settings
Function Keys

F6


Microsoft Word 2007 (Windows)
Go to the next pane or frame.
Function key reference: Function keys

F6


Photoshop Lightroom 4 (MacOS)
Show/hide Filmstrip
Working with Panels

F6


Microsoft Outlook 2010 (Windows)
Move between Calendar, TaskPad, and Folder List
Calendar Shortcuts - Navigate Calendar

Ctrl + Tab / F6


Access 2010 (Windows)
Switch between the windows, or between design panes / properties / etc
Working with Text and Data - Design View

F6


Adobe Illustrator CS5 (Windows)
Show/hide Color panel
Function Keys

F6


Visual Studio 2015 (Windows)
Build solution (or Ctrl+shift+b)
Build and Debug

F6


Android Emulator (Linux)
Toggle trackball mode
Other Device Keys

F6


Oracle SQL Developer 4 (Windows)
Next Pane/ Previous Pane
Window

F6 / Shift + F6


Oracle SQL Developer 4 (Windows)
Autotrace
Worksheet

F6


Microsoft Excel 2011 (MacOS)
Move to the next pane in a workbook that has been split
Windows

F6


Sublime Text (Windows)
Toggle spell checking
Others

F6


Access 2010 (Windows)
Move forward / backwards among the Query Designer panes
Working with Text and Data - Query Designer

F6 / Shift + F6


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

F6


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

F6


Texmaker 4.0.2 (Windows)
Pdflatex
"Tools" menu

F6


Microsoft PowerPoint 2010 (Windows)
Move a task pane from another pane in the program window (clockwise direction). You may need to press F6 more than once
PowerPoint Taks Panes

F6


IntelliJ (Linux)
Move
Editing

F6


IntelliJ (Windows)
Move
Editing

F6


Microsoft PowerPoint 2010 (Windows)
Move a task pane from another pane in the program window (clockwise direction). You may need to press F6 more than once
Microsoft Office basics applicable to PowerPoint 2007

F6


Notepad2 (Windows)
Save as...
File Menu

F6


Audacity 2 (Linux)
Multi-Tool mode
Tools

F6


NetBeans 8 (Windows)
Run main project/file
Compiling, Testing, and Running

F6 / Shift + F6


Microsoft PowerPoint 2010 (Windows)
Cycle the focus through the different panes.
Work with the Selection pane.

F6


Beyond Compare (Windows)
Align with...
Actions Menu

F6


Gwenview (Linux)
Make the Location bar editable so that you can directly type in a file path. You can return to the standard Location Bar by pressing the arrow at the right.
30 Shortcuts for Gwenview (Linux)

F6


Directory Opus (Windows)
Dual display
Lister Menu

F6


Microsoft Word 2013 (Windows)
Cycle through Ribbon/open panes/Status Bar/document window
Navigate in Word Documents

F6


FL Studio (Windows)
Toggle Step Sequencer
Window Navigation

F6


Access 2010 (Windows)
Switch between the windows, or between design panes / properties / etc
Working with Access Views - Design View

F6


Presonus Studio One (Windows)
Show instruments
View Menu

F6


Adobe Flash Professional (Windows)
Add Keyframe
Frames

F6


Adobe Acrobat Pro (Windows)
Move focus to the next item among Document pane, Task panes, Message bar, and Navigation bar
Navigation - Navigating task panes

F6


Access 2010 (Windows)
Move forward / backwards among the Query Designer panes
Working with Access Views - Query Designer

F6 / Shift + F6


Audacity 2 (Windows)
Multi-tool
Tools Toolbar

F6


Beyond Compare (Windows)
Go next
Misc.

F6


Qt Creator (Windows)
Move to next item in output panes
General

F6


Qt Creator (MacOS)
Move to next item in output panes
General

F6


Adobe Acrobat Pro (Windows)
Move focus among the document, message bar, and navigation panels
Navigation - Navigation panels

F6


Comsol 5 (Windows)
Build the preceding node in the geometry branch
Build and Compute

F6


Axialis IconWorkshop (Windows)
Rename...
Librarian Menu

F6


Comsol 5 (Linux)
Build the preceding node in the geometry branch
Build and Compute

F6


Comsol 5 (MacOS)
Build the preceding node in the geometry branch
Build and Compute

F6


Microsoft Excel 2013 (Windows)
Move to the next pane / previous pane in a workbook that has been split
Manage Multiple Workbooks

F6 / Shift + F6


Microsoft Word 2013 (Windows)
With Navigation Pane open: Switch forward / backwards between (1) Navigation Pane, (2) Bottom Taskbar, (3) Ribbon, and (4) Document
Ribbons and Navigation Pane

F6 / Shift + F6


Linux Mint (Linux)
Cycle focus between panes
File Manager (Nemo) - Toggle Side Pane, Split View, and Terminal

F6


Autodesk Maya 2015 (Windows)
Show Rendering menu set
Interfaces

F6


uTorrent (Windows)
Show Status Bar
21 Shortcuts for uTorrent (Windows)

F6


uTorrent (Linux)
Show Status Bar
21 Shortcuts for uTorrent (Linux)

F6


Adobe Photoshop CS5 (MacOS)
Show/Hide Color panel
Function keys

F6


uTorrent (MacOS)
Show Status Bar
21 Shortcuts for uTorrent (MacOS)

F6


Photoshop Lightroom CC (Windows)
Show/ hide Filmstrip
Panel Shortcuts

F6


Photoshop Lightroom CC (MacOS)
Show/ hide Filmstrip
Panel Shortcuts

F6


Adobe Photoshop CS5 (Windows)
Show/Hide Color panel
Function keys

F6


Microsoft Excel 2010 (Windows)
Move to the next pane / previous pane in a workbook that has been split.
Manage Multiple Workbooks

F6 / Shift + F6


Microsoft Outlook 2016 (Windows)
Move between the Outlook window, the smaller panes in the Folder Pane, the Reading Pane, and the sections in the To-Do Bar, and the menu access keys in the Outlook ribbon
Basic Navigation

F6


Access 2010 (Windows)
Switch between the windows, or between design panes / properties / etc
The Rest - Design View

F6


Adobe Photoshop CC (Windows)
Toggle Color Window
Basic Shortcuts for Photoshop CC 2015 - Windows Basics

F6


Adobe After Effects CC (Windows)
Take Snapshot
Previews

Shift + F5 / F6 / F7 / F8


Adobe Photoshop CC (MacOS)
Toggle Color Window
Basic Shortcuts for PhotoShop CC 2015 - Windows Basics

F6


Access 2016 (Windows)
Switch windows(between upper and lower portion)
Windows/Content Switching/Navigation

F6


Access 2010 (Windows)
Move forward / backwards among the Query Designer panes
The Rest - Query Designer

F6 / Shift + F6


Adobe After Effects CC (Windows)
Display Snapshot in active Viewer
Previews

F5 / F6 / F7 / F8


Adobe After Effects CC (Windows)
Purge snapshot
Previews

Ctrl + Shift + F5 / F6 / F7 / F8


Adobe After Effects CC (MacOS)
Take Snapshot
Previews

Shift + F5 / F6 / F7 / F8


Adobe After Effects CC (MacOS)
Display Snapshot in active Viewer
Previews

F5 / F6 / F7 / F8


Adobe After Effects CC (MacOS)
Purge snapshot
Previews

Command + Shift + F5 / F6 / F7 / F8


Microsoft PowerPoint 2016 (Windows)
Focus to different pane
Navigation Operation

F6


Corel VideoStudio X9.5 (Windows)
Preferences
Setting Tab Operations

F6


Plex (Windows)
Media Items
Graphics(Audio/Video) Control

F6


Corel VideoStudio X9.5 (Windows)
Go Forward in clip
Runtime Shortcuts

F6


Plex (MacOS)
Media Items
Graphics(Audio/Video) Control

F6


Autodesk Maya 2017 (Windows)
Show Rendering menu set
Interfaces

F6


Adobe Illustrator CC (MacOS)
Show/hide color panel
Function Key Shortcuts

F6


InDesign CC (Windows)
Colors
Panels

F6


Adobe Illustrator CC (Windows)
Show/hide color panel
Function Key Shortcuts

F6


InDesign CC (MacOS)
Colors
Panels

F6


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

F6


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

F6


Adobe Photoshop CC (Windows)
Toggle Color Window
Manage Panels - Windows Basics

F6


Adobe Photoshop CC (MacOS)
Toggle Color Window
Manage Panels - Windows Basics

F6


FileMaker Pro (MacOS)
Step Into command
Script Debugger (Pro Advanced Only)

F6


CINEMA 4D (Windows)
Play backwards/stop
Animation Timeline

F6


FileMaker Pro (Windows)
Step Into command
Script Debugger (Pro Advanced Only)

F6


ArchiCAD 20 (Windows)
Bring forward
Tools display order

F6


ArchiCAD 20 (MacOS)
Bring forward
Tools display order

F6


Anime Studio (Windows)
Duplicate frame
Frame by Frame

F6


Dynamics NAV 2015 (Windows)
Go to the next Frame
Function Key Shortcuts

F6


Anime Studio (MacOS)
Duplicate frame
Frame by Frame

F6


Autodesk Inventor 2017 (Windows)
Home view
Function Key

F6


Microsoft Word 2016 (Windows)
Go to the next pane or frame.
All Function Key Shortcuts

F6


CyberLink PhotoDirector 8 (Windows)
Switch to viewer
Workspace

F6


AutoCad Architecture 2017 (Windows)
Dynamic UCS
Function Keys

F6


AutoCAD 2016 (Windows)
Toggles UCSDETECT (AutoCAD only)
General

F6


Apple Motion (MacOS)
Show/hide the Timing pane
Window Menu

F6


Adobe Acrobat Pro (MacOS)
Move focus to the next item among Document pane, Task panes, Message bar, and Navigation bar
Navigation - Navigating task panes

F6


Adobe Flash Professional (MacOS)
Add Keyframe
Frames

F6


Adobe Acrobat Pro (MacOS)
Move focus among the document, message bar, and navigation panels
Navigation - Navigation panels

F6


Microsoft Projects 2016 (Windows)
Select a drawing object.
Navigate Views and Windows

F6


GTA V Cheats (Windows)
Switch to Franklin
General Shortcuts

F6


IntelliJ (MacOS)
Move
Refactoring

F6


Microsoft Projects 2016 (Windows)
Move to a task pane from another pane in the program window (clockwise direction). You may need to press F6 more than once.
Switching between Windows

F6


JetBrains RubyMine (Windows)
Move
Refactoring

F6


JetBrains RubyMine (MacOS)
Move
Refactoring

F6


JetBrains RubyMine (Linux)
Move
Refactoring

F6


Pandora Classic (Web Application)
Switch Focus from Address Bar to Browser Window. Try e.g. Arrow Down/Arrow Up to validate focus is indeed on Browser Window
9 Shortcuts for Pandora Classic (Web Application)

F6


JetBrains AppCode (MacOS)
Move
Code Refactoring

F6


JetBrains PyCharm (MacOS)
Move
Refactoring

F6


Adobe Flash Builder (Windows)
Step over Breakpoint code
24 Shortcuts for Adobe Flash Builder (Windows)

F6


Adobe Flash Builder (MacOS)
Step over Breakpoint code
24 Shortcuts for Adobe Flash Builder (MacOS)

F6


JetBrains PyCharm (Windows)
Move
Refactoring

F6


Cloud9 (Windows)
Toggle Console
Tabs

F6


Blender 3D (Windows)
Display Shading Context and Texture Sub-Context
Universal

F6


Adobe Dreamweaver (Windows)
Freeze JavaScript (Live View)
View Specific

F6


JetBrains PhpStorm (Windows)
Move
Refactoring

F6


JetBrains PhpStorm (MacOS)
Move
Refactoring

F6


JetBrains PhpStorm (Linux)
Move
Refactoring

F6


Steinberg Cubase 9 (Windows)
Open loop browser
Media

F6


Steinberg Cubase 9 (MacOS)
Open loop browser
Media

F6


Corel Designer X7 (Windows)
Zoom to Selected Objects
Zoom

F6


Corel Ventura 10 (Windows)
Facing Page Zoom
Zoom and View

F6


Corel Draw X8 (Windows)
Rectangle tool
Toolbox Tool Selection

F6


Corel Quattro Pro X8 (Windows)
Jump to Other Pane if window is Split
Function Keys

F6


Forte (Windows)
Cycle through all windows
All Window

F6 / Ctrl + Tab


Adobe Captivate 2017 (MacOS)
Import audio
Function Key Shortcuts

F6


Adobe Captivate 2017 (Windows)
Import audio
Function Key Shortcuts

F6


Chief Architect (Windows)
Zoom Tools - Fill Window
Zoom Tools

F6


Chief Architect (MacOS)
Zoom Tools - Fill Window
Zoom Tools

F6


IBM Director (Windows)
Go to next Frame in Help system
14 Shortcuts for IBM Director (Windows)

F6


Notes 9.0 (Windows)
Cycle through All Panes in Open Perspective
26 Shortcuts for Notes 9.0 (Windows)

F6


MetaTrader MT4 (Windows)
Call Tester Window for Testing Expert Attached to the Chart
Function Key Shortcuts

F6


WinSCP 5 (Windows)
Move selected files (upload when local panel is active, download when remote panel is active)
File Management

F6


Brackets (Windows)
Grunt default
99 Shortcuts for Brackets (Windows)

F6


PotPlayer (Windows)
PlayList On/Off
Function Key Shortcuts

F6


XYplorer (Windows)
Cycle Focus
Function key Shortcuts

F6


MediaMonkey (Windows)
Show Now Playing node
Standard Keyboard Shortcuts

F6


Soundforge (Windows)
Toggle playback scrolling on and off
Magnification and View

F6


Vegas Pro 14 (Windows)
Show next window
Magnification and View

F6


ZBrush 4 (Windows)
Materials
PopUp Selection

F6


Jetbrains CLion (Windows)
Move
Refactoring

F6


Pegasus Mail (Web Application)
Distribution lists...
Addresses

F6


Sierra Chart (Windows)
Studies
Analysis Menu

F6


Titanium (MacOS)
Step Over
Run/Debug

F6


MPS 2017 (Windows)
Move the selected class, package or static member to another package or class and update all the corresponding references
Refactoring

F6


Soundforge (Windows)
Toggle playback scrolling on and off
Navigation and Playback

F6


iClone 7 (Windows)
Show/Hide Modify Panel
OnScreen Display

F6


Pencil2D (Windows)
Duplicate Frame
57 Shortcuts for Pencil2D (Windows)

F6


Rhino (Windows)
Toggle Camera
Default Shortcuts

F6


ForkLift 3
Move to
Commander style

F6


OpenSCAD (MacOS)
Render
Function Shortcuts

F6


SolidWorks (Windows)
Toggle Selection Filter
Miscellaneous Shortcuts

F6


Warframe
Take Screenshot
General

F6


Cabinet Vision (Windows)
Opens Auto Fill Options
Getting Different Program Quickly

F6


Alphacam (Windows)
Snap to End Point
Geometry Creation

F6


Titanium (Windows)
Step Over
Run/Debug

F6


Solidworks 2019
Toggle selection filter type
Commands

F6


Zwift (PC and macOS)
"Bring It!"
Function

F6


Delphi 10 (Windows)
IDE Insight
193 Shortcuts for Delphi 10 (Windows)

F6 / Ctrl + .


Smite (MacOS)
Vote to Surrender
Other Controls

F6


Smite (Windows)
Vote to Surrender
Other Controls

F6


progeCAD (Windows)
Switches coordinate display between On, Off, and Angle/Distance
51 Shortcuts for progeCAD (Windows)

F6 / Ctrl + D


Vivaldi
Bookmarks panel
View

F6


Miscreated
Emote: Come here
Emote

F6


HyperWorks (Windows)
Edit element:Combine
24 Shortcuts for HyperWorks (Windows)

F6


Ansys Mechanical (Windows)
Toggle Between Shaded Exterior and Edge,Shaded Exterior and Wireframe Views
Graphics Actions

F6


Comodo IceDragon (Windows)
Move to Next Frame
Viewing, Printing and Saving Current Page

F6


FlashFXP (Web Application)
Open Preferences dialog.
54 Shortcuts for FlashFXP (Web Application)

F6


TurboCAD (Windows)
Select the next object in draw order
171 Shortcuts for TurboCAD (Windows)

F6


progeCAD (Windows)
Switches coordinate display between On, Off, and Angle/Distance
Function Key Shortcuts

F6


winIDEA
Run script
Tools

F6


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

F6


Evergreen (Linux)
Record InHouse Use
Circulation

F6


VariCAD (Windows)
Redraw
Hot Keys

F6


Place Anywhere (Fallout 4 mod)
Toggle storing clamped objects in workshop storage, when underlying object is scrapped or stored in workshop storage
General

F6


Ulead PhotoImpact 8 (Windows)
Displays the Preferences dialog box
File Menu

F6


FEKO (Windows)
Pause
Script Editor

F6


FEKO (Linux)
Pause
Script Editor

F6


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

F6


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

F6


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

F6


Modo (Windows)
Presets viewport
Floating Windows

F6


Modo (MacOS)
Presets viewport
Floating Windows

F6


Cobalt (Windows)
Load
70 Shortcuts for Cobalt (Windows)

F6


KiCAD (Linux)
Switch to Inner Layer 2
PCB

F6


KiCAD (Windows)
Switch to Inner Layer 2
PCB

F6


KiCAD (MacOS)
Switch to Inner Layer 2
PCB

F6


Target 3001! (Windows)
Snap on grid/No Snap on Grid
Function key Shortcuts

F6


Assetto Corsa
Cycle on-board cameras
In-game

F6


Roblox Studio
Play solo
Testing and Publishing

F6


WavePad Sound Editor (Windows)
Scrub
Play Operations

F6


gEDA (Linux)
Enter polygon tool
Other Important Shortcuts

F6


WavPad Sound Editor (MacOS)
Scrub
Play Operations

F6


Europa Universalis IV
Cycle the Ledger sections
General

F6


BricsCAD (Windows)
Sets the readout of the coordinate field in the status bar
Function Key Shortcuts

F6


BricsCAD (Linux)
Sets the readout of the coordinate field in the status bar
Function Key Shortcuts

F6


Substance Painter
Camera Orthographic
General

F6


BricsCAD (MacOS)
Sets the readout of the coordinate field in the status bar
Function Key Shortcuts

F6


Banner 9 (Windows, Mac)
Insert/Create Record
Mac shortcuts

F6


KiCad 5.0.2
Switch to Inner layer 2
Pcbnew

F6


Substance Painter (Mac)
Camera Orthographic
General

F6


FlightGear
Toggle autopilot heading mode
Autopilot related

F6


Brave Browser (Windows)
Focus URL Bar
Page Navigation and Display

F6


MuseScore (Windows)
Selection Filter
Display Shortcuts

F6


MuseScore (MacOS)
Selection Filter
Display Shortcuts

F6


Aspire (Windows)
Zoom to fit Material
General Shortcuts

F6


SuperMemo (Windows)
Filter HTML or RTF Source
129 Shortcuts for SuperMemo (Windows)

F6


VCarve Pro (Windows)
Zoom to fit Material
General Shortcuts

F6


Aspire (Windows)
Scales 2D view to fit material
General Shortcuts

F6


ComplyPro 2017B (Windows)
Outline
In Grid View

F6


VCarve Pro (Windows)
Scales 2D view to fit material
General Shortcuts

F6


Subnautica
Hide/Show interface
Windows

F6


Xyplorer
Cycle focus in this sequence: Address Bar > Tree > List > Catalog.
Other Shortcuts

F6


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

F6


American Truck Simulator
Route Advisor: Navigation page
Interface controllers

F6


KeyCreator (Windows)
Menu Button 6
Miscellaneous Shortcuts

F6


DayZ
Magnifique (Experimental branch)
Communication

F6


AVImark
Choose
Information search / Library

F6


RimWorld
Opens the World tab
User interface

F6


Cisco Webex
Switch between the content area and the panels area
Windows

F6


Google Chrome
Jump to the address bar
Address bar

F6


Samsung TV
Change input source
General

F6


Evolution
Cycle focus between panes
Global - Controls

F6


Altium Designer (Windows)
Run simulation for a Delta step
VHDL Editor Shortcuts

F6


AutoCAD
Toggle Dynamic UCS
Toggle Drawing Modes

F6


SAP NetWeaver Business Client 5.0 for Desktop
For SAP GUI transactions: as defined in the standard for function keys
General

F6


Siemens NX
Zoom
View > Popup

F6


Tibia
(Attack) Flame strike
Action bar

F6


RPG Maker
Event layer
Editor

F6


Adobe Lightroom Classic (Mac)
Show/hide Filmstrip
Working with panels

F6


Adobe Lightroom Classic
Show/hide Filmstrip
Working with panels

F6


Old School RuneScape (OSRS)
Switch to the Spell book tab
General

F6


Evernote for Windows
Search Notes
Note Editor

F6


ZoomText
Increase zoom
ZoomText Keyboard

F6


ePSXe
Select what pad will be affected by key F5
General

F6


Adobe Illustrator
Show/hide Color panel
Function keys

F6


Adobe Illustrator (Mac)
Show/hide Color panel
Function keys

F6


PyCharm 2018.2
Move the selected class, package or static member to another package or class and update all the corresponding references.
Refactoring

F6


ProgeCAD
Coordinate
General

F6


PaintShop Pro 2018
Materials
Single key shorcuts

F6


AI War Classic
(hold)  Show wormholes and resources only
Minimap

F6


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

F6


Diablo
Highlight spells in spell book and press F5 - F8 to assign hotkey. Once the hotkey is assigned, the key will prepare that specific spell
General

F6


Magic: The Gathering Online
Pass priority for the rest of the turn, unless you’re prompted to attack or block
General

F6


CorelDRAW Graphics Suite 2018
Rectangle
General

F6


World of Tanks
Negative!
Misc

F6


Microsoft Word 2016
Go to the next pane or frame
Function key reference

F6


Adobe Photoshop CC
Show/Hide Color panel
Using function keys

F6


Heroes of the Storm
Go to saved camera location
General

F6


BSPlayer
Decrease playback rate by 1%
Misc

F6


Metapad
Short format
Insert date/time

F6


Euro Truck Simulator 2
Route Advisor: Navigation page
Interface controls

F6


Virtual DJ 2018
Sampler 6 play_stop
General

F6


LightWave 3D
Image editor
Layout: General

F6


TextRoom
Scratchpad
General

F6


Adobe Premiere Pro (Mac)
Batch Capture...
File

F6


Adobe Premiere Pro (Windows)
Batch Capture...
File

F6


MyPaint
Next scrap
Edit

F6


Oracle EBS Forms
Clear record
General

F6


Dota 2
Opens a window showing gold graphs of Radiant and Dire
Spectator & replay controls

F6


Microsoft FrontPage
Move to a task pane (task pane: A window within an Office application that provides commonly used commands. Its location and small size allow you to use these commands while still working on your files.) from another pane in the program window. (You may need to press F6 more than once.) Note If pressing F6 doesn't display the task pane you want, try pressing ALT to place focus on the menu bar, and then pressing CTRL+TAB to move to the task pane.
Access and use task panes

F6


Riffstation Desktop
Tempo up (+1 BPM)
General

F6


WavePad
Scrub
Play Operations

F6


Comodo IceDragon
Move to Next Frame
View, Print and Save Current Page

F6


IntelliJ IDEA (macOS)
Move
Refactoring

F6


IntelliJ IDEA (Windows, Linux)
Move
Refactoring

F6


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

F6


AWS Cloud9 IDE (Windows)
Toggle Console
Tabs

F6


Microsoft Visual Studio 2017 (Most used shortcuts)
Window.NextSplitPane
Window

F6


Grand Theft Auto V
Switch to Franklin
General

F6


NetBeans
Run main project
Compiling, testing and running

F6


GoldWave
Fast forward
Main Window

F6


Hearthstone
Emote "Threaten"
3rd party program: Hotkeys

F6


Microsoft PowerPoint (Creating presentations)
Move clockwise among panes in Normal view
Move between panes

F6


LibreOffice Base
Jump between windows
Creating Basic dialogs

F6


PSPad
Makro2Play
Macros

F6


Microsoft PowerPoint (Slideshows)
Move from one region of Presenter view (Header, tools below the slide, and the Notes pane) to the next
Maneuver in Presenter View during a presentation

F6


Brackets
Grunt default
General

F6


Ardour
Convert edit range to range
Selecting

F6


WinHex
Edit mode
Options menu

F6


LibreOffice
Sets focus in next subwindow (for example, document/data source view)
Controlling documents and windows

F6


WriteMonkey
Toggle segment focus (paragraph or selection)
Folding

F6


Tekla Structures 20
Snap to nearest points
General

F6


MindMeister
Recenter
General

F6


Microsoft Visual Studio 2017 (All shortcuts)
Window.NextSplitPane
Window

F6


Qt Creator
Move to next item in output panes
General

F6


Maple
Interrupt current operation
Menu accelerators

F6


Guitar Pro
Drums
View

F6


REAPER
Screenset: Load track view #03
Section: Main

F6


WinNc
Move / Rename
General

F6


Multi Commander
File - Move
Core shortcuts

F6


Midnight Commander
Moving file. Default is to another panel, but it asks first.
Function keys

F6


Clementine
Play/Pause
Playback

F6


KompoZer
Switch between Content Pane and Search/Contents/Index/Glossary (toggle)
Help window

F6


The Bat!
SmartBat
Invoking tools

F6


Microsoft Access 2016
Switch among areas in the Help window, such as the toolbar and the Search list
Get help with Access

F6


OneDrive
Move between web browser bar and the OneDrive title bar
Frequently used shortcuts

F6


FileMaker
Step Into command
FileMaker Pro Advanced: Script Debugger

F6


Sumatra PDF
Switch focus between bookmarks window and main window
Viewing state

F6


Maxthon
URL keys
Others

F6


WinMerge
Change pane (active file)
Comparing files

F6


IrfanView
Rename file
Handling files

F6


MediaMonkey
Show now playing node
General

F6


SQL Server Management Studio (SSMS)
Define filter
Replication Conflict Viewer

F6


Xcode
Step Over
Product menu

F6


Eclipse
Next step (line by line)
Running and debugging

F6


Outlook 2016 and Outlook 2013
Move between Calendar view, TaskPad, and the Folder list
Views: Calendar day/week/month view

F6


Firefox Quantum
Move to next frame
Miscellaneous

F6


Microsoft Internet Explorer 11
Move through items on a webpage (only works if tabbed browsing is turned off)
Browsing

F6


7-Zip
Move selected items
File menu

F6


PeaZip
Toggle browse mode / flat view mode
Navigation

F6


Paint.NET
Show / hide History window
Options in the View menu

F6


Microsoft Excel 2016
Switches between the worksheet, ribbon, task pane, and Zoom controls. In a worksheet that has been split, F6 includes the split panes when switching between panes and the ribbon area
Function keys

F6


WinSCP
Download (when remote panel is active) or Upload (when local panel is active) selected files and delete original
Selected files

F6


uTorrent
Show status bar
General

F6


Microsoft OneNote
Jump between the tab bar, navigation pane, and the page canvas
Navigation

F6


Portal 2
Quick save
Miscellaneous

F6


Mozilla Thunderbird
Move to next main UI element
Controlling the compose window

F6


Android Studio
Move
Refactoring

F6


Windows Calculator
Select DEC
Programmer mode

F6


Overwatch
Spectate 6
Spectate

F6


Windows Media Player 11
Increase the size of album art
Other shortcuts

F6