Qt Creator (MacOS)

Editor

Switch between method declaration and definition

Shift + F2

All hotkeys for Qt Creator (MacOS)

Version Control - Bazaar
Commit/Submit

Command + Z , Alt+ C

Version Control - Bazaar
Diff

Command + Z , Alt+ D

Version Control - Bazaar
Log/Filelog

Command + Z , Alt+ L

Version Control - Bazaar
Status

Command + Z , Alt+ S

Version Control - CVS
Add

Command + C , Alt+ A

Version Control - CVS
Commit/Submit

Command + C , Alt+ C

Version Control - CVS
Diff

Command + C , Alt+ D

Version Control - Git
Add

Command + G , Command + A

Version Control - Git
Commit/Submit

Command + G , Command + C

Version Control - Git
Diff

Command + G , Command + D

Version Control - Git
Diff project

Command + G , Command + Shift + D

Version Control - Git
Blame/Annotate

Command + G , Command + B

Version Control - Git
Log/Filelog

Command + G , Command + L

Version Control - Git
Log project

Command + G , Command + K

Version Control - Git
Undo changes/Revert

Command + G , Command + U

Version Control - Mercurial
Add

Command + P , Command + A

Version Control - Mercurial
Commit/Submit

Command + P , Command + S

Version Control - Mercurial
Diff project

Command + P , Command + D

Version Control - Mercurial
Log/Filelog

Command + P , Command + F

Version Control - Mercurial
Undo changes/Revert

Command + P , Command + R

Version Control - Mercurial
Edit

Command + P , Command + E

Version Control - Subversion
Add

Command + G , Command + A

Version Control - Subversion
Commit/Submit

Command + G , Command + C

Version Control - Subversion
Diff

Command + G , Command + D

General
Open file or project

Ctrl + O

General
New file or project

Ctrl + N

General
Open in external editor

Command + V , Command + I

General
Select all

Ctrl + A

General
Delete

Delete

General
Cut / Copy / Paste

Ctrl + X / Ctrl + C / Ctrl + V

General
Undo

Ctrl + Z

General
Redo

Ctrl + Y

General
Print

Ctrl + P

General
Save

Ctrl + S

General
Save all

Ctrl + Shift + S

General
Close window

Ctrl + W

General
Close all windows

Ctrl + Shift + W

General
Close current file

Ctrl + F4

General
Go back / Go forward

Command + Arrow Left / Command + Arrow Right

General
Go to line

Ctrl + L

General
Go to other split

Ctrl +E, O

General
Previous open document / Next open document in history

Ctrl + Tab / Ctrl + Shift + Tab

General
Activate Locator

Ctrl + K

General
Switch to Welcome mode

Ctrl + 1

General
Switch to Edit mode

Ctrl + 2

General
Switch to Design mode

Ctrl + 3

General
Switch to Debug mode

Ctrl + 4

General
Switch to Projects mode

Ctrl + 5

General
Switch to Analyze mode

Ctrl + 6

General
Switch to Help mode

Ctrl + 7

General
Toggle Issues pane

Command + 1

General
Toggle Search Results pane

Command + 2

General
Toggle Application Output pane

Command + 3

General
Toggle Compile Output pane

Command + 4

General
Toggle other output panes

Command + 5 ... 9

General
Activate Bookmarks pane

Command + M

General
Activate File System pane

Command + Y

General
Activate Open Documents pane

Command + O

General
Maximize output panes

Command + 9

General
Move to next item in output panes

F6

General
Move to previous item in output panes

Shift + F6

General
Activate Projects pane

Command + X

General
Full screen

Ctrl + Shift + F11

General
Toggle the sidebar

Command + 0

General
Move to Edit mode

Esc

General
Exit Qt Creator

Ctrl + Q

Editor
Auto-indent selection

Ctrl + I

Editor
Collapse / Expand

Ctrl + < / Ctrl + >

Editor
Trigger a completion in this scope

Ctrl + Space

Editor
Copy line

Ctrl + Insert

Editor
Copy line down / copy line up

Ctrl + Command +Down

Editor
Paste from the clipboard history, Subsequent presses move you back in the history

Ctrl + Shift + V

Editor
Cut line

Shift + Delete

Editor
Join lines

Ctrl + J

Editor
Insert line above current line

Ctrl + Shift + Enter

Editor
Insert line below current line

Ctrl + Enter

Editor
Decrease / increase font size (or Ctrl+scroll)

Ctrl +-/ Ctrl + +

Editor
Reset font size

Ctrl + 0

Editor
Toggle Vim-style editing

Command + V , Alt+ V

Editor
Split

Ctrl + E , 2

Editor
Split side by side

