Delphi

General

Invoke Object Inspector window

F11

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


Microsoft Windows 7 (Windows)
Turn full page view on or off
Managing 'Windows' in Windows 7 - Move and Resize Active Window

F11


Civilization V (Windows)
Quick Save
General Hotkeys

F11


Microsoft Windows 7 (Windows)
Maximize window
Managing 'Windows' in Windows 7 - Basics

F11


Firebug (Windows)
Step Into
Script-Panel

F11


VLC Media Player (Windows)
Window full-screen (not equal to pressing F)
Manage VLC, Playlists, and Special Commands

F11


Firebug (Linux)
Step Into
Script-Panel

F11


Firebug (MacOS)
Step Into
Script-Panel

F11


Microsoft Excel 2010 (Windows)
Create and insert chart with data in current range in a separate Chart sheet.
Work with Data Selections - Edit Active or Selected Cells

F11


Microsoft OneNote 2010 (Windows)
Turn full-screen view on or off.
Work with the OneNote Window(s)

f11


Microsoft Windows 7 (Windows)
Turn full page view on or off
Windows Explorer - Move and Resize Active Window

F11


Eclipse Helios (Windows)
Debug
Run and Debug

F11


Google Chrome (Windows)
Turn full screen on / off
View Webpages

F11


Microsoft Windows 7 (Windows)
Maximize window
Windows Explorer - Basics

F11


Firefox (Linux)
Turn full page view on or off (default Windows feature)
Firefox Windows

F11


Firefox (Windows)
Turn full page view on or off (default Windows feature)
Firefox Windows

F11


Tally 9.0 (Windows)
Modify Company features specific to current company only
General Shortcuts

F11


SharpDevelop 4.0 (Windows)
Step into
Debugging

F11


Dolphin File Manager 1.7 (Linux)
Activate Information Panel
15 Shortcuts for Dolphin File Manager 1.7 (Linux)

F11


Google Chrome (Linux)
Turn full screen on / off
View Webpages

F11


Microsoft Windows 7 (Windows)
Turn full page view on or off
Windows Admin - Move and Resize Active Window

F11


Microsoft Excel 2011 (MacOS)
Insert a new chart sheet.
Function keys

F11


Microsoft Windows 7 (Windows)
Maximize window
Windows Admin - Basics

F11


Microsoft Excel 2010 (Windows)
Create and insert chart with data in current range in a separate Chart sheet.
Insert and Edit Data - Edit Active or Selected Cells

F11


Open Office Impress (Linux)
Styles and Formatting
Function Keys

F11


Access 2010 (Windows)
Toggle the Navigation Pane
Manage Access Features - Manage Windows

F11


Mindjet Mindmanager 2012 (Windows)
Notes
Viewing

F11


Microsoft Windows 7 (Windows)
Turn full page view on or off
Ease of Access and Magnifier - Move and Resize Active Window

F11


Microsoft Windows 8 (Windows)
Toggle full-screen mode
Windows Explorer - Basics

F11


Microsoft Windows 7 (Windows)
Maximize window
Ease of Access and Magnifier - Basics

F11


Microsoft Word 2007 (Windows)
Go to the next field.
Mail merge and fields: Work with fields

F11


Oracle SQL Developer 4 (Windows)
Commit Changes
Data Editor

F11


Evernote (Windows)
Toggle display of note list
Main Application Shortcuts - Change View and Display

F11


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

F11


Smartplant Review (Windows)
Full Screen Toggle
Function Keys

F11


Opera (Linux)
Toggle full screen
Display

F11


Photoshop Lightroom 4 (Windows)
Open secondary window
Using Secondary Window

F11


Microsoft Excel 2011 (MacOS)
Insert a new chart sheet.*
Charts

F11


Microsoft Windows 8 (Windows)
Turn full page view on or off
Managing Windows 8 Desktop Windows

F11


Microsoft Excel 2010 (Windows)
Create and insert chart with data in current range in a separate Chart sheet.
Format Data - Edit Active or Selected Cells

F11


