Visual Studio Code (Windows)

Multi-cursor and selection

Undo last cursor operation

Ctrl + U

All hotkeys for Visual Studio Code (Windows)

General
F1 Show Command Palette

Ctrl + ↑   Shift + P then F1

Navigation
Go to file

Ctrl + P

General
New window/instance

Ctrl + ↑   Shift + N

General
Close window/instance

Ctrl + ↑   Shift + W

General
User Settings

Ctrl + ,

General
Keyboard Shortcuts

Ctrl + K then Ctrl + S

Basic editing
Cut line (empty selection)

Ctrl + X

Integrated terminal
Copy selection

Ctrl + C

Basic editing
Move line up/down

Alt + ↑  ↓

Basic editing
Copy line up/down

↑   Shift + Alt + ↑  ↓

Basic editing
Delete line

Ctrl + ↑   Shift + K

Basic editing
Insert line below

Ctrl + ⤶ Enter

Basic editing
Insert line above

Ctrl + ↑   Shift + ⤶ Enter

Basic editing
Jump to matching bracket

Ctrl + ↑   Shift + \

Basic editing
Indent/outdent line

Ctrl + ]

Basic editing
Indent/outdent line

Ctrl + [

Basic editing
Go to beginning of line

Home

Basic editing
Go to end of line

End

Integrated terminal
Scroll to top

Ctrl + Home

Integrated terminal
Scroll to bottom

Ctrl + End

Integrated terminal
Scroll up/down

Ctrl + ↑  ↓

Basic editing
Scroll page up

Alt + Page Up

Basic editing
Scroll page down

Alt + Page Down

Basic editing
Fold (collapse) region

Ctrl + ↑   Shift + [

Basic editing
Unfold (uncollapse) region

Ctrl + ↑   Shift + ]

Basic editing
Fold (collapse) all subregions

Ctrl + K then Ctrl + [

Basic editing
Unfold (uncollapse) all subregions

Ctrl + K then Ctrl + ]

Basic editing
Fold (collapse) all regions

Ctrl + K then Ctrl + 0

Basic editing
Unfold (uncollapse) all regions

Ctrl + K then Ctrl + J

Basic editing
Add line comment

Ctrl + K then Ctrl + C

Basic editing
Remove line comment

Ctrl + K then Ctrl + U

Basic editing
Toggle line comment

Ctrl + /

Basic editing
Toggle block comment

↑   Shift + Alt + A

Basic editing
Toggle word wrap

Alt + Z

Navigation
Show all symbols

Ctrl + T

Navigation
Go to line

Ctrl + G

Navigation
Go to symbol

Ctrl + ↑   Shift + O

Navigation
Show Problems panel

Ctrl + ↑   Shift + M

Navigation
Go to next error or warning

F8

Navigation
Go to previous error or warning

↑   Shift + F8

File management
Open previous

Ctrl + ↑   Shift + ⭾ Tab

Navigation
Go back / forward

Alt + ←  →

Navigation
Toggle Tab moves focus

Ctrl + M

Search and replace
Find

Ctrl + F

Search and replace
Replace

Ctrl + H

Search and replace
Find next

F3

Search and replace
Find previous

↑   Shift + F3

Search and replace
Select all occurences of Find match

Alt + ⤶ Enter

Search and replace
Add selection to next Find match

Ctrl + D

Search and replace
Move last selection to next Find match

Ctrl + K then Ctrl + D

Search and replace
Toggle case-sensitive

Alt + C

Search and replace
Toggle regex

Alt + R

Search and replace
Toggle whole word

Alt + W

Multi-cursor and selection
Insert cursor

Alt + Mouse left click

Multi-cursor and selection
Insert cursor above / below

Ctrl + Alt + ↑  ↓

Multi-cursor and selection
Undo last cursor operation

Ctrl + U

Multi-cursor and selection
Insert cursor at end of each line selected

↑   Shift + Alt + I

Multi-cursor and selection
Select current line

Ctrl + I

Multi-cursor and selection
Select all occurrences of current selection

Ctrl + ↑   Shift + L

Multi-cursor and selection
Select all occurrences of current word

Ctrl + F2

Multi-cursor and selection
Expand selection

↑   Shift + Alt +

Multi-cursor and selection
Shrink selection

↑   Shift + Alt +

Multi-cursor and selection
Column (box) selection

↑   Shift + Alt + Mouse movement

Multi-cursor and selection
Column (box) selection

Ctrl + ↑   Shift + Alt + ← ↑ → ↓

Multi-cursor and selection
Column (box) selection page up

Ctrl + Shift + Alt + Page Up

Multi-cursor and selection
Column (box) selection page down

Ctrl + Shift + Alt + Page Down

Rich languages editing
Trigger suggestion

Ctrl + Space

Rich languages editing
Trigger parameter hints

Ctrl + ↑   Shift + Space

Rich languages editing
Format document

↑   Shift + Alt + F

Rich languages editing
Format selection

Ctrl + K then Ctrl + F

Rich languages editing
Go to Definition

F12

Rich languages editing
Peek Definition

Alt + F12

Rich languages editing
12 Open Definition to the side

Ctrl + K then F12

Rich languages editing
Quick Fix

Ctrl + .

Rich languages editing
Show References

↑   Shift + F12

Rich languages editing
Rename Symbol

F2

Rich languages editing
Trim trailing whitespace

Ctrl + K then Ctrl + X

Rich languages editing
M Change file language

Ctrl + K then M

Editor management
Close editor

Ctrl + F4 then Ctrl + W

Display
Z Zen Mode (Esc Esc to exit)

Ctrl + K

Editor management
Split editor

Ctrl + \

Editor management
Focus into first group

Ctrl + 1

Editor management
Focus into second group

Ctrl + 2

Editor management
Focus into third group

Ctrl + 3

Editor management
Focus into previous/next editor group

Ctrl + K then Ctrl + ←  →

Editor management
Move editor left

Ctrl + Shift + Page Up

Editor management
Move editor right

Ctrl + Shift + Page Down

Editor management
ht Move active editor group

Ctrl + K then ←  →

File management
New File

Ctrl + N

File management
Open File

Ctrl + O

File management
Save

Ctrl + S

File management
Save As

Ctrl + ↑   Shift + S

File management
Close

Ctrl + F4

File management
Close All

Ctrl + K then Ctrl + W

File management
Reopen closed editor

Ctrl + ↑   Shift + T

File management
Open next

Ctrl + ⭾ Tab

File management
P Copy path of active file

Ctrl + K then P

File management
R Reveal active file in Explorer

Ctrl + K then R

File management
O Show active file in new window/instance

Ctrl + K then O

Debug
Step into

F11

Display
Toggle editor layout (horizontal/vertical)

↑   Shift + Alt + 1

Display
Zoom in

Ctrl + =

Display
Zoom out

Ctrl + -

Display
Toggle Sidebar visibility

Ctrl + B

Display
Show Explorer / Toggle focus

Ctrl + ↑   Shift + E

Display
Show Search

Ctrl + ↑   Shift + F

Display
Show Source Control

Ctrl + ↑   Shift + G

Display
Show Debug

Ctrl + ↑   Shift + D

Display
Show Extensions

Ctrl + ↑   Shift + X

Display
Replace in files

Ctrl + ↑   Shift + H

Display
Toggle Search details

Ctrl + ↑   Shift + J

Display
Show Output panel

Ctrl + ↑   Shift + U

Display
Open Markdown preview

Ctrl + ↑   Shift + V

Debug
Toggle breakpoint

F9

Debug
Start/Continue

F5

Debug
Stop

↑   Shift + F5

Debug
Step out

↑   Shift + F11

Debug
Step over

F10

Debug
Show hover

Ctrl + K then Ctrl + I

Integrated terminal
Show integrated terminal

Ctrl + `

Integrated terminal
Create new terminal

Ctrl + ↑   Shift + `

Integrated terminal
Paste into active terminal

Ctrl + V

Integrated terminal
Scroll page up

Shift + Page Up

Integrated terminal
Scroll page down

Shift + Page Down

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


Qt Creator (MacOS)
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


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