Qt Creator (MacOS)

Editor

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

Ctrl + Shift + V

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 Word 2007 (Windows)
Paste formatting only
Common tasks

Ctrl + Shift + V


Microsoft Outlook 2010 (Windows)
Move message to folder
Messages in Main View - Message List and Single Messages

Ctrl + Shift + V


Microsoft OneNote 2010 (Windows)
Copy / Paste the formatting of selected text (new in Outlook 2010)
Specific OneNote Shortcuts for Selecting, Editing, and Formatting

ctrl + shift + c / ctrl + shift + v


Thunderbird (Windows)
Paste without formatting
Compose and Edit Message

Ctrl + Shift + V


Visual Studio 2015 (Windows)
Pastes an item from the Clipboard ring
Code Editor - Undo, Redo, Copy, Paste

Ctrl + Shift + V


Thunderbird (Linux)
Paste without formatting
Compose and Edit Message

Ctrl + Shift + V


Microsoft Outlook 2010 (Windows)
Move message to folder
Messages in Compose View - Message List and Single Messages

Ctrl + Shift + V


Visual Studio 2015 (Windows)
Pastes an item from the Clipboard ring
Coding - Undo, Redo, Copy, Paste

Ctrl + Shift + V


Mindjet Mindmanager 2012 (Windows)
Paste as callout/same level (this latter is rarely used)
Most used - Move topics

Ctrl + Shift + V / Ctrl + Alt + V


Microsoft Word 2007 (Windows)
Apply copied formatting to text.
Character and paragraph formatting Copy formatting

Ctrl + Shift + V


Mindjet Mindmanager 2012 (Windows)
Paste as callout/same level (this latter is rarely used)
Reorganizing - Move topics

Ctrl + Shift + V / Ctrl + Alt + V


Microsoft Word 2007 (Windows)
Paste formats.
Character and paragraph formatting View and copy text formats

Ctrl + Shift + V


Microsoft Outlook 2010 (Windows)
Move message to folder
Calendar Shortcuts - Message List and Single Messages

Ctrl + Shift + V


Visual Studio 2015 (Windows)
Pastes an item from the Clipboard ring
Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste

Ctrl + Shift + V


Opera (Linux)
Paste from clipboard and go
Text Editing

Ctrl + Shift + V


Oracle SQL Developer 4 (Windows)
Cut/ Copy/ Paste Path
Edit

Ctrl + Shift + X / Ctrl + Shift + C / Ctrl + Shift + V


Evernote (Windows)
Paste text from clipboard as unformatted text
Note Editor

Ctrl + Shift + v


Sublime Text (Windows)
Paste and match current indention
Cut, Copy and Paste

Ctrl + Shift + V


Microsoft PowerPoint 2010 (Windows)
Paste formatting only.
Work with Text and Objects

Ctrl + Shift + V


NetBeans 8 (Windows)
Paste formatted
General Keyboard Shortcts

Ctrl + Shift + V


AutoCAD 2012 (Windows)
Paste data as block
Manage Workflow

Ctrl + Shift + V


Photoshop Lightroom 4 (Windows)
Copy/paste Develop settings
Develop Module

Ctrl + Shift + C / Ctrl + Shift + V


Microsoft PowerPoint 2010 (Windows)
Paste formats.
Change Fonts and Formatting

Ctrl + Shift + V


Adobe Illustrator CS5 (Windows)
Paste in place on the active artboard
Viewing Artwork

Ctrl + Shift + v


IntelliJ (Linux)
Paste from recent buffers...
Editing

Ctrl + Shift + V


IntelliJ (Windows)
Paste from recent buffers...
Editing

Ctrl + Shift + V


Beyond Compare (Windows)
Open clipboard
File Menu

Ctrl + Shift + V


Presonus Studio One (Windows)
Paste at original position
Edit Menu

Ctrl + Shift + V


Axialis IconWorkshop (Windows)
Paste as a new image
Edit Menu

Ctrl + Shift + V


Microsoft Word 2013 (Windows)
Paste text format
Undo, Copy and Paste

Ctrl + Shift + V


FileMaker Pro (Windows)
Paste text only
Layout Mode Shortcuts - Delete and Edit Text

Ctrl + Shift + V


Qt Creator (Windows)
Paste from the clipboard history, Subsequent presses move you back in the history
Editor

Ctrl + Shift + V


Adobe Flash Professional (Windows)
Paste in Place
Modifying and editing

Ctrl + Shift + V


Microsoft Word 2013 (Windows)
Paste formatting
Format Text and Paragraph

Ctrl + Shift + V


FL Studio (Windows)
Paste from MIDI clipboard
Piano Roll Action