Microsoft Outlook 2010 (Windows)
Enter name in Search Address Books box
Contacts Shortcuts

F11


Sublime Text (Windows)
Toggle full screen
Manage Sublime Window, Files and Tabs

F11


Visual Studio 2015 (Windows)
Debug / step into
Build and Debug

F11


Oracle SQL Developer 4 (Windows)
Commit
Worksheet

F11


GroupWise 2012 (Windows)
Retrieve a file
Function keys

F11


AutoCAD 2012 (Windows)
Toggle object snap tracking
Toggle Drawing Modes

F11


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

F11


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

F11


VLC Media Player (MacOS)
Window full-screen (not equal to pressing F)
Manage VLC, Playlists, and Special Commands

F11


Texmaker 4.0.2 (Windows)
Bibtex
"Tools" menu

F11


Access 2010 (Windows)
Toggle the Navigation Pane
Working with Text and Data - Manage Windows

F11


Microsoft Excel 2010 (Windows)
Create and insert chart with data in current range in a separate Chart sheet.
Formulas and Names - Edit Active or Selected Cells

F11


NetBeans 8 (Windows)
Build main project
Compiling, Testing, and Running

F11


IntelliJ (Linux)
Toggle bookmark
Navigation

F11


Presonus Studio One (Windows)
Show FX/Instrument Editor
Track Menu

F11


Audacity 2 (Windows)
Full screen on/off
View Menu

F11


IntelliJ (Windows)
Toggle bookmark
Navigation

F11


FL Studio (Windows)
Show/hide song info window
Window Navigation

F11


Microsoft Excel 2010 (Windows)
Create and insert chart with data in current range in a separate Chart sheet.
The Rest - Edit Active or Selected Cells

F11


Access 2010 (Windows)
Toggle the Navigation Pane
Working with Access Views - Manage Windows

F11


Atom (text editor) 1.0 (Linux)
Toggle fullscreen
View

F11


Atom (text editor) 1.0 (Windows)
Toggle fullscreen
View

F11


Qt Creator (MacOS)
Step into
Debugging

F11


Qt Creator (Windows)
Step into
Debugging

F11


Microsoft Word 2013 (Windows)
Go to the next field/ previous field
Enter Special Fields

F11 / Shift + F11


Microsoft Windows 10 (Windows)
Turn full page view on or off (unless overwritten by Application Shortcut, such as Excel 2013)
Windows Virtual Desktop/ Window Control

F11


Notepad++ 6 (Windows)
Toggle Full Screen Mode
View menu

F11


Microsoft Excel 2013 (Windows)
Create and insert chart with data in current range in a separate Chart sheet
Lesser Used Shortcuts

F11


Autodesk Maya 2015 (Windows)
Select - Face
Making Selections

F11


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

Shift + F10 / F11 / F12


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

Shift + F10 / F11 / F12


Microsoft OneNote 2016 (Windows)
Turn full-screen view on or off
OneNote Window

F11


Photoshop Lightroom CC (Windows)
Open secondary window
Using Secondary Window

F11


Access 2016 (Windows)
Toggle between Navigation Pane
Windows/Content Switching/Navigation

F11


Microsoft Visio 2016 (Windows)
Open text dialog box
Format text

F11


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

F11


Access 2010 (Windows)
Toggle the Navigation Pane
The Rest - Manage Windows

F11


Plex (Windows)
FullScreen Desktop(From Windowed)
Window Control

F11 / Alt + Enter


Plex (Windows)
Exit FullScreen to Windowed
Window Control

F11 / Shift + F11 / Alt + Enter


Microsoft Outlook 2016 (Windows)
Enter a name in the Search Address Books box
People

F11


Autodesk Maya 2017 (Windows)
Select - Face
Making Selections

F11


Microsoft Outlook 2016 (Windows)
Find a contact
People

F11


Adobe After Effects CC (Windows)
Switch to 3D view 2 (defaults to Custom View 1)
3D Layers

F11


Adobe After Effects CC (MacOS)
Switch to 3D view 2 (defaults to Custom View 1)
3D Layers

F11


