Delphi 10 (Windows)

193 Shortcuts for Delphi 10 (Windows)

IDE Insight

F6 / Ctrl + .

All hotkeys for Delphi 10 (Windows)

193 Shortcuts for Delphi 10 (Windows)
Selects parent control in design mode Left mouse click+Esc drags the parent control

Esc

193 Shortcuts for Delphi 10 (Windows)
After selecting control in form designer, click on it with Shift again to select top most parent Form

Shift + Click

193 Shortcuts for Delphi 10 (Windows)
In Object Inspector activates incremental search for properties. Press again Tab to move focus to property value

Tab

193 Shortcuts for Delphi 10 (Windows)
Invoke Code Templates also called Code Snippets

Ctrl + J

193 Shortcuts for Delphi 10 (Windows)
Delete text from cursor position until end of word

Ctrl + T

193 Shortcuts for Delphi 10 (Windows)
Incremental Search

Ctrl + E

193 Shortcuts for Delphi 10 (Windows)
Delete current line

Ctrl + Y

193 Shortcuts for Delphi 10 (Windows)
Invoke buffer window when focus is on editor. The buffer window shows a list of all different tabs.

Ctrl + B

193 Shortcuts for Delphi 10 (Windows)
Insert a new GUID at the cursor position

Ctrl + Shift + G

193 Shortcuts for Delphi 10 (Windows)
Indent the current selected block

Ctrl + Shift + I

193 Shortcuts for Delphi 10 (Windows)
Unindent the current selected block

Ctrl + Shift + U

193 Shortcuts for Delphi 10 (Windows)
Indent the current selected block or current line in case of no selection

Ctrl + K + I

193 Shortcuts for Delphi 10 (Windows)
Unindent the current selected block or current line in case of no selection

Ctrl + K + U

193 Shortcuts for Delphi 10 (Windows)
Invoke SyncEdit

Ctrl + Shift + J

193 Shortcuts for Delphi 10 (Windows)
Automatically Declare Variable at cursor position

Ctrl + Shift + V

193 Shortcuts for Delphi 10 (Windows)
Delete to the end of line

Ctrl + Shift + Y

193 Shortcuts for Delphi 10 (Windows)
Match pair forward

Alt + [

193 Shortcuts for Delphi 10 (Windows)
Match pair backward

Alt + ]

193 Shortcuts for Delphi 10 (Windows)
Browse Forward (hotlink history)

Alt + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Browse Backward (hotlink history)

Alt + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Browse to symbol under editor cursor (invoke a hotlink and add it to the hotlink history)

Alt + Up Arrow

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

F4

193 Shortcuts for Delphi 10 (Windows)
Toggle Breakpoint

F5

193 Shortcuts for Delphi 10 (Windows)
Debugger step into

F7

193 Shortcuts for Delphi 10 (Windows)
Trace into next source line

Shift + F7

193 Shortcuts for Delphi 10 (Windows)
Debugger step over

F8

193 Shortcuts for Delphi 10 (Windows)
Run until return

Shift + F8

193 Shortcuts for Delphi 10 (Windows)
Run program under debugger

F9

193 Shortcuts for Delphi 10 (Windows)
Program Reset

Ctrl + F2

193 Shortcuts for Delphi 10 (Windows)
Evaluate/modify

Ctrl + F7

193 Shortcuts for Delphi 10 (Windows)
Add Watch

Ctrl + F5

193 Shortcuts for Delphi 10 (Windows)
View units

Ctrl + F12

193 Shortcuts for Delphi 10 (Windows)
Goto line number in editor

Alt + G

193 Shortcuts for Delphi 10 (Windows)
Goto line number in editor

Ctrl + O + G

193 Shortcuts for Delphi 10 (Windows)
Start/stop Recording editor macro

Ctrl + Shift + R

193 Shortcuts for Delphi 10 (Windows)
Play editor macro

Ctrl + Shift + P