Ctrl + Shift + V


FileMaker Pro (Windows)
Paste text only
Text Shortcuts - Delete and Edit Text

Ctrl + Shift + V


Microsoft OneNote 2016 (Windows)
Copy/ paste formatting of selected text
Format

Ctrl + Shift + C / Ctrl + Shift + V


Microsoft Outlook 2016 (Windows)
Move an item
Common Commands: Common To Most Views

Ctrl + Shift + V


Microsoft Visio 2016 (Windows)
Bottom align text vertically
Format text

Ctrl + Shift + V


FileMaker Pro (Windows)
Paste text only
Database Management Shortcuts - Delete and Edit Text

Ctrl + Shift + V


Adobe Premiere CC (Windows)
Paste Insert
General Shortcuts

Ctrl + Shift + V


Adobe After Effects CC (Windows)
Turn off Video switch for all video Layers other than selected Layers
Layers

Ctrl + Shift + V


Photoshop Lightroom CC (Windows)
Paste Develop settings
Develop Module

Ctrl + Shift + V


Microsoft PowerPoint 2016 (Windows)
Paste shape attributes
Shapes and Various Drawing Objects Shortcuts

Ctrl + Shift + V


Adobe Audition CC (Windows)
Mix Paste
Marker/Tool/Clip Shortcuts

Ctrl + Shift + V


Finale (Windows)
Paste and Filter
Edit Menu

Ctrl + Shift + V


InDesign CC (Windows)
Paste Without formatting
Edit Menu shortcuts

Ctrl + Shift + V


FileMaker Pro (Windows)
Paste text without styles
Paste, Select, and Replace Values

Ctrl + Shift + V


Dynamics NAV 2015 (Windows)
Paste rows
Edit

Ctrl + Shift + V


AutoCAD 2016 (Windows)
Pastes data from the Windows Clipboard as a Block
General

Ctrl + Shift + V


Microsoft Projects 2016 (Windows)
Paste formatting only.
Working with OfficeArt Objects

Ctrl + Shift + V


CyberLink PhotoDirector 8 (Windows)
Paste copied adjustments
Operational

Ctrl + Shift + V


AutoCad Architecture 2017 (Windows)
Paste as block
General

Ctrl + Shift + V


Sublime Text (Linux)
Paste and Indent Correctly
General Editing Shortcuts

Ctrl + Shift + V


JetBrains RubyMine (Windows)
Paste from Buffer
Editing Shortcuts

Ctrl + Shift + V


JetBrains RubyMine (Linux)
Paste from Buffer
Editing Shortcuts

Ctrl + Shift + V


TextMate 2 (MacOS)
Validate
XML Shortcuts

Ctrl + Shift + V


TextMate 2 (MacOS)
Validate
CSS Shortcuts

Ctrl + Shift + V


TextMate 2 (MacOS)
Validate
PHP Shortcuts

Ctrl + Shift + V


JetBrains PyCharm (Windows)
Paste from Buffer
Editing

Ctrl + Shift + V


Adobe XD (Experience Design) (Windows)
Vertical
Distribute

Ctrl + Shift + V


Adobe Animate CC (Windows)
Paste in Place
Edit and Modify

Ctrl + Shift + V


Corel PhotoPaint X6 (Windows)
Paste into Selection
Edit Menu

Ctrl + Shift + V


Steinberg Cubase 9 (Windows)
Paste at origin
Edit

Ctrl + Shift + V


Opera (Windows)
Copy text in clipboard to "Notes" panel
Text Editing

Ctrl + Shift + V


Corel Ventura 10 (Windows)
Convert to Curves
Objects/Graphics

Ctrl + Shift + V


MusicBee (Windows)
Analyse Volume
Tools

Ctrl + Shift + V


vSphere Client (Windows)
Switches to VM and Templates
vCenter Navigation Shortcuts

Ctrl + Shift + V


Zerodha Trader (Windows)
View Cash Limits
For Monitoring Funds/Trades/Positions/Orders

Ctrl + Shift + V


MPS 2017 (Windows)
Paste selected entry from the Clipboard to the caret location
Basic Editing

Ctrl + Shift + V


Jetbrains CLion (Windows)
Paste from recent buffers...
Editing Shortcuts

Ctrl + Shift + V


VideoPad Video Editor (Windows)
Paste Clip in Sequence (overlay)
Edit

Ctrl + Shift + V


MOTU Digital Performer 9 (Windows)
Rock edit
Editing

Ctrl + Shift + V


Adobe Captivate 2017 (Windows)
Insert stencil slides
General and Miscellaneous Shortcuts

Ctrl + Shift + V