Ctrl + E , 3

Editor
Remove all splits

Ctrl + E , 1

Editor
Remove current split

Ctrl + E , 0

Editor
Select all

Ctrl + A

Editor
Go to block end / Go to block start

Ctrl + ] / Ctrl + [

Editor
Go to block end / Go to block start with selection

Ctrl + } / Ctrl + {

Editor
Move current line down / Move current line up

Ctrl + Shift + Arrow Down / Ctrl + Shift + Arrow Up

Editor
Trigger a refactoring action in this scope

Command + Enter

Editor
Rewrap paragraph

Ctrl + E , R

Editor
Select the current block The second press extends the selection to the parent block

Ctrl + U

Editor
Enable text wrapping

Ctrl + E , Ctrl + W

Editor
Toggle comment for selection

Ctrl + /

Editor
Visualize whitespace

Ctrl +E, Ctrl+ V

Editor
Adjust size

Ctrl + J

Editor
Lay out in a grid

Ctrl + G

Editor
Lay out horizontally

Ctrl + H

Editor
Lay out vertically

Ctrl + L

Editor
Preview

Command + Shift + R

Editor
Edit signals and slots

F4

Editor
Toggle bookmark

Ctrl + M

Editor
Go to next bookmark / go to previous bookmar

Ctrl + . / Ctrl + ,

Editor
Fetch snippet

Command + C , Alt+ F

Editor
Paste snippet

Command + C , Alt+ P

Editor
Find usages

Ctrl + Shift + U

Editor
Follow symbol under cursor; Works with namespaces, classes, methods, variables, include statements and macros

F2

Editor
Rename symbol under cursor

Ctrl + Shift + R

Editor
Switch between method declaration and definition

Shift + F2

Editor
Open type hierarchy

Ctrl + Shift + T

Editor
Switch between header and source file

F4

Editor
Turn selected text into lowercase

Command + U

Editor
Turn selected text into uppercase

Command + Shift + U

Editor
Run static checks on JavaScript code to find common problems

Ctrl + Shift + C

Editor
Find and replace

Ctrl + F

Editor
Find next / Find previous

F3 / Shift + F3

Editor
Find next / Find previous occurrence of selected text

Ctrl + F3 / Ctrl + Shift + F3

Editor
Replace next

Ctrl + =

Editor
Open advanced find

Ctrl + Shift + F

Editor
Record a text-editing macro

Command + (

Editor
Stop recording a macro

Command + )

Editor
Play last macro

Command + R

Editor
Show Qt Quick toolbars

Ctrl + Command + Space

Editor
Execute user actions 1 … 9 in FakeVim mode

Command + V , 1 ... 9

Image Viewer
Switch to background

Ctrl + [

Image Viewer
Switch to outline

Ctrl + ]

Image Viewer
Zoom in / Zoom out

Ctrl + + / Ctrl + -

Image Viewer
Fit to screen

Ctrl + =

Image Viewer
Original size

Ctrl + 0

Qt Quick Designer
Open the QML file that defines the selected component

F2

Qt Quick Designer
Move between code editor and visual editor

F4

Qt Quick Designer
Toggle left sidebar

Ctrl + Command + 0

Qt Quick Designer
Toggle right sidebar

Ctrl + Command + Shift + 0

Debugging
Start or continue debugging

F5

Debugging
Exit debugger

Shift + F5

Debugging
Step over

F10

Debugging
Step into

F11

Debugging
Step out

Shift + F11

Debugging
Toggle breakpoint

F9

Debugging
Run to selected function

Ctrl + F6

Debugging
Run to line

Ctrl + F10

Debugging
Reverse direction

F12

Project
Build project

Ctrl + B

Project
Build all

Ctrl + Shift + B

Project
New project

Ctrl + Shift + N

Project
Open project

Ctrl + Shift + O

Project
Select the kit to build and run your project with

Ctrl + T

Project
Run

Ctrl + R

Version Control

Help
View context-sensitive help

F1

Help
Activate contents in Help mode

Ctrl + T

Help
Add bookmark in Help mode

Ctrl + M

Help
Activate index in Help mode

Ctrl + I

Help
Reset font size

Ctrl + 0

Help
Activate search in Help mode

Ctrl + S

Similar combinations for other applications


Microsoft Projects 2010 (Windows)
Open 'Task Information' Window for current Task
Manage Tasks

Shift + F2


Microsoft Excel 2010 (Windows)
Insert / Edit a cell comment.
Work with Data Selections - Edit Active or Selected Cells

Shift + F2


Android Emulator (Windows)
Right Softkey / Star button (or Page down)
Main Device Keys

Shift + f2


Notepad++ 5 (Windows)
Previous bookmark
Edit - Bookmark

Shift + F2


Microsoft Excel 2011 (MacOS)
Edit a cell comment
Function keys

Shift + F2


Total Commander 8 (Windows)
Compare file lists
Main Shortcuts

Shift + F2


Inpage (Windows)
To select textbox tool
For Tools Selection

Shift + F2


Notepad++ 5 (Windows)
Previous bookmark
Search - Bookmark

Shift + F2


Microsoft Excel 2010 (Windows)
Insert / Edit a cell comment.
Insert and Edit Data - Edit Active or Selected Cells

Shift + F2


Microsoft Excel 2011 (MacOS)
Edit a cell comment
Entering data on a sheet

Shift + F2


Access 2010 (Windows)
Open the Zoom box
Manage Access Features - Other Shortcuts

Shift + F2


Microsoft Word 2007 (Windows)
Copy text.
Function key reference: SHIFT+Function key

Shift + F2


InDesign CS5 (MacOS)
Find next occurrence of Find What text
Managing Text

Shift + F2 / Option + Command + F


Microsoft Excel 2010 (Windows)
Insert / Edit a cell comment.
Format Data - Edit Active or Selected Cells

Shift + F2


Android Emulator (Linux)
Right Softkey / Star button (or Page down)
Main Device Keys

Shift + f2


Sublime Text (Windows)
Go to previous bookmark
Bookmarks and Marks

Shift + F2


CATIA V5 (Windows)
Toggle the specification tree overview on and offopens an overview on specifications tree in a new window.
38 Shortcuts for CATIA V5 (Windows)

Shift + F2


Access 2010 (Windows)
Open the Zoom box
Working with Text and Data - Other Shortcuts

Shift + F2


Microsoft Excel 2010 (Windows)
Insert / Edit a cell comment.
Formulas and Names - Edit Active or Selected Cells

Shift + F2


IntelliJ (Linux)
Next/previous highlighted error
Navigation

F2 / Shift + F2


IntelliJ (Windows)
Next/previous highlighted error
Navigation

F2 / Shift + F2


Microsoft Excel 2013 (Windows)
Insert / Edit a cell comment
Edit Complete Cells

Shift + F2


Microsoft Excel 2010 (Windows)
Insert / Edit a cell comment.
The Rest - Edit Active or Selected Cells

Shift + F2


Qt Creator (Windows)
Switch between method declaration and definition
Editor

Shift + F2


Access 2010 (Windows)
Open the Zoom box
Working with Access Views - Other Shortcuts

Shift + F2


Notepad++ 6 (Windows)
Go To Previous Bookmark
Search menu

Shift + F2


Access 2016 (Windows)
Open the zoom box
Design/Content Operation(on selected control)

Shift + F2


Access 2010 (Windows)
Open the Zoom box
The Rest - Other Shortcuts

Shift + F2


Zoho Sheet (Windows)
Add / Edit cell note
Actions

Shift + F2


CINEMA 4D (Windows)
Materials Manager
Editor

Shift + F2


Zoho Sheet (MacOS)
Add / Edit cell note
Actions

Shift + F2


Microsoft Word 2016 (Windows)
Copy text.
All Function Key Shortcuts

Shift + F2


AutoCAD 2016 (Windows)
Subobject selection is limited to vertices (AutoCAD only)
General

Shift + F2


Microsoft Projects 2016 (Windows)
Display task information.
Navigate Views and Windows

Shift + F2


Microsoft Projects 2016 (Windows)
Display resource information.
Navigate Views and Windows

Shift + F2


Microsoft Projects 2016 (Windows)
Display assignment information.
Navigate Views and Windows

Shift + F2


TextMate 2 (MacOS)
Jump to Next/Previous Bookmark
General Shortcuts

F2 / Shift + F2


Sublime Text (Linux)
Previous Bookmark
Bookmarks Shortcuts

Shift + F2


Sublime Text (MacOS)
Previous Bookmark
Bookmarks Shortcuts

Shift + F2


JetBrains PyCharm (Windows)
Previous highlighted Error
Navigation

Shift + F2


Microsoft Excel 2016 (Windows)
Insert/ edit a cell comment
Comments and Hyperlinks

Shift + F2


JetBrains RubyMine (Windows)
Previous highlighted Error
Navigation Shortcuts

Shift + F2


JetBrains RubyMine (MacOS)
Previous highlighted Error
Navigation Shortcuts

Shift + F2


JetBrains RubyMine (Linux)
Previous highlighted Error
Navigation Shortcuts

Shift + F2


JetBrains PyCharm (MacOS)
Previous highlighted Error
Navigation Shortcuts

Shift + F2


JetBrains AppCode (MacOS)
Previous highlighted Error
Navigation Controls

Shift + F2


Blender 3D (Windows)
Export Scene as a DXF file
Universal

Shift + F2


Microsoft Word 2016 (MacOS)
Copy selected text
Frequently Used Shortcuts

Shift + F2


JetBrains PhpStorm (Windows)
Previous highlighted Error
Navigation

Shift + F2


JetBrains PhpStorm (MacOS)
Previous highlighted Error
Navigation

Shift + F2


JetBrains PhpStorm (Linux)
Previous highlighted Error
Navigation

Shift + F2


Microsoft Excel 2016 (MacOS)
Insert a comment
Enter data on a sheet

Shift + F2


Microsoft Excel 2016 (MacOS)
Open and edit a cell comment
Enter data on a sheet

Shift + F2


Corel WordPerfect X8 (Windows)
Find Next
63 Shortcuts for Corel WordPerfect X8 (Windows)

Shift + F2


Opera (MacOS)
Enter nickname for fast bookmark access
Access Loading

Shift + F2


Opera (Windows)
Enter nickname for fast bookmark access
Access Loading

Shift + F2


Corel Ventura 10 (Windows)
Zoom Dialog
Zoom and View

Shift + F2


Corel Draw X8 (Windows)
Zoom to selection
Zoom and Pan

Shift + F2


Corel Quattro Pro X8 (Windows)
Activate Debug Mode to Execute Macro
Function Keys

Shift + F2


HTML-Kit (Windows)
Go t o Previous Bookmark
87 Shortcuts for HTML-Kit (Windows)

Shift + F2


Microsoft Excel 2016 (MacOS)
Insert or edit a cell comment
The following table provides the function key shortcuts for Excel 2016 for Mac*

Shift + F2


Microsoft Word 2016 (MacOS)
Copy selected text
Function key shortcuts

Shift + F2


Primevera P6 P6 (Windows)
Reorganize
General Shortcuts

Shift + F2


Zerodha Trader (Windows)
Cover Sell Order
Place Order

Shift + F2


XYplorer (Windows)
Batch Rename
Function key Shortcuts

Shift + F2


Jetbrains CLion (Windows)
Next/previous highlighted error
Navigation Shortcuts

F2 / Shift + F2


MPS 2017 (Windows)
Terminate a debugging session
Running and Debugging

Shift + F2


MPS 2017 (Windows)
Navigate to the previous found error/warning
Navigation between Source Code

Shift + F2


CodeLite 10 (Windows)
Show / hide Management pane
View

Shift + F2


FlashFXP (Web Application)
Rename (selecting the filename + extension)
54 Shortcuts for FlashFXP (Web Application)

Shift + F2


HyperWorks (Windows)
Temporary Nodes
24 Shortcuts for HyperWorks (Windows)

Shift + F2


Ansys Mechanical (Windows)
Activate Extend to Limits Selection
Selection Filters

Shift + F2


Evergreen (Linux)
Capture Holds
Circulation

Shift + F2


Comodo IceDragon (Windows)
Developer Toolbar
Tools

Shift + F2


FEKO (Windows)
Edit trace legend entry
General POSTFEKO Shortcuts

Shift + F2


FEKO (Linux)
Edit trace legend entry
General POSTFEKO Shortcuts

Shift + F2


BricsCAD (Windows)
Toggles the display of the command bar
Other Shortcuts

Shift + F2


BricsCAD (Linux)
Toggles the display of the Ctrl bar
Other Shortcuts

Shift + F2


BricsCAD (MacOS)
Toggles the display of the command bar
Other Shortcuts

Shift + F2


SuperMemo (Windows)
Search SuperMemo Wiki Help
129 Shortcuts for SuperMemo (Windows)

Shift + F2


Microsoft Projects 2007 (Windows)
Display task, resource or assignment information.
Navigate views and windows

Shift + F2


Google Spreadsheets (Web Application)
Edit comment
Entering/editing data

Shift + F2


Microsoft Excel 2007 (Windows)
Adds or edits a cell comment.
Function keys in Excel 2007

Shift + F2


InDesign CS5 (Windows)
Find next occurrence of Find What text
Managing Text

Shift + F2 / Alt + Ctrl + f


Adobe After Effects CS5 (MacOS)
Deselect all keyframes, properties, and property groups
Keyframes and Graph Editor

Shift + F2 / Command + Option + Shift + A


Adobe After Effects CS5 (Windows)
Deselect all keyframes, properties, and property groups
Keyframes and Graph Editor

Shift + F2 / Ctrl + Alt + Shift + A