MPS 2017 (Windows)

Navigation between Bookmarks

Turn anonymous bookmark on or off

F11

All hotkeys for MPS 2017 (Windows)

Advanced Editing
Comment/uncomment current line or selected block with line comments

Ctrl + /

Advanced Editing
Comment/uncomment code with block comments

Ctrl + Shift + /

Advanced Editing
Show the Highlighting level pop-up window to configure highlighting in the current file

Ctrl + Shift + Alt + H

Advanced Editing
Show parameters of the method call at the caret

Ctrl + P

Advanced Editing
Show the current method or class declaration when it is not visible

Alt + Q

Advanced Editing
Show an error or warning description at the caret

Ctrl + F1

Advanced Editing
Open browser with the documentation for the selected item

Shift + F1

Advanced Editing
Override base class methods in the current class

Ctrl + O

Advanced Editing
Surround selected code fragment with if, do, tags or other constructs

Ctrl + Alt + T

Advanced Editing
Code completion for any class, method or variable

Ctrl + Spacebar

Advanced Editing
Code Completion filtering the lookup list basing on expected type

Ctrl + Shift + Spacebar

Advanced Editing
Goes through the names of classes, methods, keywords and variables in the current visibility scope

Alt + /

Advanced Editing
Show a pop-up list of starting with a specified prefix

Ctrl + J

Advanced Editing
Surround the selection with one of the templates

Ctrl + Alt + J

Advanced Editing
In templates: move the caret to the next template variable

Tab

Advanced Editing
In templates: move the caret to the previous template variable

Shift + Tab

Basic Editing
Delete a character to the left of the caret

Backspace

Basic Editing
Undo last operation

Ctrl + Z

Basic Editing
Redo last undone operation

Ctrl + Shift + Z

Basic Editing
Cut a current line or a selected code block to the Clipboard

Ctrl + X

Basic Editing
Copy a current line or a selected code block to the Clipboard

Ctrl + C

Basic Editing
Paste from the Clipboard to the caret location

Ctrl + V

Basic Editing
Paste selected entry from the Clipboard to the caret location

Ctrl + Shift + V

Basic Editing
Move the caret one line up

Up Arrow

Basic Editing
Move the caret one line up selecting the text

Shift + Up Arrow

Basic Editing
Move the caret one line down

Down Arrow

Basic Editing
Move the caret one line down selecting the text

Shift + Down Arrow

Basic Editing
Move the caret one character to the left

Left Arrow

Basic Editing
Move the caret one character to the left selecting the text

Shift + Left Arrow

Basic Editing
Move the caret one character to the right

Right Arrow

Basic Editing
Move the caret one character to the right selecting the text

Shift + Right Arrow

Basic Editing
Move the caret down to the page bottom

Ctrl + PgDn

Basic Editing
Move the caret down to the page bottom, selecting the text

Ctrl + Shift + PgDn

Basic Editing
Move the caret up to the page top

Ctrl + PgUp

Basic Editing
Move the caret up to the page bottom, selecting the text

Ctrl + Shift + PgUp

Basic Editing
Move the caret one Page down

PgDn

Basic Editing
Move the caret one Page down, selecting the text

Shift + PgDn

Basic Editing
Move the caret one Page up

PgUp

Basic Editing
Move the caret one Page up, selecting the text

Shift + PgUp

Basic Editing
Scroll the text one line down

Ctrl + Down Arrow

Basic Editing
Scroll a line at caret to the center of the screen

Ctrl + M

Basic Editing
Scroll the text one line up

Ctrl + Up Arrow

Basic Editing
Move the caret to the end of line

End

Basic Editing
Move the caret to the end of line, selecting the text

Shift + End

Basic Editing
Move the caret to the beginning of line

Home

Basic Editing
Move the caret to the beginning of line, selecting the text

Shift + Home

Basic Editing
Move the caret to the next word

Ctrl + Right Arrow