193 Shortcuts for Delphi 10 (Windows)
Invoke code completion

Ctrl + Spacebar

193 Shortcuts for Delphi 10 (Windows)
Invoke code parameter hints

Ctrl + Shift + Spacebar

193 Shortcuts for Delphi 10 (Windows)
Open file at cursor

Ctrl + Enter

193 Shortcuts for Delphi 10 (Windows)
Find all references

Ctrl + Shift + Enter

193 Shortcuts for Delphi 10 (Windows)
Invoke class completion for the class that currently contains the cursor

Ctrl + Shift + C

193 Shortcuts for Delphi 10 (Windows)
Navigate to method implementation/declaration

Ctrl + Shift + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Navigate to method implementation/declaration

Ctrl + Shift + Down Arrow

193 Shortcuts for Delphi 10 (Windows)
Set a bookmark at current row in the source

Ctrl + Shift + 1..9

193 Shortcuts for Delphi 10 (Windows)
Go to a bookmark row in the source

Ctrl + 1..9

193 Shortcuts for Delphi 10 (Windows)
Opens the drop-down on the top-right corner of the code editor, listing all open files

Ctrl + Alt + F12

193 Shortcuts for Delphi 10 (Windows)
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 Wheel

193 Shortcuts for Delphi 10 (Windows)
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 + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
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 + Down Arrow

193 Shortcuts for Delphi 10 (Windows)
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

193 Shortcuts for Delphi 10 (Windows)
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

193 Shortcuts for Delphi 10 (Windows)
Activate the Tool Palette in filtering mode (start typing, press Enter to drop component)

Ctrl + Alt + P

193 Shortcuts for Delphi 10 (Windows)
Adds current date to source code

Ctrl + Alt + A

193 Shortcuts for Delphi 10 (Windows)
Toggle comment per line or selected block and cursors goes down one line, Ctrl+#

Ctrl + /

193 Shortcuts for Delphi 10 (Windows)
Add Todo list item

Ctrl + Shift + T

193 Shortcuts for Delphi 10 (Windows)
Toggle between Form as text mode or design mode

Alt + F12

193 Shortcuts for Delphi 10 (Windows)
Invoke Use unit dialog

Alt + F11

193 Shortcuts for Delphi 10 (Windows)
Invoke Open Project Dialog

Ctrl + F11

193 Shortcuts for Delphi 10 (Windows)
Invoke Project manager window

Ctrl + Alt + F11

193 Shortcuts for Delphi 10 (Windows)
Invoke Object Inspector window

F11

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

F12

193 Shortcuts for Delphi 10 (Windows)
Invoke Window list

Alt + 0

193 Shortcuts for Delphi 10 (Windows)
Invoke Structure window

Shift + Alt + F11

193 Shortcuts for Delphi 10 (Windows)
Invoke Browser window

Ctrl + Shift + B

193 Shortcuts for Delphi 10 (Windows)
Invoke Breakpoint window

Ctrl + Alt + B

193 Shortcuts for Delphi 10 (Windows)
Invoke Call Stack window

Ctrl + Alt + S

193 Shortcuts for Delphi 10 (Windows)
Invoke Watches window

Ctrl + Alt + W

193 Shortcuts for Delphi 10 (Windows)
Invoke Local Variables window

Ctrl + Alt + L

193 Shortcuts for Delphi 10 (Windows)
Invoke Threads window

Ctrl + Alt + T

193 Shortcuts for Delphi 10 (Windows)
Invoke FPU window

Ctrl + Alt + F

193 Shortcuts for Delphi 10 (Windows)
Invoke CPU window

Ctrl + Alt + C

193 Shortcuts for Delphi 10 (Windows)
Invoke Event window

Ctrl + Alt + V

193 Shortcuts for Delphi 10 (Windows)
Invoke Modules window

Ctrl + Alt + M

193 Shortcuts for Delphi 10 (Windows)
Invoke Forms window

