Qt Creator (MacOS)

Editor

Find next / Find previous occurrence of selected text

Ctrl + F3 / Ctrl + Shift + F3

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


Visual Studio 2015 (Windows)
Find next / find previous in selected text
Code Editor - Find, Replace, and Goto

Ctrl + F3 / Ctrl + Shift + F3


Android Emulator (Windows)
Camera Button (or Ctrl+5 on numeric keyboard with Num Lock off)
Other Device Keys

Ctrl + F3


SharpDevelop 4.0 (Windows)
Find next selected
Find/Replace

Ctrl + F3


Microsoft Word 2007 (Windows)
Cut to the Spike.
Edit and move text and graphics: Delete text and graphics

Ctrl + F3


Microsoft Word 2007 (Windows)
Cut to the Spike.
Edit and move text and graphics: Copy and move text and graphics

Ctrl + F3


Microsoft Word 2007 (Windows)
Paste the Spike contents.
Edit and move text and graphics: Copy and move text and graphics

Ctrl + Shift + F3


Microsoft Excel 2003 (Windows)
Define a new name
Common

Ctrl + F3


Microsoft Excel 2010 (Windows)
Define a name or dialog.
Work with Data Selections - Names

Ctrl + F3


Microsoft Excel 2003 (Windows)
Create muliple names for a table
Common

Ctrl + Shift + F3


Microsoft Excel 2010 (Windows)
Create names from row and column labels.
Work with Data Selections - Names

Ctrl + Shift + F3


Visual Studio 2015 (Windows)
Find next / find previous in selected text
Coding - Find, Replace, and Goto

Ctrl + F3 / Ctrl + Shift + F3


Mindjet Mindmanager 2012 (Windows)
Collapse-and-center
Most used - See maps better

Ctrl + F3


Notepad++ 5 (Windows)
Select and find next
Search

Ctrl + F3


Notepad++ 5 (Windows)
Select and find previous
Search

Ctrl + Shift + F3


Open Office Impress (Linux)
Exit group.
Function Keys

Ctrl + F3


Total Commander 8 (Windows)
Sort by name
Main Shortcuts

Ctrl + F3


Mindjet Mindmanager 2012 (Windows)
Collapse-and-center
Reorganizing - See maps better

Ctrl + F3


Visual Studio 2015 (Windows)
Find next / find previous in selected text
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto

Ctrl + F3 / Ctrl + Shift + F3


Microsoft Excel 2010 (Windows)
Define a name or dialog.
Insert and Edit Data - Names

Ctrl + F3


Microsoft Excel 2010 (Windows)
Create names from row and column labels.
Insert and Edit Data - Names

Ctrl + Shift + F3


Smartplant Review (Windows)
Move Display Set
Function Keys

Ctrl + F3


Microsoft Word 2007 (Windows)
Cut to the Spike.
Function key reference: CTRL+Function key

Ctrl + F3


Microsoft Word 2007 (Windows)
Insert the contents of the Spike.
Function key reference: CTRL+SHIFT+Function key

Ctrl + Shift + F3


Sublime Text (Windows)
Find under
Find and Replace

Ctrl + F3


Sublime Text (Windows)
Find under previous
Find and Replace

Ctrl + Shift + F3


Oracle SQL Developer 4 (Windows)
Find Next/ Prevoius Word at Cursor
Search

Ctrl + F3 / Ctrl + Shift + F3


UltraEdit (Windows)
Repeat last find toward beginning of file
Search Menu

Ctrl + F3


Android Emulator (Linux)
Camera Button
Other Device Keys

Ctrl + F3


NetBeans 8 (Windows)
Search word at insert point
General Keyboard Shortcts

Ctrl + F3


Microsoft Excel 2010 (Windows)
Define a name or dialog.
Format Data - Names

Ctrl + F3


Microsoft Excel 2010 (Windows)
Create names from row and column labels.
Format Data - Names

Ctrl + Shift + F3


Axialis IconWorkshop (Windows)
Add to the Librarian as image object...
File Menu

Ctrl + F3


Microsoft Excel 2010 (Windows)
Define a name or dialog.
Formulas and Names - Names

Ctrl + F3


Microsoft Excel 2010 (Windows)
Create names from row and column labels.
Formulas and Names - Names

Ctrl + Shift + F3


Qt Creator (Windows)
Find next / Find previous occurrence of selected text
Editor

Ctrl + F3 / Ctrl + Shift + F3


Notepad++ 6 (Windows)
Select and Find Next (was Find (Volatile) Next prior to v5.6.5)
Search menu

Ctrl + F3


Sonar 2015 (Windows)
Playback metronome on/off
Transport

Ctrl + F3