InDesign CC (Windows)
Paragraph styles
Panels

F11


InDesign CC (MacOS)
Paragraph styles
Panels

F11


InDesign CC (Windows)
Paragraph Styles
Panels

F11 / Ctrl + F11


InDesign CC (MacOS)
Paragraph Styles
Panels

F11 / Command + F11


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

F11


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

F11


IMVU (Windows)
Toggle full screen mode
Screen and View

F11


IMVU (MacOS)
Toggle full screen mode
Screen and View

F11


ArchiCAD 20 (Windows)
Create Fly-Through
Images

F11


ArchiCAD 20 (MacOS)
Create Fly-Through
Images

F11


GIMP (Linux)
Toggle Fullscreen View
View

F11


Dynamics AX 2015 (Windows)
Move the cursor to the address bar.
Windows and Menu Control

F11


GIMP (MacOS)
Toggle Fullscreen View
View Shortcuts

F11


GIMP (Windows)
Toggle Fullscreen View
View Shortcuts

F11


Microsoft Word 2016 (Windows)
Go to the next field.
All Function Key Shortcuts

F11


Autodesk 3ds Max 2017 (Windows)
Open MAXScript listener
General user interface

F11


AutoCad Architecture 2017 (Windows)
Object snap tracking
Function Keys

F11


AutoCAD 2016 (Windows)
Toggles Object Snap Tracking
General

F11


Act! CRM (Windows)
Contact detail view
View Shortcuts

F11


Atom (text editor) 1.0 (MacOS)
Toggle fullscreen
View

F11


JetBrains PyCharm (Windows)
Toggle Bookmark
Navigation

F11


JetBrains RubyMine (Windows)
Toggle Bookmark
Navigation Shortcuts

F11


JetBrains RubyMine (Linux)
Toggle Bookmark
Navigation Shortcuts

F11


Adobe Flash Builder (Windows)
Compile and Debug
24 Shortcuts for Adobe Flash Builder (Windows)

F11


Adobe Flash Builder (MacOS)
Compile and Debug
24 Shortcuts for Adobe Flash Builder (MacOS)

F11


Windows 10 File Explorer (Windows)
Toggle Full Screen
Manage Windows Explorer

F11


Amazon Kindle (Windows)
Toggle Full Screen Mode
Reading Book

F11


Microsoft Excel 2016 (Windows)
Create and insert chart with data in current range in a separate Chart Sheet
The Rest

F11


JetBrains PyCharm (MacOS)
Toggle Bookmark
Navigation Shortcuts

F11


Blender 3D (Windows)
Hide/Show Render Window
Universal

F11


Steinberg Cubase 9 (Windows)
VST instruments
Devices Catagory

F11


Steinberg Cubase 9 (MacOS)
VST instruments
Devices Catagory

F11


Corel WordPerfect X8 (Windows)
Graphic Insert From File
63 Shortcuts for Corel WordPerfect X8 (Windows)

F11


Corel Draw X8 (Windows)
Open fountain fill dialog
Dialogs

F11


Microsoft Word 2016 (MacOS)
Go to the next field
Work with fields

F11


HTML-Kit (Windows)
Show/hide Action Bar
87 Shortcuts for HTML-Kit (Windows)

F11


Opera (MacOS)
Use entire screen for browsing
Display

F11


Opera (Windows)
Use entire screen for browsing
Display

F11


Chief Architect (Windows)
Bumping/Pushing
View Mode

F11


Chief Architect (MacOS)
Bumping/Pushing
View Mode

F11


Microsoft Excel 2016 (MacOS)
Insert a new chart sheet.
Use charts

F11


Yahoo Mail (Web Application)
Expand window to maximum height
General

F11


Corel Quattro Pro X8 (Windows)
Display Current Chart
Function Keys

F11


Edius (Windows)
Print to file
General

F11


Microsoft Excel 2016 (MacOS)
Insert a new chart sheet*
The following table provides the function key shortcuts for Excel 2016 for Mac*

F11


Final Fantasy XV (Windows)
Target nearest enemy
Targeting