DITA CMS (Windows)
Clean All Views
22 Shortcuts for DITA CMS (Windows)

Ctrl + Shift + V


Scottrade (Windows)
Open Velocity and Forces Window
32 Shortcuts for Scottrade (Windows)

Ctrl + Shift + V


XYplorer (Windows)
Paste Here to New Subfolder
General Shortcuts

Ctrl + Shift + V


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

Ctrl + Shift + V


Siemens NX 11 (Windows)
Visualization
Preferences

Ctrl + Shift + V


Vegas Pro 14 (Windows)
Paste insert
General Editing

Ctrl + Shift + V


Vegas Pro 14 (Windows)
Paste insert
Event Selection and Editing

Ctrl + Shift + V


Visual Studio Code (Windows)
Toggle Markdown preview
Display

Ctrl + Shift + V


Visual Studio Code (Windows)
Paste into active terminal
Integrated Terminal

Ctrl + Shift + V


TurboCAD (Windows)
Set WorkPlane by the active view
171 Shortcuts for TurboCAD (Windows)

Ctrl + Shift + V


Comodo IceDragon (Windows)
Paste (as plain text)
Editing Options

Ctrl + Shift + V


Ulead PhotoImpact 8 (Windows)
Pastes the image data from the clipboard as a new image in a separate window
Edit Menu

Ctrl + Shift + V


SAP Web IDE (Windows)
View Git pane
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + Shift + V


Chromebook (Linux)
Past text as plain text
34 Shortcuts for Chromebook (Linux)

Ctrl + Shift + V


Vectorworks (Windows)
Flip Vertical
Modify Menu

Ctrl + Shift + V


gEDA (Linux)
Decrease the diameter of new vias by 5 mil
Other Important Shortcuts

Ctrl + Shift + V


WavePad Sound Editor (Windows)
Paste from System Clipboard
Edit Operations

Ctrl + Shift + V


Balsamiq Mockups (Windows)
Paste In Place
Edit/History

Ctrl + Shift + V


Modo (Windows)
Paste insert keyframes to selected channels
Animation

Ctrl + Shift + V


DraftSight (Windows)
Paste from the clipboard as a Block
37 Shortcuts for DraftSight (Windows)

Ctrl + Shift + V


BricsCAD (Windows)
Pastes  the contents of the Clipboard as a block (PASTEBLOCK command)
Other Shortcuts

Ctrl + Shift + V


BricsCAD (Linux)
Pastes  the contents of the Clipboard as a block (PASTEBLOCK Ctrl)
Other Shortcuts

Ctrl + Shift + V


Brave Browser (Windows)
Paste Without Formatting
Page Navigation and Display

Ctrl + Shift + V


SolveSpace (Windows)
Measure Volume
Analyse

Ctrl + Shift + V


ComplyPro 2017B (Windows)
Paste Row Before
In Grid View

Ctrl + Shift + V


Figma (Web Application)
Paste Over Selection
Edit

Ctrl + Shift + V


Aspire (Windows)
Create Mirror Copy Vertically, around center of material
Mirror Shortcuts

Ctrl + Shift + V


MindManager v19 (Windows)
Paste as callout/same level (this latter is rarely used)
Most used - Move topics

Ctrl + Shift + V / Ctrl + Alt + V


VCarve Pro (Windows)
Create Mirror Copy Vertically, around center of material
Mirror

Ctrl + Shift + V


Figma (Web Application)
Paste and Match Style
Text

Ctrl + Shift + V


MindManager v19 (Windows)
Paste as callout/same level (this latter is rarely used)
Reorganizing - Move topics

Ctrl + Shift + V / Ctrl + Alt + V


Microsoft Word 2010 (Windows)
Paste formatting
Navigate within Documents - Format Text

Ctrl + Shift + V


Microsoft Outlook 2007 (Windows)
Move an item.
Shortcuts for all Outlook 2007 Items

Ctrl + Shift + V


Microsoft Word 2010 (Windows)
Paste formatting
Edit Documents - Format Text

Ctrl + Shift + V


Adobe After Effects CS5 (Windows)
Turn off Video switch for all video layers other than selected layers
Layers

Ctrl + Shift + V


Microsoft Word 2010 (Windows)
Paste formatting
Formats - Format Text

Ctrl + Shift + V


Microsoft Word 2010 (Windows)
Paste formatting
Manage Word View - Format Text

Ctrl + Shift + V


Microsoft Word 2010 (Windows)
Paste formatting
Tables - Format Text

Ctrl + Shift + V


Microsoft Word 2010 (Windows)
Paste text format
Undo, Copy and Paste

Ctrl + Shift + V