Notepad++ 6 (Windows)
Select and Find Previous (was Find (Volatile) Previous prior to v5.6.5)
Search menu

Ctrl + Shift + F3


Microsoft Excel 2010 (Windows)
Define a name or dialog.
The Rest - Names

Ctrl + F3


Microsoft Excel 2010 (Windows)
Create names from row and column labels.
The Rest - Names

Ctrl + Shift + F3


Microsoft Excel 2013 (Windows)
Define a name or dialog
Lesser Used Shortcuts

Ctrl + F3


Microsoft Excel 2013 (Windows)
Create names from row and column labels
Lesser Used Shortcuts

Ctrl + Shift + F3


Console2 (Windows)
New tab 3
30 Shortcuts for Console2 (Windows)

Ctrl + F3


Zoho Sheet (Windows)
Names Ranges
Actions

Ctrl + F3


Dynamics NAV 2015 (Windows)
Select Search pages
Documentaion

Ctrl + F3


Dynamics NAV 2015 (Windows)
Select Limit totals to table filter
Edit

Ctrl + Shift + F3


Microsoft Word 2016 (Windows)
Cut to the Spike.
All Function Key Shortcuts

Ctrl + F3


Microsoft Word 2016 (Windows)
Insert the contents of the Spike.
All Function Key Shortcuts

Ctrl + Shift + F3


Silhouette Studio (Windows)
Registration marks window
Cutting

Ctrl + F3


Silhouette Studio (Windows)
Rotate 3 copies
Replicate

Ctrl + Shift + F3


Microsoft Excel 2016 (Windows)
Define a name or dialog
The Rest

Ctrl + F3


Microsoft Excel 2016 (Windows)
Create names from row and column labels
The Rest

Ctrl + Shift + F3


Adobe Dreamweaver (Windows)
Find All and Select
Find and Replace

Ctrl + Shift + F3


Blender 3D (Windows)
Save A Scrrendump of Active Window
Universal

Ctrl + F3


Blender 3D (Windows)
Save A Screendump of Whole Blender Screen
Universal

Ctrl + Shift + F3


Adobe Dreamweaver (Windows)
Properties
Windows

Ctrl + F3


Corel PhotoPaint X6 (Windows)
Recorder
Dockers

Ctrl + F3


Corel WordPerfect X8 (Windows)
Show(Toggle)
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + Shift + F3


Opera (Windows)
View page source
Source

Ctrl + F3


Chief Architect (Windows)
CAD to Walls
View Mode

Ctrl + F3


Corel Quattro Pro X8 (Windows)
Create Named Cell or Cell Area
Function Keys

Ctrl + F3


InCopy CC (Windows)
Replace selected text with Change To text
Find and Replace

Ctrl + F3


WinSCP 5 (Windows)
Sort files in the active panel by name
File Panels

Ctrl + F3


XYplorer (Windows)
Show All Items In Branch
Function key Shortcuts

Ctrl + F3


Scottrade (Windows)
Selll Short At Market
32 Shortcuts for Scottrade (Windows)

Ctrl + Shift + F3


MPS 2017 (Windows)
Search in the editor for the word where the caret is currently located
Search

Ctrl + F3


Libreoffice Writer (Windows)
Edit AutoText
Function Keys

Ctrl + F3


Xamarin Studio (MonoDevelop) (Windows)
Find Next Selection
Search

Ctrl + F3


Gnumeric (Windows)
Opens the Define Name dialog window
21 Shortcuts for Gnumeric (Windows)

Ctrl + F3


Rhino (Windows)
SetMaximizedViewport > Right
Default Shortcuts

Ctrl + F3


Soundforge (Windows)
Find next instance of the selected text
Script Editor

Ctrl + F3


Soundforge (Windows)
Find previous instance of the selected text
Script Editor

Ctrl + Shift + F3


RStudio (Windows)
Use selection for find
Source

Ctrl + F3


CodeLite 10 (Windows)
Find selection.
Editor

Ctrl + F3


CodeLite 10 (Windows)
Find selection backwards.
Editor

Ctrl + Shift + F3


CodeLite 10 (Windows)
Goto next changed line
Search

Ctrl + F3


CodeLite 10 (Windows)
Goto previous changed line
Search

Ctrl + Shift + F3


winIDEA
Initialize and download to emulator
Debug

Ctrl + F3


Xyplorer
Show All Items In Branch
Edit Menu

Ctrl + F3


Ulead PhotoImpact 8 (Windows)
Toggles between showing or hiding the Text / Path Panel
View Menu

Ctrl + F3


Ulead PhotoImpact 8 (Windows)
Show/Hide Brush Panel/Text/Path/Slice/Image Map Panel
Miscellaneous

Ctrl + F3


