Qt Creator (MacOS)

Editor

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

Ctrl + U

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)
Make letters UNDERLINED
Common tasks

Ctrl + U


Open Office Writer 3 (Linux)
Un-indent selection
Editing

Ctrl + U


Microsoft Outlook 2010 (Windows)
Mark as read or unread
Messages in Main View - Message List and Single Messages

Ctrl + Q / Ctrl + U


Microsoft OneNote 2010 (Windows)
Apply or remove the underline from the selected text.
Basic Editing and Formatting

ctrl + u


Microsoft Projects 2010 (Windows)
Mark entry or selection as underline
Edit Fields

Ctrl + U


Google Chrome (Windows)
Undo last selection
Manage Chrome DevTools - Code Editor

Ctrl + U


Microsoft Outlook 2010 (Windows)
Switch format to/from underline
Messages in Main View - Format Message Body

Ctrl + U


Google Mail (Windows)
Uunderline formatting
Format Text in Messages

Ctrl + U


KDevelop (Linux)
Un-indent selection
Editing

Ctrl + U


Firefox (Linux)
Show page source
Inside Webpages

Ctrl + U


Thunderbird (Windows)
View Message Source
Other Shortcuts

Ctrl + U


Visual Studio 2015 (Windows)
Make lowercase (reverse upercase)
Code Editor - Edit Code

Ctrl + U


Firefox (Windows)
Show page source
Inside Webpages

Ctrl + U


Google Chrome (Windows)
View webpage source
View Webpages

Ctrl + U


Thunderbird (Linux)
View Message Source
Other Shortcuts

Ctrl + U


Google Chrome (Linux)
Undo last selection
Manage Chrome DevTools - Code Editor

Ctrl + U


Phoenix Viewer (Windows)
Upload Image
File

Ctrl + U


Notepad++ 5 (Windows)
Convert to lower case
Edit - Convert case to

Ctrl + U


Microsoft Outlook 2010 (Windows)
Mark as read or unread
Messages in Compose View - Message List and Single Messages

Ctrl + Q / Ctrl + U


Notepad++ 5 (Windows)
Convert to lower case
Search - Convert case to

Ctrl + U


Microsoft Outlook 2010 (Windows)
Switch format to/from underline
Messages in Compose View - Format Message Body

Ctrl + U


Google Chrome (Linux)
View webpage source
View Webpages

Ctrl + U


Google Docs (Windows)
Underline
Format Text

Ctrl + U


Visual Studio 2015 (Windows)
Make lowercase (reverse upercase)
Coding - Edit Code

Ctrl + U


Microstation v8i (Windows)
Ungroup current selection
Editing

Ctrl + U


Microsoft PowerPoint 2003 (Windows)
Underline
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + U


Microsoft Word 2007 (Windows)
Apply an underline.
Character and paragraph formatting Apply character formats

Ctrl + U


Access 2010 (Windows)
Make text underlined in the selected field of the PivotTable view
Manage Access Features - Pivot Table

Ctrl + U


Microsoft Excel 2011 (MacOS)
Edit the active cell and position the insertion point at the end of the line
Working in cells or the Formula bar

Ctrl + u


Vuescan (Windows)
Zoom Out
14 Shortcuts for Vuescan (Windows)

Ctrl + U


Microsoft Outlook 2010 (Windows)
Mark as read or unread
Calendar Shortcuts - Message List and Single Messages

Ctrl + Q / Ctrl + U


Total Commander 8 (Windows)
Exchange directories
Main Shortcuts

Ctrl + u


Microsoft Outlook 2010 (Windows)
Switch format to/from underline
Calendar Shortcuts - Format Message Body

Ctrl + U