F11


InCopy CC (Windows)
Show/hide Paragraph and Character Styles panels, respectively
Character and Paragraph Styles

F11 / Shift + F11


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

F11


MusicBee (Windows)
Show Visualizer Full Screen
Views

F11


Kingsoft Spreadsheets 2016 (Windows)
Insert chart
Other Shortcuts

F11


Adobe Captivate 2017 (Windows)
Snap recording window to mouse
Recording

F11


MetaTrader MT4 (Windows)
Enable/Disable Full Screen Mode
Function Key Shortcuts

F11


FxPro (Windows)
Switch Between Default ,Chart Trading Layout and Chart Only Layout
General Shortcuts

F11


Zerodha Trader (Windows)
Admin Positions
For Monitoring Funds/Trades/Positions/Orders

F11


XYplorer (Windows)
Preview Image Full Screen
Function key Shortcuts

F11


Krita Painting 3 (Windows)
Toggle full screen
Canvas

F11


MediaMonkey (Windows)
Show Year node
Standard Keyboard Shortcuts

F11


Soundforge (Windows)
Show/hide windows docked at the bottom of the workspace
Magnification and View

F11


Pegasus Mail (Web Application)
Select a folder display colour for the message
Message Reader

F11


Jetbrains CLion (Windows)
Toggle bookmark
Navigation Shortcuts

F11


Vegas Pro 14 (Windows)
Minimize/restore the window docking area
Magnification and View