Shift + F12

193 Shortcuts for Delphi 10 (Windows)
Invoke Add to uses clause window

Ctrl + Shift + A

193 Shortcuts for Delphi 10 (Windows)
Invoke Project Options window

Ctrl + Shift + F11

193 Shortcuts for Delphi 10 (Windows)
Compile Project

Ctrl + F9

193 Shortcuts for Delphi 10 (Windows)
Build Project

Shift + F9

193 Shortcuts for Delphi 10 (Windows)
Invoke Add to project window

Shift + F11

193 Shortcuts for Delphi 10 (Windows)
Run without debugging

Shift + Ctrl + F9

193 Shortcuts for Delphi 10 (Windows)
Find

Ctrl + F

193 Shortcuts for Delphi 10 (Windows)
Find in Files

Shift + Ctrl + F

193 Shortcuts for Delphi 10 (Windows)
Previous/Next result (for Find in Files and Build Error Messages)

Alt + F7/F8

193 Shortcuts for Delphi 10 (Windows)
Changes a word to lowercase and deselects selection

Ctrl + K + E

193 Shortcuts for Delphi 10 (Windows)
Changes a word to uppercase and deselects selection

Ctrl + K + F

193 Shortcuts for Delphi 10 (Windows)
Changes a word to lowercase

Ctrl + K + O

193 Shortcuts for Delphi 10 (Windows)
Changes a word to uppercase

Ctrl + K + N

193 Shortcuts for Delphi 10 (Windows)
Toggles case

Ctrl + O + U

193 Shortcuts for Delphi 10 (Windows)
Toggles Code folding between On and Off

Ctrl + Shift + K + O

193 Shortcuts for Delphi 10 (Windows)
Code folding: Expands All blocks of code

Ctrl + Shift + K + A

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapse current block of code

Ctrl + Shift + K + E

193 Shortcuts for Delphi 10 (Windows)
Code folding: Expand current block of code

Ctrl + Shift + K + U

193 Shortcuts for Delphi 10 (Windows)
Code folding: Toggle Current block (expand & collapse)

Ctrl + Shift + K + T

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapses All Regions {$region 'comment'}..{$endregion}

Ctrl + Shift + K + R

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapse Nested Procedures

Ctrl + Shift + K + P

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapse All Methods

Ctrl + Shift + K + M

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapse All Classes

Ctrl + Shift + K + C

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapses down to Primary Groups (Interface/Implementation)

Ctrl + Shift + K + G

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapses Namespace/Unit

Ctrl + Shift + K + N

193 Shortcuts for Delphi 10 (Windows)
Switch to the next open file in the editor

Ctrl + Tab

193 Shortcuts for Delphi 10 (Windows)
Switch to the previous open file in the editor

Ctrl + Shift + Tab

193 Shortcuts for Delphi 10 (Windows)
Invokes Print selection dialog

Ctrl + K + P

193 Shortcuts for Delphi 10 (Windows)
Invokes Write block to file(selected text)

Ctrl + K + W

193 Shortcuts for Delphi 10 (Windows)
Invokes Read block from file(inserts text at cursor)

Ctrl + K + R

193 Shortcuts for Delphi 10 (Windows)
Copies selected text at the end of the selection

Ctrl + K + C

193 Shortcuts for Delphi 10 (Windows)
Select word at cursor position

Ctrl + K + T

193 Shortcuts for Delphi 10 (Windows)
Turns on block selection mode

Ctrl + O + C

193 Shortcuts for Delphi 10 (Windows)
Selects current Line (and turns off block selection mode)

Ctrl + O + L

193 Shortcuts for Delphi 10 (Windows)
Toggles between limiting the Ctrl+Alt navigation shortcuts to the current class, or limiting it to the current unit

Ctrl + Q + L

193 Shortcuts for Delphi 10 (Windows)
Go to next item of Messages Window

Ctrl + Q + W

