PyCharm 2018.2

Navigation in source code

Navigate to a super method declaration of a method under the caret.

Ctrl + U

All hotkeys for PyCharm 2018.2

Advanced editing
Comment/uncomment current line or selected block with line comments.

Ctrl + /

Advanced editing
Comment/uncomment code with block comments.

Ctrl + ↑   Shift + /

Advanced editing
Show a pop-up window with the documentation for the symbol at the caret.

Ctrl + Q

Advanced editing
Show a pop-up window with the documentation for the symbol at the caret.

Alt + Mouse right click

Advanced editing
Show the Highlighting level pop-up window to configure highlighting in the current file.

Ctrl + ↑   Shift + Alt + H

Advanced editing
Show parameters of the method call at the caret.

Ctrl + P

Advanced editing
Show the current method or class declaration when it is not visible.

Alt + Q

Advanced editing
Show an error or warning description at the caret.

Ctrl + F1

Advanced editing
Open browser with the documentation for the selected item.

↑   Shift + F1

Advanced editing
Override base class methods in the current class.

Ctrl + O

Advanced editing
Surround selected code fragment with if, do, tags or other constructs.

Ctrl + Alt + T

Advanced editing
Code completion for any class, method or variable.

Ctrl + Space

Advanced editing
Goes through the names of classes, methods, keywords and variables in the current visibility scope.

Alt + /

Advanced editing
Code Completion filtering the lookup list basing on expected type.

Ctrl + ↑   Shift + Space

Advanced editing
Show a pop-up list of starting with a specified prefix.

Ctrl + J

Advanced editing
Surround the selection with one of the templates.

Ctrl + Alt + J

Basic editing
Move the selected block to the next indentation level.

⭾ Tab

Basic editing
Move the selected block to the previous indentation level.

↑   Shift + ⭾ Tab

Basic editing
In the editor: enter a new line and set the caret at its beginning. On pressing Enter, PyCharm adds backslash character to avoid syntactical errors.

⤶ Enter

Basic editing
In other views: remove selected items

Del

Basic editing
Delete a character to the left of the caret.

⬅ Backspace

Basic editing
Undo last operation.

Ctrl + Z

Basic editing
Redo last undone operation.

Ctrl + ↑   Shift + Z

Basic editing
Cut a current line or a selected code block to the Clipboard.

Ctrl + X

Basic editing
Copy a current line or a selected code block to the Clipboard.

Ctrl + C

Basic editing
Paste from the Clipboard to the caret location.

Ctrl + V

Basic editing
Paste selected entry from the Clipboard to the caret location.

Ctrl + ↑   Shift + V

Basic editing
Move the caret one line up.

Basic editing
Move the caret one line up selecting the text.

↑   Shift +

Basic editing
Move the caret one line down.

Basic editing
Move the caret one line down selecting the text.

↑   Shift +

Basic editing
Move the caret one character to the left.

Basic editing
Move the caret one character to the left selecting the text.

↑   Shift +

Basic editing
Move the caret one character to the right.

Basic editing
Move the caret one character to the right selecting the text.

↑   Shift +

Basic editing
Move the caret down to the page bottom.

Ctrl + Page Down

Basic editing
Move the caret down to the page bottom, selecting the text.

Ctrl + Shift + Page Down

Basic editing
Move the caret up to the page top.

Ctrl + Page Up

Basic editing
Move the caret up to the page bottom, selecting the text.

Ctrl + Shift + Page Up

Basic editing
Move the caret one page down.

Page Down

Basic editing
Move the caret one page down, selecting the text.

Shift + Page Down

Basic editing
Move the caret one page up.

Page Up

Basic editing
Move the caret one page up, selecting the text.

Shift + Page Up

Basic editing
Scroll the text one line down.

Ctrl +

Basic editing
Scroll a line at caret to the center of the screen.

Ctrl + M

Basic editing
Scroll the text one line up.

Ctrl +

Basic editing
Move the caret to the end of line.

End

Basic editing
Move the caret to the end of line, selecting the text.

↑   Shift + End

Basic editing
Move the caret to the beginning of line.

Home

Basic editing
Move the caret to the beginning of line, selecting the text.

↑   Shift + Home

Basic editing
Move the caret to the next word.

Ctrl +

Basic editing
Move the caret to the next word, selecting it.

Ctrl + ↑   Shift +

Basic editing
Move the caret to the previous word.

Ctrl +

Basic editing
Move the caret to the previous word, selecting it.

Ctrl + ↑   Shift +

Basic editing
Move the caret to the end of text.

Ctrl + End

Basic editing
Move the caret to the end of text, selecting it.

Ctrl + ↑   Shift + End

Basic editing
Move the caret to the beginning of text.

Ctrl + Home

Basic editing
Move the caret to the beginning of text, selecting it.

Ctrl + ↑   Shift + Home

Basic editing
Select the entire text opened in the editor.

Ctrl + A

Basic editing
Delete the line where the caret is currently located.

Ctrl + Y

Basic editing
Delete the word starting from the current caret location up to the word end.

Ctrl + Del

Basic editing
Delete the word starting from the current caret location up to the word start.