RStudio
Use Selection for Find
Source

Ctrl + F3


Battlezone 98 Redux
Select player / mapped group
Unit grouping

Ctrl + F3


MindManager v19 (Windows)
Collapse-and-center
Most used - See maps better

Ctrl + F3


SuperMemo (Windows)
Search Web for currently selected phrase
129 Shortcuts for SuperMemo (Windows)

Ctrl + F3


MindManager v19 (Windows)
Collapse-and-center
Reorganizing - See maps better

Ctrl + F3


Pharaoh
Creates an F3 bookmark at the current map location
Bookmarks

Ctrl + F3


Altium Designer (Windows)
Finish the current debug session
Embedded Software Editor (.c]then[.asm) Shortcuts

Ctrl + F3


Altium Designer (Windows)
End current simulation session
VHDL Editor Shortcuts

Ctrl + F3


Altium Designer (Windows)
Stop script execution
Scripting Editor Shortcuts

Ctrl + F3


Siemens NX
Clear rotation reference
View > Popup

Ctrl + F3


Feedreader
Add new folder
General

Ctrl + F3


Tibia
(Healing / Support) Desintegrate
Action bar

Ctrl + F3


Adobe Bridge CC
Metadata
Window menu

Ctrl + F3


PyCharm 2018.2
Search in the editor for the word where the caret is currently located.
Search

Ctrl + F3


Citrix Receiver
Display the Windows Task Manager (similar to CTRL+SHIFT+ESC)
Citrix Receiver Client

Ctrl + F3


Bluebeam Revu
Import markups
Advanced text

Ctrl + F3


CorelDRAW Graphics Suite 2018
Symbol Manager
General

Ctrl + F3


Metapad
Find next word
File format

Ctrl + F3


Atom (Windows)
(Source: Find And Replace) find-and-replace:find-next-selected
All shortcuts

Ctrl + F3


Microsoft FrontPage
Find the next occurrence of the current selection.
Work with and manage Web pages

Ctrl + F3


Microsoft Word 2016
Cut to the Spike
Ctrl + Function keys

Ctrl + F3


KDE Plasma Desktop
Switch to Desktop 3
Working with Activities and Virtual Desktops

Ctrl + F3


E-Sword
Commentary maximized
General

Ctrl + F3


Microsoft Visual Studio 2017 (Most used shortcuts)
Edit.FindNextSelected
Edit

Ctrl + F3


NetBeans
Search word at insert point
Finding, searching, and replacing

Ctrl + F3


Microsoft Visual Studio 2017 (All shortcuts)
Edit.FindNextSelected
Edit

Ctrl + F3


LibreOffice Impress
Exit Group
Function keys

Ctrl + F3


LibreOffice Draw
Close group editor
Function keys for drawings

Ctrl + F3


LibreOffice Calc
Opens the Define Names dialog
Function keys

Ctrl + F3


LibreOffice Writer
Edit AutoText
Function keys

Ctrl + F3


WriteMonkey
Find under
Find & Replace

Ctrl + F3


Qt Creator
Find next occurrence of selected text
Editing

Ctrl + F3


Python IDLE for Windows
Find selection
Edit menu

Ctrl + F3


WinMerge
Find selected text in file
Find and replace

Ctrl + F3


PeaZip
Non recursive search here
Navigation

Ctrl + F3


7-Zip
Sort items by name
View menu

Ctrl + F3


CoffeeCup HTML Editor
Update project pages
Library

Ctrl + F3


Notepad++
Select and find next
Search menu

Ctrl + F3


WinSCP
Sort files in the active panel by name
File panels

Ctrl + F3


SQL Server Management Studio (SSMS)
Find the next occurrence of the currently selected text
Search

Ctrl + F3


Opera
View page source
Source

Ctrl + F3


Total Commander
Sort by name
File sorting

Ctrl + F3


Notepad2
Find next word or selection
Find and replace

Ctrl + F3


Open Office Impress (Windows)
Exit group.
Function Keys

Ctrl + F3


Microsoft Excel 2007 (Windows)
Display the Name Manager, create new names.
Function keys in Excel 2007

Ctrl + F3


InDesign CS5 (Windows)
Replace selection with Change To text
Managing Text

Ctrl + F3


Microsoft Word 2010 (Windows)
Cut to the Spike (separate clipboard)
Undo, Copy and Paste

Ctrl + F3


Microsoft Word 2010 (Windows)
Paste from the Spike
Undo, Copy and Paste

Ctrl + Shift + F3


DBeaver 6.0.3
Open new SQL editor for current connection (***). Always creates new script
Database Navigator

Ctrl + F3


Scrivener 1.9.9
Find by format dialog
Editing

Ctrl + F3