193 Shortcuts for Delphi 10 (Windows)
Switches between source (.cpp) and header (.h)

Ctrl + F6

193 Shortcuts for Delphi 10 (Windows)
Undo

Alt + Backspace

193 Shortcuts for Delphi 10 (Windows)
Display Popup menu

Alt + F10

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor down one line and selects the column from the left of the starting cursor position

Alt + Shift + Down Arrow

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the end of the current line

Alt + Shift + End

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the start of the current line

Alt + Shift + Home

193 Shortcuts for Delphi 10 (Windows)
Selects the column to the left of the cursor

Alt + Shift + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor down one line and selects the column from the right of the starting cursor position

Alt + Shift + PgDn

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor up one screen and selects the column from the left of the starting cursor position

Alt + Shift + PgUp

193 Shortcuts for Delphi 10 (Windows)
Selects the column to the right of the cursor

Alt + Shift + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor up one line and selects the column from the left of the starting cursor position

Alt + Shift + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Cut word under cursor / current selected block

Alt + X

193 Shortcuts for Delphi 10 (Windows)
Copy word under Cursor / selected block

Ctrl + C

193 Shortcuts for Delphi 10 (Windows)
Select all

Ctrl + A

193 Shortcuts for Delphi 10 (Windows)
Delete the word to the beginning

Ctrl + Backspace

193 Shortcuts for Delphi 10 (Windows)
Deletes a currently selected block

Ctrl + D

193 Shortcuts for Delphi 10 (Windows)
Scrolls down one line

Ctrl + Down Arrow

193 Shortcuts for Delphi 10 (Windows)
Moves to the end of a file

Ctrl + End

193 Shortcuts for Delphi 10 (Windows)
Topic Search

Ctrl + F1

193 Shortcuts for Delphi 10 (Windows)
Open Main Menu

Ctrl + F10

193 Shortcuts for Delphi 10 (Windows)
Moves to the top of a file

Ctrl + Home

193 Shortcuts for Delphi 10 (Windows)
Replace Dialog

Ctrl + H

193 Shortcuts for Delphi 10 (Windows)
Inserts a tab character

Ctrl + I

193 Shortcuts for Delphi 10 (Windows)
Copy selected Block

Ctrl + Insert

193 Shortcuts for Delphi 10 (Windows)
Find again

Ctrl + L

193 Shortcuts for Delphi 10 (Windows)
Moves one word left

Ctrl + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Insert new line

Ctrl + M

193 Shortcuts for Delphi 10 (Windows)
Insert new line after cursor (cursor stays in current line)

Ctrl + N

193 Shortcuts for Delphi 10 (Windows)
Open file at cursor

Ctrl + O + A

193 Shortcuts for Delphi 10 (Windows)
Browse symbol at cursor

Ctrl + O + B

193 Shortcuts for Delphi 10 (Windows)
Inserts compiler options and directives

Ctrl + O + O

193 Shortcuts for Delphi 10 (Windows)
Moves to the bottom of a screen

Ctrl + PgDn

193 Shortcuts for Delphi 10 (Windows)
Moves to the top of a screen

Ctrl + PgUp

193 Shortcuts for Delphi 10 (Windows)
Search Replace Dialog

Ctrl + Q + A

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the beginning of a block

Ctrl + Q + B

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to end of a file

Ctrl + Q + C

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the end of a line

Ctrl + Q + D

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the top of the window

Ctrl + Q + E

193 Shortcuts for Delphi 10 (Windows)
Search Find Dialog

Ctrl + Q + F

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the end of a block

Ctrl + Q + K

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to previous position

Ctrl + Q + P

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the beginning of a file

Ctrl + Q + R

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the beginning of a line

Ctrl + Q + S

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the top of the window

Ctrl + Q + T

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the bottom of the window

Ctrl + Q + U

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the bottom of the window

Ctrl + Q + X

193 Shortcuts for Delphi 10 (Windows)
Deletes to the end of Line