Visual Studio 2015 (Windows)
Make lowercase (reverse upercase)
Code Snippets (Visual C# Scheme) - Edit Code

Ctrl + U


Microsoft Excel 2011 (MacOS)
Edit the active cell
Formatting and editing data

Ctrl + u


Opera (Linux)
Toggle text-style underline
Text Editing

Ctrl + U


Sublime Text (Windows)
Soft Undo
Undo and Redo

Ctrl + U


Opera (Linux)
View page source
Source

Ctrl + U


Evernote (Windows)
Make selection underlined
Note Editor

Ctrl + u


Microsoft PowerPoint 2010 (Windows)
Hide the pointer and navigation button in 15 seconds.
Show PowerPoint Presentation with Shortcuts

Ctrl + U


UltraEdit (Windows)
Toggle File Tree View
View Menu

Ctrl + U


Sticky Notes (Windows)
Underlined text
Format Text

Ctrl + U


Texmaker 4.0.2 (Windows)
Uncomment
"Edit" menu

Ctrl + U


CATIA V5 (Windows)
Update
38 Shortcuts for CATIA V5 (Windows)

Ctrl + U


Microsoft PowerPoint 2010 (Windows)
Apply an underline.
Change Fonts and Formatting

Ctrl + U


Photoshop Lightroom 4 (Windows)
Auto tone
Develop Module

Ctrl + U


Vuescan (Linux)
Zoom Out
12 Shortcuts for Vuescan (Linux)

Ctrl + U


iTunes (Windows)
Stream audio file at a specific URL to iTunes
File and Window

Ctrl + U


Access 2010 (Windows)
Make text underlined in the selected field of the PivotTable view
Working with Text and Data - Pivot Table

Ctrl + U


Avid Media Composer 7 (Windows)
Adds a new audio track.
Timeline

Ctrl + U


Audacity 2 (Linux)
Mute all tracks
Frequently Used

Ctrl + U


Audacity 2 (Linux)
Mute all tracks
Tracks Menu

Ctrl + U


Notepad2 (Windows)
Convert - Lowercase
Edit Menu

Ctrl + U


Beyond Compare (Windows)
Swap sides
Session Menu

Ctrl + U


Directory Opus (Windows)
Find duplicate files
Tools Menu

Ctrl + U


IntelliJ (Linux)
Go to super-method/super-class
Navigation

Ctrl + U


IntelliJ (Windows)
Go to super-method/super-class
Navigation

Ctrl + U


Pro Tools (Windows)
Strip silence
Edit Menu

Ctrl + U


Microsoft Excel 2013 (Windows)
Apply or remove an underline
Format Cells

Ctrl + U


Microsoft Word 2013 (Windows)
Apply/remove underline
Format Text and Paragraph

Ctrl + U


Adobe Flash Professional (Windows)
Ungroup
Modifying and editing

Ctrl + U


Axialis IconWorkshop (Windows)
Capture icon
Draw Menu

Ctrl + U


Qt Creator (Windows)
Select the current block The second press extends the selection to the parent block
Editor

Ctrl + U


FileMaker Pro (Windows)
Select tables with the same source table
Layout Mode Shortcuts - Select and Arrange Table and Relationship

Ctrl + U


Access 2010 (Windows)
Make text underlined in the selected field of the PivotTable view
Working with Access Views - Pivot Table

Ctrl + U


FL Studio (Windows)
Quick chop
Piano Roll Action

Ctrl + U


Notepad++ 6 (Windows)
Convert to lower case
Edit menu

Ctrl + U


uTorrent (Windows)
Add Torrent from URL
21 Shortcuts for uTorrent (Windows)

Ctrl + U


uTorrent (Linux)
Add Torrent from URL
21 Shortcuts for uTorrent (Linux)

Ctrl + U


Microsoft OneNote 2016 (Windows)
Format Underline
Format

Ctrl + U


Skype for Business (Lync) 2016 (Windows)
Format underline
Instant Messaging

Ctrl + U


Microsoft Excel 2016 (Windows)
Apply/ remove underline format
Select Cells - Font Face, Font Decoration, and Cell Color

Ctrl + U


Adobe Photoshop CC (Windows)
Adjust Hue/ Saturation
Basic Shortcuts for Photoshop CC 2015 - Image Basics

Ctrl + U


FileMaker Pro (Windows)
Select tables with the same source table
Text Shortcuts - Select and Arrange Table and Relationship

Ctrl + U


Sonos Controller (Windows)
Return to Top Level Music Menu
22 Shortcuts for Sonos Controller (Windows)

Ctrl + U


Android Studio (Windows)
Go to super Class
General Shortcuts

Ctrl + U


Microsoft Outlook 2016 (Windows)
Underline
Common Commands: Format Text and work with Editor

Ctrl + U


Clink (Windows)
unix-line-discard
BASH (GNU Readline) Line Editing

Ctrl + U


Google Slides (Windows)
Underline
Text Editing

Ctrl + U


Microsoft PowerPoint 2016 (Windows)
Underline Text
Edit and General Text Operations

Ctrl + U


Microsoft Visio 2016 (Windows)
Turn on/off underline
Format text

Ctrl + U


Access 2010 (Windows)
Make text underlined in the selected field of the PivotTable view
The Rest - Pivot Table

Ctrl + U


Microsoft Excel 2016 (Windows)
Apply/ remove underline format
Format Cells - Font Face, Font Decoration, and Cell Color

Ctrl + U


Microsoft Outlook 2016 (Windows)
Mark as read/unread
Mail

Ctrl + Q / Ctrl + U


Photoshop Lightroom CC (Windows)
Auto tone
Develop Module

Ctrl + U


Adobe After Effects CC (Windows)
Set Quality to Best, Draft, or WireFrame for selected Layers
Layers

Ctrl + U / Ctrl + Shift + U / Ctrl + Alt + Shift + U


Corel Painter 2017 (Windows)
Ungroup
Layers

Ctrl + U


FileMaker Pro (Windows)
Select tables with the same source table
Database Management Shortcuts - Select and Arrange Table and Relationship

Ctrl + U


Adobe Photoshop CC (Windows)
Adjust Hue/ Saturation
Manage Panels - Image Basics

Ctrl + U


Microsoft Excel 2016 (Windows)
Apply/ remove underline format
Formulas - Font Face, Font Decoration, and Cell Color

Ctrl + U


Finale (Windows)
Update alyout
Utility Menu

Ctrl + U


CINEMA 4D (Windows)
Show fitter
Object Manager

Ctrl + U


FileMaker Pro (Windows)
Preview mode
Switch Modes

Ctrl + U


IMVU (Windows)
Furni Straighten Tool
Tools

Ctrl + U


InDesign CC (Windows)
Smart Guides
View Menu Shortcuts

Ctrl + U


ArchiCAD 20 (Windows)
Uncomment
Edit Commands(Text)

Ctrl + U


Anime Studio (Windows)
Show tracing image
View Shortcuts

Ctrl + U


CINEMA 4D (Windows)
Show Filter
Animation Timeline

Ctrl + U


Zoho Writer (Windows)
To Underline the Text
Format Tab

Ctrl + U


Finale (Windows)
Underline
Text Tool

Ctrl + U


Microsoft Excel 2016 (Windows)
Apply/ remove underline format
Manage Workbooks - Font Face, Font Decoration, and Cell Color

Ctrl + U


Microsoft Word 2016 (Windows)
Underline Text
Text Editing/Graphics editing Operations

Ctrl + U


Dynamics GP 2015 (Windows)
View Functional Currency
General Shortcuts

Ctrl + U


Age of Empires (Windows)
Go to University
Game Commands

Ctrl + U


Zoho Show (Windows)
Underline toggle for selection
Formatting Shortcuts

Ctrl + U


Microsoft Excel 2016 (Windows)
Apply/ remove underline format
Excel Auto Tables and Data Forms - Font Face, Font Decoration, and Cell Color

Ctrl + U


Ace Projects (Windows)
Change to upper case
Other Shortcuts

Ctrl + U


Sublime Text (Linux)
Undo
General Editing Shortcuts

Ctrl + U


TextMate 2 (MacOS)
Uppercase
General Shortcuts

Ctrl + U


WordPress (Windows)
Underline
General Editor Shortcuts

Ctrl + U


Google Blogger (Web Application)
Underline
15 Shortcuts for Google Blogger (Web Application)

Ctrl + U


Google Hangouts (Web Application)
Underline
Format Messages(Windows Plateform)

Ctrl + U


Slack (Windows)
Upload a File
Files and Snippets

Ctrl + U


JetBrains PyCharm (Windows)
Go to super method/super class
Navigation

Ctrl + U


Mattermost (Windows)
Upload a file
Files

Ctrl + U


JetBrains RubyMine (Windows)
Go to super method/super class
Navigation Shortcuts

Ctrl + U


FileZilla (Windows)
Preserve timestamps of transferred files
28 Shortcuts for FileZilla (Windows)

Ctrl + U


JetBrains RubyMine (Linux)
Go to super method/super class
Navigation Shortcuts

Ctrl + U


Logic Pro X (MacOS)
Unbeam Selected Notes
Score Editor

Ctrl + U


Cloud9 (Windows)
Open Tree Panel
General Shortcuts

Ctrl + U


Adobe Animate CC (Windows)
Ungroup
Edit and Modify

Ctrl + U


Red Hat Enterprise (Linux)
Clears the current line
Task

Ctrl + U


Cloud9 (MacOS)
To Uppercase
Code Manipulation

Ctrl + U


Cloud9 (Windows)
To Uppercase
Code Manipulation

Ctrl + U


Bash (Linux)
Cut Line Before Cursor to Clipboard
Editing

Ctrl + U


Autodesk Mudbox 2017 (Windows)
Show Selected
Display

Ctrl + U


Adobe Dreamweaver (Windows)
Preferences
Windows

Ctrl + U


Blender 3D (Windows)
Save User Defaults
Universal

Ctrl + U


Adobe RoboHelp (Windows)
Underline
Text Formatting

Ctrl + U


Daz 3D Carrara 8 (Windows)
Ungroup
Application - Edit

Ctrl + U


SharePoint 2016 (Windows)
Apply/Remove the Underline from the selected text
Rich Text Editing

Ctrl + U


Daz 3D Bryce 7 (Windows)
Ungroup Objects
Object

Ctrl + U


Adobe RoboHelp (Windows)
Change Index keyword to Uppercase
Index Designer

Ctrl + U


AbiWord (Linux)
Underline Text
7 Shortcuts for AbiWord (Linux)

Ctrl + U


JetBrains PhpStorm (Windows)
Go to super method/super class
Navigation

Ctrl + U


AbiWord (Windows)
Underline Text
7 Shortcuts for AbiWord (Windows)

Ctrl + U


DAZ Studio (Windows)
Lock/Unlock Docking
Customize Commands

Ctrl + U


JetBrains PhpStorm (Linux)
Go to super method/super class
Navigation

Ctrl + U


Corel Ventura 10 (Windows)
Underline
Text Formatting

Ctrl + U


Microsoft Hotmail (Web Application)
Mark as Unread
14 Shortcuts for Microsoft Hotmail (Web Application)

Ctrl + U


Microsoft Excel 2016 (MacOS)
Edit the active cell and position the insertion point at the end of the line
Work in cells or the Formula bar

Ctrl + U


Steinberg Cubase 9 (Windows)
Ungroup
Edit

Ctrl + U


Daz 3D Carrara 8 (Windows)
Ungroup
Spline Modeler - Edit

Ctrl + U


Corel PhotoPaint X6 (Windows)
Ungroup
Objects

Ctrl + U


Opera (Windows)
Clear all
Text Editing

Ctrl + U


Corel Draw X8 (Windows)
Underline
Font Formatting

Ctrl + U


Opera (Windows)
Toggle text-style underline
Text Editing

Ctrl + U


Corel Quattro Pro X8 (Windows)
Underline
Text Formatting

Ctrl + U


Microsoft Excel 2016 (MacOS)
Edit the active cell
Format and edit data

Ctrl + U


Gliffy (Windows)
Ungroup
Shape Shortcuts

Ctrl + U


HTML-Kit (Windows)
Upload Current document to Remote Folder
87 Shortcuts for HTML-Kit (Windows)

Ctrl + U


Daz 3D Carrara 8 (Windows)
Ungroup
Vertex Modeler - Edit

Ctrl + U


Chief Architect (Windows)
Send to Layout
General Editing

Ctrl + U


Flock (Windows)
Page source
General

Ctrl + U


Kingsoft Presentation 2016 (Windows)
Underline
Editing Shortcuts

Ctrl + U


Kingsoft Writer 2016 (Windows)
Underline
Editing

Ctrl + U


Kingsoft Spreadsheets 2016 (Windows)
Applies or removes underlining
Other Shortcuts

Ctrl + U


Final Fantasy XV (Windows)
Timers
Hotbar And Main Menu

Ctrl + U


Brackets (Windows)
Undo Selection
99 Shortcuts for Brackets (Windows)

Ctrl + U


Forte (Windows)
Launch URL
Main Browser Window

Ctrl + U


Brackets (Windows)
To Upper Case
99 Shortcuts for Brackets (Windows)

Ctrl + U


Adobe Captivate 2017 (Windows)
Underline Selected Text
General and Miscellaneous Shortcuts

Ctrl + U


Krita Painting 3 (Windows)
HSV/HSL adjust
Painting

Ctrl + U


TradeStation (Windows)
Lowercase
Editor Shortcuts

Ctrl + U


Informix Genero 2.5.0 (Windows)
Toggle case of each character in the selected text
Editing Shortcuts

Ctrl + U


WinSCP 5 (Windows)
Keep remote directory up to date
Service Commands

Ctrl + U


VideoPad Video Editor (Windows)
Preview project
File

Ctrl + U


Tencent QQ Player (Windows)
Open URL
30 Shortcuts for Tencent QQ Player (Windows)

Ctrl + U


Siemens NX 11 (Windows)
Execute NX Open
File Menu

Ctrl + U


KMPlayer (Windows)
Open URL
General

Ctrl + U


Jetbrains CLion (Windows)
Go to super-method/super-class
Navigation Shortcuts

Ctrl + U


Pegasus Mail (Web Application)
Mark messages as unread
Grouped views

Ctrl + U


GOM Player (Windows)
Open - URL
Playback Control

Ctrl + U


Quickbooks Desktop (Windows)
Use Account
Chart of Accounts

Ctrl + U


MPS 2017 (Windows)
Navigate to a super method declaration of a method under the caret
Navigation between Source Code

Ctrl + U


Visual Studio Code (Windows)
Undo last cursor operation
MutiCursor and Selection

Ctrl + U


ZBrush 4 (Windows)
Reload Zscript
ZScripts

Ctrl + U


ProRealTime (Windows)
Display Comments
Charts

Ctrl + U


Pencil2D (Windows)
Insert Duplicate Frames
57 Shortcuts for Pencil2D (Windows)

Ctrl + U


Anim8or (Windows)
Smooth Shaded
Top Toolbar Shortcuts

Ctrl + U


Bitcomet (Windows)
Open Torrent from URL
Global

Ctrl + U


GeoModeller3D (Windows)
Create a horizontal section
2D View Section Control

Ctrl + U


Soundforge (Windows)
Update region to match selection
Region List

Ctrl + U


Gnumeric (Windows)
Toggles single underlining of the current selection
21 Shortcuts for Gnumeric (Windows)

Ctrl + U


Impro-Visor (Windows)
generate lick
General

Ctrl + U


DrawPlus (Windows)
Underlined
Text

Ctrl + U


Google Data Studio
Underline
General (Windows)

Ctrl + U


Vegas Pro 14 (Windows)
Clear group without deleting events
Timeline and Track List

Ctrl + U


Putty (Windows)
Clears the line before the cursor position. If you are at the end of the line, clears the entire line
16 Shortcuts for Putty (Windows)

Ctrl + U


TurboCAD (Windows)
Show or Hide the world coordinate system
171 Shortcuts for TurboCAD (Windows)

Ctrl + U


Vivaldi
View page source
Window

Ctrl + U


Alphacam (Windows)
User Layers
Regular Commands

Ctrl + U


FlashFXP (Web Application)
Copy selected items to clipboard (prompts to select format)
54 Shortcuts for FlashFXP (Web Application)

Ctrl + U


Surfcam (Windows)
Automatically scale the view by ½
60 Shortcuts for Surfcam (Windows)

Ctrl + U


CuteFTP (Windows)
Connect to URL or underline when HTML editor is active.
General

Ctrl + U


RStudio (Windows)
Yank line up to cursor
Editing (Console and Source)

Ctrl + U


Simplify3D
Customize support structures
Tools menu

Ctrl + U


RStudio (MacOS)
Yank line up to cursor
Editing (Console and Source)

Ctrl + U


Dropbox Paper
Underline
Formatting

Ctrl + U


Most used text editing
Underline
Formatting

Ctrl + U


Geany (Linux)
Decrease indent
Editting

Ctrl + U


Geany (Windows)
Decrease indent
Editting

Ctrl + U


VariCAD (Windows)
Unblank Objects
Hot Keys

Ctrl + U


Comodo IceDragon (Windows)
Page Source
Tools

Ctrl + U


Ulead PhotoImpact 8 (Windows)
Toggles between showing or hiding all toolbars and panels to display the image at full screen
View Menu

Ctrl + U


Roblox Studio
Ungroup
Selecting and Editing Parts

Ctrl + U


PhotoFiltre (Windows)
Duplicate the image currently being edited
Others

Ctrl + U


Affinity Photo
HSL (Adjustment)
Adjustment and Filter shortcuts

Ctrl + U


GibbsCAM (Windows)
Unzoom
View Menu

Ctrl + U


KiCad 5.0.2
Switch Units
Pcbnew

Ctrl + U


Assetto Corsa
Cycle virtual desktops
In-game

Ctrl + U


ArtRage 4.5 5 (Windows)
Check For Updates Online
Menus

Ctrl + U


Ableton Live 9 (Windows)
Quantize
Clip view Sample Display

Ctrl + U


SpaceClaim (Windows)
Underline text
71 Shortcuts for SpaceClaim (Windows)

Ctrl + U


Ableton Live 9 (Windows)
Quantize
Clip View MIDI Editor

Ctrl + U


Cisco IOS
Delete all characters from the cursor to the beginning of the command line
Delete CLI entries

Ctrl + U


Arduino (Windows)
Upload Sketch
29 Shortcuts for Arduino (Windows)

Ctrl + U


Arduino (Linux)
Upload Sketch
29 Shortcuts for Arduino (Linux)

Ctrl + U


Vectorworks (Windows)
Ungroup
Modify Menu

Ctrl + U


LDView
Right side up
General

Ctrl + U


Pidgin (Linux)
Plugins
Tools

Ctrl + U


Sage Simply Accounting (Windows)
Upgrade this company
Home Window

Ctrl + U


eM Client (Windows)
Underline Selected Text
13 Shortcuts for eM Client (Windows)

Ctrl + U


RStudio (Mac)
Yank line up to cursor
Editing (Console and Source)

Ctrl + U


RStudio
Yank line up to cursor
Editing (Console and Source)

Ctrl + U


IPython Shell
Cut text from beginning of line to cursor
Text entry

Ctrl + U


Sage Simply Accounting (Windows)
Use the same customer/vendor in next transaction
Keyboard Shortcuts in Transaction Windows

Ctrl + U


FlightGear
Add 1000 ft. to your altitude (emergency)
Autopilot related

Ctrl + U


CamBam (Windows)
Union selected drawing objects
32 Shortcuts for CamBam (Windows)

Ctrl + U


FlexiSign Pro 8.1 (Windows)
Ungroup
Arrangement

Ctrl + U


eMachineShop (Windows)
Separate a group into its components lines
38 Shortcuts for eMachineShop (Windows)

Ctrl + U


ShareX 12.2.0 (Windows)
Upload image
Image Editor

Ctrl + U


Aspire (Windows)
‘Deep’ ungroup the selected objects to their original layers. Sub-groups are also ungrouped
Groups

Ctrl + U


VCarve Pro (Windows)
Deep ungroup the selected objects to their original layers.Sub-groups are also ungrouped
Group

Ctrl + U


Figma (Web Application)
Underline
Text

Ctrl + U


SuperMemo (Windows)
Underline font in Text Components
129 Shortcuts for SuperMemo (Windows)

Ctrl + U


Cisco Jabber
Underlined
Instant messages

Ctrl + U


Altium Designer (Windows)
Scale objects
CAM Editor Shortcuts

Ctrl + U


Lacerte
Underline selected text
Letter Editor

Ctrl + U


Adobe Illustrator
Show/ hide smart guides
View artwork

Ctrl + U


BlackBerry Classic
Underline
Ctrl shortcuts

Ctrl + U


Ableton Live 10
Quantize
Clip View MIDI Editor

Ctrl + U


Google Chrome
Display non-editable HTML source code for the current page
Webpage shortcuts

Ctrl + U


Claws Mail
Delete line
Compose window

Ctrl + U


Ubuntu
Underline the selected text
Common application shortcuts

Ctrl + U


Microsoft Sticky Notes
Underlined
Formatting

Ctrl + U


Siemens NX
Execute > NX Open
File menu

Ctrl + U


FastMail
Underline
Compose

Ctrl + U


draw.io
Toggle underline on selected text
Labels

Ctrl + U


QuickBooks Desktop
Use the item from the list that you have just opened using Ctrl + L.
Opening Windows/List

Ctrl + U


Feedreader
Refresh article list
General

Ctrl + U


Ace Editor
Change to upper case
Other

Ctrl + U


Nimbus Note
Underline
Formatting

Ctrl + U


Quicken 2018
Go to the Portfolio
Investments

Ctrl + U


Evernote for Windows
Underline
Note Editor

Ctrl + U


Confluence
Underline
Editor

Ctrl + U


PyCharm 2018.2
Navigate to a super method declaration of a method under the caret.
Navigation in source code

Ctrl + U


Bash (Unix shell)
Cut the part of the line before the cursor and add it to the clipboard
Cut and paste

Ctrl + U


ActivePresenter 7
Underline
Canvas

Ctrl + U


Atom (Windows)
(Source: Find And Replace) find-and-replace:select-undo
All shortcuts

Ctrl + U


Black Desert Online
Screenshot mode
Screenshot mode

Ctrl + U


SharePoint
Apply or remove the underline from the selected text.
Using rich text editing

Ctrl + U


Adobe Lightroom Classic
Auto tone
Working in the Develop module

Ctrl + U


Adobe Animate CC (Windows)
Ungroup
Edit and modify

Ctrl + U


Discord
Toggle channel member list
General

Ctrl + U


jEdit
Select to marker with shortcut key.
Markers

Ctrl + U


Roll20
Add selected object(s) to turn tracker
Tools

Ctrl + U


Nuance Power PDF
Display / hide gridlines
Page

Ctrl + U


KMPlayer
Open URL
General

Ctrl + U


ZenWriter 2
Underline
General

Ctrl + U


CorelDRAW Graphics Suite 2018
Ungroup
General

Ctrl + U


SimpleMind
Toggle Underline font effect for selected topics or labels
General

Ctrl + U


Metapad
Transparent mode
Options

Ctrl + U


Microsoft Paint
Underline selected text
Powers of Ctrl

Ctrl + U


Nuke
Enable or disable previewing output on an external broadcast video monitor
2D compositing viewer

Ctrl + U


Microsoft FrontPage
Apply an underline.
Format text and paragraphs

Ctrl + U


Clip Studio Paint Pro
Tonal correction: Hue/Saturation/Luminosity
Edit menu

Ctrl + U


Inkscape
toggle Unicode entry
Text tool

Ctrl + U


TextRoom
Underline
General

Ctrl + U


LightWave 3D
UnParent bone
Layout: Setup

Ctrl + U


gedit
Convert the selected text to upper case
Editing files

Ctrl + U


Oracle EBS Forms
Update record
General

Ctrl + U


Corel Painter
Ungroup
Layer selection tools

Ctrl + U


PDF-XChange Editor
Underline
General

Ctrl + U


Microsoft Word 2016
Apply an underline
Format characters

Ctrl + U


Red Hat Enterprise Linux
Clear the current line in terminal
General

Ctrl + U


Arch Linux
Cut everything from line start to cursor
Terminal: Readline

Ctrl + U


E-Sword
Underline Editors only
General

Ctrl + U


CodeMirror
Undo the last change to the selection, or if there are no selection-only changes at the top of the history, undo the last change
General (Windows)

Ctrl + U


Komodo Edit
Make uppercase
General

Ctrl + U


Chromebook and Chrome OS
View page source
Page and web browser

Ctrl + U


AWS Cloud9 IDE (Windows)
To Uppercase
Code Manipulation

Ctrl + U


IntelliJ IDEA (Windows, Linux)
Go to super-method/ super-class
Navigation

Ctrl + U


Comodo IceDragon
Page Source
Tools

Ctrl + U


Adobe Premiere Pro (Windows)
Underline
Titler

Ctrl + U


Brackets
Undo last selection change
Multiple cursors

Ctrl + U


Microsoft PowerPoint (Slideshows)
Hide the pointer and navigation button in 15 seconds
Control your slide show during the presentation

Ctrl + U


GoldWave
AutoTrims the sound.  Removes silences within the ends of the selection.
Editing

Ctrl + U


Mp3tag
Unselect all
General

Ctrl + U


Ardour
All enclosed by edit range
Selecting

Ctrl + U


Zim
Make selected text underline (renders highlighted)
General

Ctrl + U


Tekla Structures 20
Update
General

Ctrl + U


Microsoft PowerPoint (Creating presentations)
Apply an underline
Format text: Apple character formatting

Ctrl + U


LibreOffice
Refreshes the selected theme
New Theme area of the Gallery

Ctrl + U


WriteMonkey
Soft undo
Editing

Ctrl + U


Google Sheets (Android)
Underline
Format cells

Ctrl + U


Google Sheets
Underline
Format cells

Ctrl + U


Valentina Studio
Make Selection Lower
Text - Transformation

Ctrl + U


TinyMCE
Underline
Editor body

Ctrl + U


FileMaker
Select tables with the same source table
Table and relationship selection and arrangement

Ctrl + U


Qt Creator
Select the current block (The second press extends the selection to the parent block. To enable this behavior, select Tools> Options > Text Editor > Behavior > Enable smart selection changing)
Editing

Ctrl + U


FocusWriter
Underline
General

Ctrl + U


NewsBin Pro
Unlock poster
Post and search tab

Ctrl + U


Maple
Undo Changes to the Line
Command line interface

Ctrl + U


Guitar Pro
Brush upstroke
Note - General

Ctrl + U


Microsoft Visual Studio 2017 (All shortcuts)
Image.UseSelectionasBrush
VC Image Editor

Ctrl + U


Git Tower (Windows)
Push HEAD
Remote interactions & commit history

Ctrl + U


Sublime Text
soft undo; jumps to your last change before undoing change when repeated
Editing

Ctrl + U


KompoZer
Text style Underline
Composition shortcuts

Ctrl + U


eM Client
Underline selected text
General

Ctrl + U


WhereIsIt?
View user list
General

Ctrl + U


The Bat!
Underline
Message Editor

Ctrl + U


WPS Office
Applies or removes underlining
General

Ctrl + U


FileZilla
Preserve timestamps of transferred files
General

Ctrl + U


Krita 3.0
HSV/HSL adjust
Painting

Ctrl + U


Visual Studio Code (Linux)
Undo last cursor operation
Multi-cursor and selection

Ctrl + U


Visual Studio Code (Windows)
Undo last cursor operation
Multi-cursor and selection

Ctrl + U


Blender
Save User Settings
General

Ctrl + U


Google Hangouts
Underline
Format messages

Ctrl + U


IrfanView
Custom rotation dialog
Basic editing functions

Ctrl + U


PlayerUnknown's Battlegrounds
Toggle UI
Other

Ctrl + U


Microsoft Excel 2016
Applies or removes underlining
CTRL combination shortcut keys

Ctrl + U


Slack
Upload a file
Files and snippets

Ctrl + U


Chrome DevTools
Select / de-select the next occurrence of whatever word the cursor is on. Each occurrence is highlighted simultaneously
Code Editor

Ctrl + U


SQL Server Management Studio (SSMS)
Make the selected text lower case
Code editor

Ctrl + U


PuTTY
Clear the line before the cursor position. If you are at the end of the line, clears the entire line
Ctrl key bouund

Ctrl + U


CoffeeCup HTML Editor
Underline
Format

Ctrl + U


Notepad++
Convert to lower case
Edit menu

Ctrl + U


Outlook 2016 and Outlook 2013
Underline
Text formatting

Ctrl + U


Firefox Quantum
Page source
Tools

Ctrl + U


foobar2000
Add location
Predefined shortcuts

Ctrl + U


uTorrent
Add new torrent from URL
General

Ctrl + U


Pidgin
Plugins
Tools menu

Ctrl + U


AIMP
Add URL
Working with Playlist

Ctrl + U


WinSCP
Keep remote directory up to date
Service commands

Ctrl + U


Zimbra Web Client
Underlined
HTML editor

Ctrl + U


iTunes 11 for Windows
Stream audio file at a specific URL to iTunes
File and window

Ctrl + U


Mozilla Thunderbird
View message source
Managing messages

Ctrl + U


GOM Player
Open URL
Playback control

Ctrl + U


Everything
Toggle match path
General keyboard shortcuts

Ctrl + U


Joomla
Toggles underlining of selected text
Joomla Editor

Ctrl + U