Basic Editing
Move the caret to the next word, selecting it

Ctrl + Shift + Right Arrow

Basic Editing
Move the caret to the previous word

Ctrl + Left Arrow

Basic Editing
Move the caret to the previous word, selecting it

Ctrl + Shift + Left Arrow

Basic Editing
Move the caret to the end of text

Ctrl + End

Basic Editing
Move the caret to the end of text, selecting it

Ctrl + Shift + End

Basic Editing
Move the caret to the beginning of text

Ctrl + Home

Basic Editing
Move the caret to the beginning of text, selecting it

Ctrl + Shift + Home

Basic Editing
Select the entire text opened in the editor

Ctrl + A

Basic Editing
Delete the line where the caret is currently located

Ctrl + Y

Basic Editing
Delete the word starting from the current caret location up to the word end

Ctrl + Delete

Basic Editing
Delete the word starting from the current caret location up to the word start

Ctrl + Backspace

Basic Editing
Toggle insert/overwrite modes

Insert

Basic Editing
Duplicate selected block or the line at the caret

Ctrl + D

Basic Editing
Toggle case of the selected text block

Ctrl + Shift + U

Basic Editing
Move the caret to the current code block end, highlighting the block limits

Ctrl + ]

Basic Editing
Move the caret to the current code block end, selecting the code beginning from the initial caret location

Ctrl + Shift + ]

Basic Editing
Move the caret to the current code block start, highlighting the block limits