Ctrl + Q + Y

193 Shortcuts for Delphi 10 (Windows)
Replace Dialog

Ctrl + R

193 Shortcuts for Delphi 10 (Windows)
Moves one word right

Ctrl + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Save

Ctrl + S

193 Shortcuts for Delphi 10 (Windows)
Save All

Ctrl + Shift + S

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the end of the current file

Ctrl + Shift + End

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the start of the current file

Ctrl + Shift + Home

193 Shortcuts for Delphi 10 (Windows)
Selects the word to the left of the cursor

Ctrl + Shift + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the bottom of the screen

Ctrl + Shift + PgDn

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the top of the screen

Ctrl + Shift + PgUp

193 Shortcuts for Delphi 10 (Windows)
Selects the word to the right of the cursor

Ctrl + Shift + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Redo

Ctrl + Shift + Z

193 Shortcuts for Delphi 10 (Windows)
Scrolls up one line

Ctrl + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Paste

Ctrl + V

193 Shortcuts for Delphi 10 (Windows)
Undo

Ctrl + Z

193 Shortcuts for Delphi 10 (Windows)
Display Help

F1

193 Shortcuts for Delphi 10 (Windows)
Find again

F3

193 Shortcuts for Delphi 10 (Windows)
Insert Mode On / Off

Insert

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor down one line and selects from the right of the starting cursor position.

Shift + Down Arrow

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the end of the current line

Shift + End

193 Shortcuts for Delphi 10 (Windows)
Inserts a new line with a carriage return

Shift + Enter

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the start of the current line

Shift + Home

193 Shortcuts for Delphi 10 (Windows)
Paste from clipboard

Shift + Insert

193 Shortcuts for Delphi 10 (Windows)
Selects the character to the left of the cursor

Shift + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor down one line and selects from the right of the starting cursor position

Shift + PgDn

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor up one screen and selects from the left of the starting cursor position

Shift + PgUp

193 Shortcuts for Delphi 10 (Windows)
Selects the character to the right of the cursor

Shift + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor to the left one tab position

Shift + Tab

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor up one line and selects from the left of the starting cursor position

Shift + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the end of the current file

Ctrl + Alt + Shift + End

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the start of the current file

Ctrl + Alt + Shift + Home

193 Shortcuts for Delphi 10 (Windows)
Selects the column to the left of the cursor

Ctrl + Alt + Shift + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the top of the screen

Ctrl + Alt + Shift + PgDn

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the bottom of the screen

Ctrl + Alt + Shift + PgUp

193 Shortcuts for Delphi 10 (Windows)
Selects the column to the right of the cursor

Ctrl + Alt + Shift + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Select editor window tab

Alt + F12

193 Shortcuts for Delphi 10 (Windows)
IDE Insight

F6 / Ctrl + .

Similar combinations for other applications


Civilization V (Windows)
Tech Screen
General Hotkeys

F6


Novell Evolution 2 (Linux)
Focus search bar
General

f6


Eclipse Helios (Windows)
Jump to next / jump to previous compiler syntax warning or error
Navigate in Editor

Ctrl + . / Ctrl + ,


Google Chrome (Windows)
Select next / select previous call frame
Manage Chrome DevTools - Sources Panel

Ctrl + . / ,


Microsoft Outlook 2010 (Windows)
Jump to next/previous message (in single message view)
Messages in Main View - Message List and Single Messages

Ctrl + . / Ctrl + ,


Firebug (Windows)
Next / previous function on stack
Script-Panel

Ctrl + . / Ctrl + ,


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

F6 / Tab / Shift + Tab


Firebug (Linux)
Next / previous function on stack
Script-Panel

Ctrl + . / Ctrl + ,


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


Google Mail (Windows)
Move cursor to next / move cursor to previous chat or compose window (or to main window)
Compose Messages

Ctrl + . / Ctrl + ,