Ctrl + ⬅ Backspace

Basic editing
Toggle insert/overwrite modes.

Insert

Basic editing
Duplicate selected block or the line at the caret.

Ctrl + D

Basic editing
Toggle case of the selected text block.

Ctrl + ↑   Shift + U

Navigation in source code
Navigate to the end of the current code block.

Ctrl + ]

Basic editing
Move the caret to the current code block end, selecting the code beginning from the initial caret location.

Ctrl + ↑   Shift + ]

Navigation in source code
Navigate to the start of the current code block.

Ctrl + [

Basic editing
Move the caret to the current code block start, selecting the code beginning from the initial caret location.

Ctrl + ↑   Shift + [

Basic editing
Start a new line after the current one positioning the caret in accordance with the current indentation level.

↑   Shift + ⤶ Enter

Basic editing
Start a new line before the current one.

Ctrl + Alt + ⤶ Enter

Basic editing
Concatenate the selected lines into one or concatenate the line where the caret is currently located with the next line.

Ctrl + ↑   Shift + J

General
In the editor: Intelligently split the current line into 2 lines, shifting quotes, etc. as necessary.

Ctrl + ⤶ Enter

Basic editing
Select successively increasing code blocks starting from the current caret location.

Ctrl + W

Basic editing
Remove sequentially the selection made by the action.

Ctrl + ↑   Shift + W

Basic editing
Indent the current line or selected block according to the Code Style settings.

Ctrl + Alt + I

Navigation Between IDE Components
Expand all nodes in a tree view.

Ctrl + Num +

Navigation Between IDE Components
Collapse all nodes in a tree view.

Ctrl + Num -

Code folding
Expand the current folded fragment and all the subordinate collapsed folding regions within that fragment

Ctrl + Alt + Num +

Code folding
Collapse the current folding region and all the subordinate folding regions within it

Ctrl + Alt + Num -

Code folding
Expand all collapsed fragments within the selection, or, if nothing is selected, expand all the collapsed fragments in the current file

Ctrl + ↑   Shift + Num +

Code folding
Collapse all folding regions within the selection, or, if nothing is selected, collapse all the folding regions in the current file

Ctrl + ↑   Shift + Num -

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 1

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 2

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 3

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 4

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 5

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 1

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 2

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 3

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 4

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 5

Code folding
Collapse the selected fragment and create a custom folding region for it to make it "foldable" / Expand the current fragment and remove the corresponding custom folding region to make the fragment "unfoldable"

Ctrl + .

Running and debugging
Repeat execution with the same settings, with the same tab of the editor having the focus.

↑   Shift + F10

Running and debugging
Quickly select run/debug configuration and run or edit it.

↑   Shift + Alt + F10

Running and debugging
Repeat execution with the same settings, with the same tab of the Run tool window having the focus.

Ctrl + F5

Running and debugging
Debug a program.

↑   Shift + F9

Running and debugging
Quickly select run/debug configuration and debug or edit it.

↑   Shift + Alt + F9

Running and debugging
Step to the next line in the current file. See Stepping Through the Program.

F8

Navigation Between IDE Components
Navigate to the next difference in view.

F7

Navigation Between IDE Components
Navigate to the previous difference in view.

↑   Shift + F7

Running and debugging
Step to a first executed line after returning from the current method. See Stepping Through the Program.

↑   Shift + F8

Running and debugging
Run until the next line in this method or file, skipping the methods referenced at the current execution point and ignoring breakpoints. See Stepping Through the Program.

↑   Shift + Alt + F8

Running and debugging
Steps into the method called in the current execution point even if this method is to be skipped. See Stepping Through the Program.

↑   Shift + Alt + F7

Running and debugging
Run to the line where the caret is located. See Stepping Through the Program.

Alt + F9

Running and debugging
Run to the line where the caret is located, ignoring breakpoints. See Stepping Through the Program.

Ctrl + Alt + F9

Running and debugging
Resume program execution.

F9

Navigation in source code
Navigate to the previous found error/warning.

↑   Shift + F2

Running and debugging
Evaluate an arbitrary expression.

Alt + F8

Running and debugging
Evaluate an arbitrary expression without calling Evaluate Expression dialog.

Ctrl + Alt + F8

Running and debugging
Toggle breakpoint at the current line.

Ctrl + F8

Running and debugging
View/manage all breakpoints.

Ctrl + ↑   Shift + F8

General
Close an active tab in a tool window (for example, Find tool window).

Ctrl + ↑   Shift + F4

General
Close an active editor.

Ctrl + F4

General
Open an editor for the selected item or items and give focus to the last opened file.

F4

General
In a tool window: return focus to the editor.

Esc

General
Export contents of a tool window to a text file. This feature applies to the Version Control Tool Window, Messages Tool Window, and the other tool windows that provide the export button icons toolbarDecorator export svg on the window toolbar.

Alt + O

General
Create a new class, file or directory. See Populating Modules.

Alt + Insert

General
Save all files and settings.

Ctrl + S

General
When several tabs are open in the editor or a view, open the next tab to the right (or first tab if the current one is the last).

Alt +

General
When several tabs are open in the editor or a view, open the next tab to the left (or last tab if the current one is the first).

Alt +

General
Display intention actions (if any) for the code where the caret is currently located, or the selected GUI component in a form.

Alt + ⤶ Enter

General
Detect all externally changed files and reload them from disk.

Ctrl + Alt + Y

Search
Initiate text search.

Ctrl + F

Search
Initiate text search and replace.

Ctrl + R

Search
Navigate to the next/previous occurrence of a selected word in the editor.

F3

Search
Navigate to the next/previous occurrence of a selected word in the editor.

↑   Shift + F3

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

Ctrl + F3

Search
Initiate search for a text string in the specified scope.

Ctrl + ↑   Shift + F

Search
Initiate search and replace in the specified scope.

Ctrl + ↑   Shift + R

Search
Initiate search for usages of the selected symbol in the specified scope.

Alt + F7

Search
Initiate search for usages of the selected symbol in the current file.

Ctrl + F7

Search
Highlight usages of a symbol at caret.

Ctrl + ↑   Shift + F7

Search
Show usages of a symbol at caret in a pop-up window. Use list of found usages to jump to the desired location

Ctrl + Alt + F7

Search
Find an action, bypassing menus. See Finding Actions.

Ctrl + ↑   Shift + A

Navigation between bookmarks
Navigate to a numbered bookmark with the corresponding number.

Ctrl + 1 - 9

Navigation between bookmarks
Turn anonymous bookmark on or off.

F11

Navigation between bookmarks
Turn bookmark with mnemonic on or off.

Ctrl + F11

Navigation between bookmarks
Open Bookmarks dialog to manage existing bookmarks and navigate between them.

↑   Shift + F11

Navigation in source code
Move focus from the current file, class, method or reference to a data source table to a view suggested in the Select Target pop-up menu. See Navigating Between IDE Components.

Alt + F1

Navigation Between IDE Components
Navigate between files opened in the editor, and tool windows.

Ctrl + ⭾ Tab

Navigation Between IDE Components
Open a tool window with the specified number.

Alt + 1 - 9

Navigation Between IDE Components
Hide the currently active tool window.

↑   Shift + Esc

Navigation Between IDE Components
Activate the last focused tool window.

F12

Navigation in source code
Display the Structure pop-up window for quick navigation through the current file.

Ctrl + F12

Navigation in source code
Show the list of recently opened files.

Ctrl + E

Navigation in source code
Show the list of recently updated files .

Ctrl + ↑   Shift + E

Navigation in source code
Browse hierarchy for the selected class class.

Ctrl + H

Navigation in source code
Navigate directly to a class in project by specifying its name in a pop-up dialog box.

Ctrl + N

Navigation in source code
Navigate directly to a file in project by specifying its name in a pop-up dialog box.

Ctrl + ↑   Shift + N

Navigation in source code
Navigate to any line in the current file by specifying its number.

Ctrl + G

Navigation in source code
Navigate to declaration of a symbol at caret.

Ctrl + B

Navigation in source code
Navigate to implementation of the item at caret.

Ctrl + Alt + B

Navigation in source code
Navigate to a type declaration of a symbol at caret, the symbol being a variable or a method call.

Ctrl + ↑   Shift + B

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

Ctrl + U

Navigation in source code
Navigate to a test for the class at caret, if any, or navigate from a test to a test subject.

Ctrl + ↑   Shift + T

Navigation in source code
Navigate between files with complicated relationships between them. For example, use this shortcut to navigate between views and templates

Ctrl + Alt + Home

Navigation in source code
Navigate to the next method declaration in the active editor tab.

Alt +

Navigation in source code
Navigate to the previous method declaration in the active editor tab.

Alt +

Navigation in source code
Undo last navigation operation.

Ctrl + Alt +

Navigation in source code
Redo last undone navigation operation.

Ctrl + Alt +

Navigation in source code
Navigate to a previous found item.

Ctrl + Alt +

Navigation in source code
Navigate to a next found item.

Ctrl + Alt +

Navigation in source code
Move through the most recent change points.

Ctrl + ↑   Shift + ⬅ Backspace

Navigation in source code
Navigate to the next found error/warning.

F2

Refactoring
Rename the selected file, class, field, method, etc. and change all references to it accordingly.

↑   Shift + F6

Refactoring
Change the signature of the selected method and update all the corresponding method calls.

Ctrl + F6

Refactoring
Move the selected class, package or static member to another package or class and update all the corresponding references.

F6

Refactoring
Create a copy of the selected class, file or directory in the same or different directory or package.

F5

Refactoring
Delete the selected class, method or field checking its usages.

Alt + Del

Refactoring
Turn the selected code fragment into a method.

Ctrl + Alt + M

Refactoring
Create a new variable and use the selected expression as its value.

Ctrl + Alt + V

Refactoring
Create a new field and use the selected expression as its value.

Ctrl + Alt + F

Refactoring
Create a new constant (static final field) and use the selected expression as its value.

Ctrl + Alt + C

Refactoring
Turn the selected expression into a new method parameter.

Ctrl + Alt + P

Refactoring
Inline the selected method or variable.

Ctrl + Alt + N

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


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