Ctrl + [

Basic Editing
Move the caret to the current code block start, selecting the code beginning from the initial caret location

Ctrl + Shift + [

Basic Editing
Start a new line after the current one positioning the caret in accordance with the current indentation level

Shift + Enter

Basic Editing
Start a new line before the current one

Ctrl + Alt + Enter

Basic Editing
Concatenate the selected lines into one or concatenate the line where the caret is currently located with the next line

Ctrl + Shift + J

Basic Editing
Split the selected line at the point where the caret is located, leaving the caret at the end of the first line

Ctrl + Enter

Basic Editing
Select successively increasing code blocks starting from the current caret location

Ctrl + W

Basic Editing
Remove sequentially the selection made by the action

Ctrl + Shift + W

Basic Editing
Move the selected block to the next indentation level

Tab

Basic Editing
Move the selected block to the previous indentation level

Shift + Tab

Basic Editing
Indent the current line or selected block according to the General settings

Ctrl + Alt + I

Code Folding
Expand the current collapsed fragment

Ctrl + NumPad +

Code Folding
Collapse the current folding region

Ctrl + NumPad -

Code Folding
Expand the current folded fragment and all the subordinate collapsed folding regions within that fragment

Ctrl + Alt + NumPad +

Code Folding
Collapse the current folding region and all the subordinate folding regions within it

Ctrl + Alt + NumPad -

Code Folding
Expand all collapsed fragments within the selection, or, if nothing is selected, expand all the collapsed fragments in the current file

Ctrl + Shift + NumPad +

Code Folding
Collapse all folding regions within the selection, or, if nothing is selected, collapse all the folding regions in the current file

Ctrl + Shift + NumPad -

Code Folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + NumPad 1..5

Code Folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + Shift + NumPad 1..5

Code Folding
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"

Ctrl + .

Running and Debugging
Run a program

Shift + F10

Running and Debugging
Quickly select run/debug configuration and run or edit it

Shift + Alt + F10

Running and Debugging
Repeat execution with the same settings, with the same tab of the Run tool window having the focus

Ctrl + F5

Running and Debugging
Repeat execution with the same settings, with the same tab of the editor having the focus

Shift + F10

Running and Debugging
Debug a program

Shift + F9

Running and Debugging
Quickly select run/debug configuration and debug or edit it

Shift + Alt + F9

Running and Debugging
Step to the next line in the current file See Stepping Through the Program

F8

Running and Debugging
Step to the next executed line See Stepping Through the Program

F7

Running and Debugging
Select the method to step in, if the current line contains multiple method call expressions See Choosing a Method to Step Into

Shift + F7

Running and Debugging
Step to a first executed line after returning from the current method See Stepping Through the Program

Shift + F8

Running and Debugging
Run until the next line in this method or file, skipping the methods referenced at the current execution point and ignoring breakpoints See Stepping Through the Program

Shift + Alt + F8

Running and Debugging
Steps into the method called in the current execution point even if this method is to be skipped See Stepping Through the Program

Shift + Alt + F7

Running and Debugging
Run to the line where the caret is located See Stepping Through the Program

Alt + F9

Running and Debugging
Run to the line where the caret is located, ignoring breakpoints See Stepping Through the Program

Ctrl + Alt + F9

Running and Debugging
Resume program execution

F9

Running and Debugging
Terminate a debugging session

Shift + F2

Running and Debugging
Evaluate an arbitrary expression

Alt + F8

Running and Debugging
Evaluate an arbitrary expression without calling Evaluate Expression dialog

Ctrl + Alt + F8

Running and Debugging
Toggle breakpoint at the current line

Ctrl + F8

Running and Debugging
View/manage all breakpoints

Ctrl + Shift + F8

General Shortcuts
Close an active tab in a tool window (for example, Find tool window)

Ctrl + Shift + F4

General Shortcuts
Close an active editor

Ctrl + F4

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

F4

General Shortcuts
Export contents of a tool window to a text file This feature applies to the Version Control Tool Window, Messages Tool Window, and other tool windows that provide the export button  on the window toolbar

Alt + O

General Shortcuts
Create a new class, file or directory See Populating Modules

Alt + Insert

General Shortcuts
Save all files and settings

Ctrl + S

General Shortcuts
When several tabs are open in the editor or a view, open the next tab to the right (or first tab if the current one is the last)

Alt + Right Arrow

General Shortcuts
When several tabs are open in the editor or a view, open the next tab to the left (or last tab if the current one is the first)

Alt + Left Arrow

General Shortcuts
Display intention actions (if any) for the code where the caret is currently located, or the selected GUI component in a form

Alt + Enter

General Shortcuts
Detect all externally changed files and reload them from disk

Ctrl + Alt + Y

Search
Initiate text search

Ctrl + F

Search
Initiate text search and replace

Ctrl + R

Search
Navigate to the next/previous occurrence of a selected word in the editor

F3 / Shift + F3

Search
Search in the editor for the word where the caret is currently located

Ctrl + F3

Search
Initiate text search

Ctrl + F

Search
Initiate search for a text string in the specified scope

Ctrl + Shift + F

Search
Initiate search and replace in the specified scope

Ctrl + Shift + R

Search
Initiate search for usages of the selected symbol in the specified scope

Alt + F7

Search
Initiate search for usages of the selected symbol in the current file

Ctrl + F7

Search
Highlight usages of a symbol at caret

Ctrl + Shift + F7

Search
Show usages of a symbol at caret in a pop-up window Use list of found usages to jump to the desired location

Ctrl + Alt + F7

Search
Find an action, bypassing menus See Finding Actions

Ctrl + Shift + A

Navigation between Bookmarks
Navigate to a numbered bookmark with the corresponding number

Ctrl + Specified Number

Navigation between Bookmarks
Turn anonymous bookmark on or off

F11

Navigation between Bookmarks
Turn bookmark with mnemonic on or off

Ctrl + F11

Navigation between Bookmarks
Open Bookmarks dialog to manage existing bookmarks and navigate between them

Shift + F11

Navigation between IDE Components
Move focus from the current file, class, method or reference to a data source, to a view suggested in the Select Target pop-up menu Refer to Navigating Between IDE Components

Alt + F1

Navigation between IDE Components
Collapse all nodes in a tree view

Ctrl + NumPad -

Navigation between IDE Components
Expand all nodes in a tree view

Ctrl + NumPad +

Navigation between IDE Components
Navigate between files opened in the editor, and tool windows

Ctrl + Tab

Navigation between IDE Components
Open a tool window with the specified number

Alt + Number

Navigation between IDE Components
Hide the currently active tool window

Shift + Esc

Navigation between IDE Components
Activate the last focused tool window

F12

Navigation between Source Code
Display the Structure pop-up window for quick navigation through the current file

Ctrl + F12

Navigation between Source Code
Move focus from the current file, class, method or reference to a data source table to a view suggested in the Select Target pop-up menu See Navigating Between IDE Components

Alt + F1

Navigation between Source Code
Show the list of recently opened files

Ctrl + E

Navigation between Source Code
Show the list of recently updated files

Ctrl + Shift + E

Navigation between Source Code
Browse hierarchy for the selected class class

Ctrl + H

Navigation between Source Code
Navigate directly to a class in project by specifying its name in a pop-up dialog box

Ctrl + N

Navigation between Source Code
Navigate directly to a file in project by specifying its name in a pop-up dialog box

Ctrl + Shift + N

Navigation between Source Code
Show the list of recently opened files

Ctrl + E

Navigation between Source Code
Show the list of recently updated files

Ctrl + Shift + E

Navigation between Source Code
Navigate to any line in the current file by specifying its number

Ctrl + G

Navigation between Source Code
Navigate to declaration of a symbol at caret

Ctrl + B

Navigation between Source Code
Navigate to implementation of the item at caret

Ctrl + Alt + B

Navigation between Source Code
Navigate to a type declaration of a symbol at caret, the symbol being a variable or a method call

Ctrl + Shift + B

Navigation between Source Code
Navigate to a super method declaration of a method under the caret

Ctrl + U

Navigation between Source Code
Navigate to a test for the class at caret, if any, or navigate from a test to a test subject

Ctrl + Shift + T

Navigation between Source Code
Navigate between files with complicated relationships between them

Ctrl + Alt + Home

Navigation between Source Code
Navigate to the next method declaration in the active editor tab

Alt + Down Arrow

Navigation between Source Code
Navigate to the previous method declaration in the active editor tab

Alt + Up Arrow

Navigation between Source Code
Navigate to the start of the current code block

Ctrl + [

Navigation between Source Code
Navigate to the end of the current code block

Ctrl + ]

Navigation between Source Code
Undo last navigation operation

Ctrl + Alt + Left Arrow

Navigation between Source Code
Redo last undone navigation operation

Ctrl + Alt + Right Arrow

Navigation between Source Code
Navigate to a previous found item

Ctrl + Alt + Up Arrow

Navigation between Source Code
Navigate to a next found item

Ctrl + Alt + Down Arrow

Navigation between Source Code
Move through the most recent change points

Ctrl + Shift + Backspace

Navigation between Source Code
Navigate to the next found error/warning

F2

Navigation between Source Code
Navigate to the previous found error/warning

Shift + F2

Refactoring
Rename the selected file, class, field, method, etc and change all references to it accordingly

Shift + F6

Refactoring
Change the signature of the selected method and update all the corresponding method calls

Ctrl + F6

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

F6

Refactoring
Create a copy of the selected class, file or directory in the same or different directory or package

F5

Refactoring
Delete the selected class, method or field checking its usages

Alt + Delete

Refactoring
Turn the selected code fragment into a method

Ctrl + Alt + M

Refactoring
Create a new variable and use the selected expression as its value

Ctrl + Alt + V

Refactoring
Create a new field and use the selected expression as its value

Ctrl + Alt + F

Refactoring
Create a new constant (static final field) and use the selected expression as its value

Ctrl + Alt + C

Refactoring
Turn the selected expression into a new method parameter

Ctrl + Alt + P

Refactoring
Inline the selected method or variable

Ctrl + Alt + N

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


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


Delphi
Invoke Object Inspector window
General

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