Firefox (Windows)
Jump to address bar
Address Bar

Alt + D / Ctrl + L / F6


Microsoft Outlook 2010 (Windows)
Increase / decrease font size
Messages in Main View - Format Message Body

Ctrl + . / Ctrl + ,


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 (Linux)
Select next / select previous call frame
Manage Chrome DevTools - Sources Panel

Ctrl + . / ,


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


Microsoft Outlook 2010 (Windows)
Jump to next/previous message (in single message view)
Messages in Compose View - Message List and Single Messages

Ctrl + . / Ctrl + ,


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


Dolphin File Manager 1.7 (Linux)
Switch to previous tab
15 Shortcuts for Dolphin File Manager 1.7 (Linux)

Ctrl + .


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


Microsoft Outlook 2010 (Windows)
Increase / decrease font size
Messages in Compose View - Format Message Body

Ctrl + . / Ctrl + ,


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

F6


Google Docs (Windows)
Superscript
Format Text

Ctrl + .


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


Microsoft Outlook 2010 (Windows)
Jump to next/previous message (in single message view)
Calendar Shortcuts - Message List and Single Messages

Ctrl + . / Ctrl + ,


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


Microsoft Outlook 2010 (Windows)
Increase / decrease font size
Calendar Shortcuts - Format Message Body

Ctrl + . / Ctrl + ,


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


Microsoft Windows 7 (Windows)
Rotate photo clockwise
Photo Viewer

Ctrl + .


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


NetBeans 8 (Windows)
Next/previous usage/compile error
General Keyboard Shortcts

Ctrl + . / ,


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


Avid Media Composer 7 (Windows)
Stops the render process and displays a dialog box asking if you would like to keep the already rendered portion.
Effect Mode

Ctrl + .


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


Qt Creator (Windows)
Go to next bookmark / go to previous bookmar
Editor

Ctrl + . / Ctrl + ,


Qt Creator (MacOS)
Go to next bookmark / go to previous bookmar
Editor

Ctrl + . / Ctrl + ,


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


Camtasia 2 (MacOS)
Jump to next edit / previous edig
Timeline & Editing

Ctrl + . / , (period)


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

F6


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

F6


Microsoft OneNote 2016 (Windows)
Apply bullets to selection; press again to un-apply
Format

Ctrl + .


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


Sway 2016 (Windows)
Start or continue a bulleted list
Text and Content Formatting

Ctrl + .


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

F6


Sonos Controller (Windows)
Select next/ previous Room/ Group
22 Shortcuts for Sonos Controller (Windows)

Ctrl + . / ,


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


Google Slides (Windows)
Superscript
Text Editing

Ctrl + .


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


GIMP (Linux)
Fill with BG Color
Edit

Ctrl + .


Anime Studio (MacOS)
Duplicate frame
Frame by Frame

F6


Autodesk Inventor 2017 (Windows)
Home view
Function Key

F6


GIMP (Windows)
Fill with BG Color
Edit Shortcuts

Ctrl + .


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

F6


Autodesk Inventor 2017 (Windows)
Origin points visibility
View

Ctrl + .


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


1Password (Windows)
Cancel editing of the current item.
General Shortcuts

Ctrl + . / Esc


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

F6


GTA V Cheats (Windows)
Switch to Franklin
General Shortcuts

F6


Eclipse Helios (MacOS)
Complete the Word
Text Editing Shortcuts

Ctrl + .


Slack (Windows)
Open or Close Right Pane
Navigation Controls

Ctrl + .


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


Google Hangouts (Web Application)
Next Window
Move between Windows

Ctrl + .


JetBrains RubyMine (Windows)
Move
Refactoring

F6


JetBrains RubyMine (MacOS)
Move
Refactoring

F6


Microsoft Excel 2016 (Windows)
Move clockwise between the four courners of a selection
Navigate Multi-Cell Selections

Ctrl + .


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


jEdit (Windows)
Search bar for Current
Search and Replace