F11 / Alt + `


Siemens NX 11 (Windows)
Maximize Resource Bar Tab
View Menu

F11


Pegasus Mail (Web Application)
Set colour...
Grouped views

F11


MPS 2017 (Windows)
Turn anonymous bookmark on or off
Navigation between Bookmarks

F11


Xamarin Studio (MonoDevelop) (Windows)
Step Into
Debug Menu

F11


Sierra Chart (Windows)
Connect to Data Feed
File Menu

F11


Libreoffice Writer (Windows)
Styles and Formatting window on/off
Function Keys

F11


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

F11


CrazyTalk 8 (Windows)
Full Screen On/Off
General Shortcuts

F11


Visual Studio Code (Windows)
Toggle full screen
Display

F11


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

F11


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

F11


Synfig (Windows)
Preview
73 Shortcuts for Synfig (Windows)

F11


Rhino (Windows)
Points Off
Default Shortcuts

F11


Visual Studio Code (Windows)
Step into/out
Debug

F11 / Shift + F11


OpenSCAD (MacOS)
Wireframe
Function Shortcuts

F11


CodeLite 10 (Windows)
Swap header / source
Editor

F11


Alphacam (Windows)
Snap to Perpendicular
Geometry Creation

F11


Vivaldi
Full screen mode
View

F11


Xyplorer
Close Floating Preview
Other Shortcuts

F11


Solidworks 2019
Full screen
Commands

F11


CuteFTP (Windows)
Folder comparison options
General

F11


CuteFTP (MacOS)
Folder comparison options
72 Shortcuts for CuteFTP (MacOS)

F11


winIDEA
Step into the next statement
Debug

F11


Miscreated
Emote: Whistle (Sound)
Emote

F11


Geany (MacOS)
Fullscreen
Moving the document

F11


HyperWorks (Windows)
Quick Geometry edit
24 Shortcuts for HyperWorks (Windows)

F11


Geany (Windows)
Fullscreen
Moving the document

F11


Geany (Linux)
Fullscreen
Moving the document

F11


FlashFXP (Web Application)
Open the Restore Queue dialog.
54 Shortcuts for FlashFXP (Web Application)

F11


VariCAD (Windows)
Drawing in Ortho Mode
Hot Keys

F11


Roblox
Full screen
Misc

F11


Ableton Live 9 (Windows)
Toggle Full Screen Mode
Showing and Hiding Results

F11


Ableton Live 9 (MacOS)
Toggle Full Screen Mode
Showing and Hiding Results

F11


Ulead PhotoImpact 8 (Windows)
Captures selected source. This is the default setting. It can be changed
File Menu

F11


Comodo IceDragon (Windows)
Toggle Full Screen
Miscellaneous

F11


Modo (Windows)
Snapping pop-over
Floating Windows

F11


Modo (MacOS)
Snapping pop-over
Floating Windows

F11


DaVinci Resolve 15 (Mac)
Replace
Edit menu

F11


Inkscape (Windows)
Toggle fullscreen
Window

F11


DaVinci Resolve 14 (Windows)
Replace Edit
Edit

F11


DaVinci Resolve 14 (MacOS)
Replace Edit
Edit

F11


Inkscape (MacOS)
Toggle fullscreen
Window

F11


Assetto Corsa
Toggle virtual mirror
In-game

F11


Maxwell Render (Windows)
Paint
Polygon Selection

F11


DaVinci Resolve 14 (Windows)
Replace
Edit

F11


DaVinci Resolve 14 (MacOS)
Replace
Edit

F11


Target 3001! (Windows)
XGerber and Excellon output
Function key Shortcuts

F11


Modo (Windows)
Open snapping pop-over
Snapping

F11


Roblox Studio
Step into
Scripting

F11


LDCad
Enable/disable rendering of snap info points
Global

F11


Modo (MacOS)
Open snapping pop-over
Snapping

F11


gThumb (Linux)
Toggles the fullscreen mode
User Interface

F11 / F


SnapStream
Full screen
Playback

F11


WavePad Sound Editor (Windows)
Play slow speed
Play Operations

F11


WavPad Sound Editor (MacOS)
Play slow speed
Play Operations

F11


gEDA (Linux)
Enter select mode (same as Space, or Esc)
Other Important Shortcuts

F11


Battlezone 98 Redux
Select weapon
Weapons

F11


MyPaint (Windows)
Full sceen
Show View Menu

F11


Europa Universalis IV
Normal screenshot
General

F11


AVS Video Editor (Windows)
Full screen
Preview Area

Alt + Enter / F11


Brave Browser (Windows)
Toggle Full Screen View
Tabs and Windows

F11


LXDE
Toggle fullscreen
LDXE / Openbox

F11


BricsCAD (Windows)
Toggles the Entity Snap Tracking setting
Function Key Shortcuts

F11


BricsCAD (Linux)
Toggles the Entity Snap Tracking setting
Function Key Shortcuts

F11


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

F11


BricsCAD (MacOS)
Toggles the Entity Snap Tracking setting
Function Key Shortcuts

F11


FlightGear
Autopilot altitude dialog
Autopilot related

F11


MuseScore (Windows)
Play Panel
Display Shortcuts

F11


Subnautica
Take picture
Mac

F11


MuseScore (MacOS)
Play Panel
Display Shortcuts

F11


TopSolid (Windows)
Recorganize The Floating Icon Bars
Part Clamping

F11


KiCad 5.0.2
Switch to modern toolset with hardware-accelerated graphics (recommended)
GerbView

F11


DraftSight (Windows)
Turns Entity Tracking On/Off
37 Shortcuts for DraftSight (Windows)

F11


SuperMemo (Windows)
Random review in Collection/Browser
129 Shortcuts for SuperMemo (Windows)

F11


Aspire (Windows)
Toggle drawing tab on
General Shortcuts

F11


Aspire (Windows)
Toggle Drawing Tab on
Tab Navigation

F11


VCarve Pro (Windows)
Toggle Drawing Tab on
General Shortcuts

F11


VCarve Pro (Windows)
Toggle Drawing Tab on
Tab Navigation

F11


Ableton Live 10
Toggle Full Screen Mode
Showing and hiding views

F11


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

F11


MindManager v19 (Windows)
Notes
Viewing

F11


KeyCreator (Windows)
Menu Button 10
Miscellaneous Shortcuts

F11


AVImark
Refresh
Follow up list

F11


DayZ
Suicide
Communication

F11


GitHub Desktop
Toggle full screen
View menu

F11


Samsung TV
Change the channel
General

F11


Tableau
Toggle full screen
Web authoring (Tableau Online or Tableau Server)

F11


Google Chrome
Turn full-screen mode on or off
Webpage shortcuts

F11


AutoCAD
Toggle object snap tracking
Toggle Drawing Modes

F11


Claws Mail
Full screen
Main window

F11


Nuclide (Linux)
Step into a piece of code. For example, if you are stopped at a method call, this will go into the first line of that method.
Debugger

F11


Nuclide (Mac)
Step into a piece of code. For example, if you are stopped at a method call, this will go into the first line of that method.
Debugger

F11


Siemens NX
Maximize resource bar tab
View menu

F11


Tibia
Invisible
Action bar

F11


Quicken 2018
Switch to full register view
Register and Write Checks

F11


Evernote for Windows
Show/Hide Note List
Application-wide

F11


UiPath Studio
When debugging, enables you to step into a block of activities and executes the first one
Debugging

F11


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

F11


ZoomText
Background reader
ZoomText Keyboard

F11


Adobe Lightroom Classic
Open secondary window
Using a secondary window

F11


Kerbal Space Program
Temperatures Overlay
System/UI Commands

F11


PyCharm 2018.2
Turn anonymous bookmark on or off.
Navigation between bookmarks

F11


JAWS
Screen Shade Toggle
Miscellaneous

F11


Atom (Windows)
window:toggle-full-screen
All shortcuts

F11


Bluebeam Revu
Full screen
Viewing

F11


PaintShop Pro 2018
Brush variance palette
Single key shorcuts

F11


Unreal Engine
Immersive mode
Level editor

F11


CorelDRAW Graphics Suite 2018
Fountain Fill...
General

F11


Diablo
Auto Send messages during auto play
General

F11


StarCraft 2
Chat
Interface

F11


Minecraft Java Edition
Toggle full screen
Gameplay

F11


Terraria
Toggle visibility of the HUD (heads-up display)
Other hotkeys

F11


Logo Accounting
Column setting
General

F11


Kindle for PC
Toggle Full-Screen Mode
While Reading a Book

F11


Windows PowerShell ISE
Step Into
Script debugging

F11


Metapad
OEM format
Convert selected

F11


Inkscape
Toggle fullscreen
Window

F11


Virtual DJ 2018
Sampler 11 play_stop
General

F11


Microsoft Paint
View a picture in full screen mode
Function keys

F11


TextRoom
Fullscreen on/off
General

F11


PDF-XChange Editor
View document in full screen.
General

F11


MyPaint
Full screen
View

F11


Oracle EBS Forms
Enter query
General

F11


LightWave 3D
Render selected object
Layout: Render

F11


E-Sword
Toggle paste as formatted editors only
General

F11


Warcraft III
Toggle Allies Menu on/off
Menu commands

F11


World of Warcraft
5th bag
Panels

F11


Microsoft Word 2016
Go to the next field
Function key reference

F11


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

F11


WavePad
Play Slow Speed
Play Operations

F11


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

F11


NetBeans
Build main project
Compiling, testing and running

F11


IntelliJ IDEA (Windows, Linux)
Toggle bookmark
Navigation

F11


Comodo IceDragon
Toggle Full Screen
Miscellaneous

F11


GoldWave
Displays Control Properties window.
Main Window

F11


LibreOffice Impress
Styles and Formatting
Function keys

F11


GIMP
Toggle fullscreen
View

F11


LibreOffice Draw
Opens Styles and Formatting window
Function keys for drawings

F11


WordPerfect X8
Graphic: Insert From File
General

F11


LibreOffice Calc
Opens the Styles and Formatting window where you can apply a formatting style to the contents of the cell or to the current sheet
Function keys

F11


LibreOffice Writer
Styles and Formatting window on/off
Function keys

F11


Maple
Slideshow mode
Menu accelerators

F11


WinNc
Attributes
General

F11


REAPER
Toggle fullscreen
Section: Main

F11


FocusWriter
Full screen
General

F11


Qt Creator
Step into
Debugging

F11


Maxthon
URL keys
Others

F11


Microsoft Access 2016
Show or hide the Navigation Pane
Navigate in the Access workspace

F11


Guitar Pro
Full screen
View

F11


Sumatra PDF
Enter presentation mode
Viewing state

F11


WPS Office
Insert chart
General

F11


Accounting CS
Toggle to hide or unhide toolbars (including the command menu bar) that are currently displayed in the PDF editor
Toggle to hide/unhide frames in the view

F11


Blender
Show last closed rendered image
General

F11


MediaMonkey
Show year node
General

F11


VLC Media Player
Window full-screen
Miscellaneous

F11


Eclipse
Debug
Running and debugging

F11


Visual Studio Code (Linux)
Step into
Debug

F11


Krita 3.0
Toggle full screen
Canvas

F11


Visual Studio Code (Windows)
Step into
Debug

F11


Visual Studio Code (Mac)
Step into
Debug

F11


IrfanView
Show / hide the mouse cursor in full screen mode (mouse reappears when moved)
Full screen mode

F11


Microsoft Internet Explorer 11
Toggle between full-screen and regular views
Browsing

F11


Chrome DevTools
Step into next function call
Sources panel

F11


PeaZip
Toggle full screen mode
Functional keys

F11


Microsoft Excel 2016
Creates a chart of the data in the current range in a separate Chart sheet
Function keys

F11


Firefox Quantum
Toggle full screen
Miscellaneous

F11


Notepad++
Toggle full screen mode
View menu

F11


Outlook 2016 and Outlook 2013
Find a contact
People

F11


Everything
Toggle fullscreen
General keyboard shortcuts

F11


MusicBee
Show visualizer full screen
General

F11


SQL Server Management Studio (SSMS)
Step into
Transact-SQL debugger

F11


Microsoft OneNote
Enable or disable full page view
Work with pages and Quick Notes

F11


Android Studio
Toggle bookmark
Writing code

F11


Audacity
Full screen on/off
View menu

F11


Opera
Use entire screen for browsing
Display modes

F11


File Explorer
Maximize or minimize the active window
Miscellaneous

F11


Overwatch
Spectate 11
Spectate

F11


Mozilla Thunderbird
Show or hide Today pane
Lightning (calendar add-on)

F11


Notepad2
Select default text syntax scheme
Syntax scheme, font

F11


gedit 2.3 (Linux)
Fullscreen view
Program

F11


Google Earth 5 (Linux)
Fullscreen view
Program

F11


Google Earth 5 (Windows)
Switch to Full Screen
Adjust View

f11


Rhythmbox (Linux)
Toggle fullscreen mode
Window

F11


Open Office Impress (Windows)
Styles and Formatting
Function Keys

F11


Internet Explorer (Windows)
Turn full page view on or off (default Windows feature).
Manage IE8 Windows

F11


Microsoft Windows Vista (Windows)
Turn full page view on or off.
Work with Vista (Application) Windows

F11


Microsoft Excel 2007 (Windows)
Creates a chart of the data in the current range.
Function keys in Excel 2007

F11


IrfanView 4.42 (Windows)
Show / hide the mouse in full screen mode (mouse reappears when moved)
Fullscreen Mode

F11


Tupi (Windows)
Show/Hide full-screen mode
Animation Module

F11


Microsoft Outlook 2007 (Windows)
Enter a name in the Search Address Books box.
Shortcuts for Contacts

F11


Adobe After Effects CS5 (MacOS)
Switch to 3D view 2 (defaults to Custom View 2)
3D Layers

F11


Adobe After Effects CS5 (Windows)
Switch to 3D view 2 (defaults to Custom View 2)
3D Layers

F11


Windows Media Player 11 (Windows)
Turn full page view on or off (default Windows feature).
Manage the Media Player Windows

F11


Microsoft Word 2010 (Windows)
Go to the next field/ previous field
Fields

F11 / Shift + F11


DBeaver 6.0.3
Current column filters menu
Data viewer

F11


Nano
Display the position of the cursor
Navigation

F11


Scrivener 1.9.9
Toggle full screen
View

F11