Ctrl + .


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


InCopy CC (Windows)
Increase/Decrease size/scale by 1%
Moving and Transforming Graphics

Ctrl + . / ,


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


Yahoo Mail (Web Application)
Next message (in message tab)
General

Ctrl + .


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


MPS 2017 (Windows)
Collapse the selected fragment and create a custom folding region for it to make it "foldable" / Expand the current fragment and remove the corresponding custom folding region to make the fragment "unfoldable"
Code Folding

Ctrl + .


ZBrush 4 (Windows)
Materials
PopUp Selection

F6


Jetbrains CLion (Windows)
Move
Refactoring

F6


Vegas Pro 14 (Windows)
Move to next CD track
Cursor Placement,Loop Region and Time Selection

Ctrl + .


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

F6


Titanium (MacOS)
Word Completion
Text Editing

Ctrl + .


Xamarin Studio (MonoDevelop) (Windows)
Show Fixes
Project

Ctrl + .


Sierra Chart (Windows)
Studies
Analysis Menu

F6


Xamarin Studio (MonoDevelop) (MacOS)
Show Fixes
Project

Ctrl + .


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


Visual Studio Code (Windows)
Quick Fix
Rich Language Editing

Ctrl + .


Synfig (Windows)
Move forward one frame
73 Shortcuts for Synfig (Windows)

Ctrl + .


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

F6


RStudio (Windows)
Goto file/function
Source

Ctrl + .


Rhino (Windows)
Toggle Camera
Default Shortcuts

F6


RStudio (MacOS)
Goto file/function
Source

Ctrl + .


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


Titanium (Windows)
Word Completion
Text Editing

Ctrl + .


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


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


Geany (Linux)
Goto next marker
Moving around in the document

Ctrl + .


Geany (Windows)
Goto next marker
Moving around in the document

Ctrl + .


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


CodeLite 10 (Windows)
Goto implementation
Search

Ctrl + .


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


Geany (Linux)
Goto next marker
Finding text,Selecting text

Ctrl + .


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

F6


Geany (Windows)
Goto next marker
Finding text,Selecting text

Ctrl + .


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


SAP Web IDE (Windows)
Open Preferences perspective
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + .


RStudio (Mac)
Goto File/Function
Source

Ctrl + .


RStudio
Goto File/Function
Source

Ctrl + .


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


Browser tab management
Go to next tab
KDE / GNOME

Ctrl + .


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


JS Bin
Close previous HTML tag
HTML panel

Ctrl + .


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


Tableau
Skip forward one page
Pages (Tableau Desktop)

Ctrl + .


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


Company of Heroes
Toggle all infantry
General

Ctrl + .


draw.io
Superscript on selected text
Labels

Ctrl + .


Siemens NX
Zoom
View > Popup

F6


Zendesk Chat
Close the chat window. If you're serving the chat, this will end the chat. If you're listening to the chat, it will just close the window
General

Ctrl + .


Tibia
(Attack) Flame strike
Action bar

F6


RPG Maker
Event layer
Editor

F6


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

F6


PyCharm 2018.2
Collapse the selected fragment and create a custom folding region for it to make it "foldable" / Expand the current fragment and remove the corresponding custom folding region to make the fragment "unfoldable"
Code folding

Ctrl + .


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


Atom (Windows)
(Source: Keybinding Resolver) key-binding-resolver:toggle
All shortcuts

Ctrl + .


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


jEdit
Incremental search for word under the caret.
Search and replace

Ctrl + .


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


CorelDRAW Graphics Suite 2018
Vertical Text
General

Ctrl + .


Heroes of the Storm
Go to saved camera location
General

F6


BSPlayer
Decrease playback rate by 1%
Misc

F6


Android Messages on Web
Switch to next conversation
General

Ctrl + .


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


Microsoft FrontPage
Insert end tag.
Work with coding tools

Ctrl + .


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