JetBrains RubyMine (Windows)

Editing Shortcuts

Switch case for Word at Caret or Selected block

Ctrl + Shift + U

All hotkeys for JetBrains RubyMine (Windows)

General Shortcuts
Open Corresponding Tool Window

Ctrl + 0..9

General Shortcuts
Save All

Ctrl + S

General Shortcuts
Synchronize

Ctrl + Alt + Y

General Shortcuts
Toggle Maximize Editor

Ctrl + Shift + F12

General Shortcuts
Go back to Previous Tool Window

F12

General Shortcuts
Go to Editor

Esc

General Shortcuts
Hide Active or Last Active Window

Shift + Esc

General Shortcuts
Switch Editor Tabs and IDE Tool Windows

Ctrl + Tab

General Shortcuts
Open Setting Dialog

Ctrl + Alt + S

General Shortcuts
Close Current Active Tab

Ctrl + F4

General Shortcuts
Quick Switch Current Scheme

Ctrl + `

General Shortcuts
Add to Favourites

Alt + Shift + F

General Shortcuts
Inspect Current file with Current file

Alt + Shift + I

Find and Replace
Find

Ctrl + F

Find and Replace
Replace

Ctrl + R

Find and Replace
Search Everywhere

Double Shift

Find and Replace
Find Next

F3

Find and Replace
Find Previous

Shift + F3

Find and Replace
Find in Path

Ctrl + Shift + F

Find and Replace
Replace in Path

Ctrl + Shift + R

Editing Shortcuts
Basic Code Completion

Ctrl + Spacebar

Editing Shortcuts
Complete Current Statement

Ctrl + Shift + Spacebar

Editing Shortcuts
Quick Documentation Lookup

Ctrl + Q

Editing Shortcuts
Brief Info

Ctrl + Mouse Over

Editing Shortcuts
Complete Statement

Ctrl + Shift + Enter

Editing Shortcuts
Parameter Information

Ctrl + P

Editing Shortcuts
Override Methods

Ctrl + O

Editing Shortcuts
Generate Code

Alt + Insert

Editing Shortcuts
Move Line(Selection) Up/Down

Ctrl + Shift + Up Arrow / Down Arrow

Editing Shortcuts
Surround With..(Begin..End etc.)

Ctrl + Alt + T

Editing Shortcuts
Comment/Uncomment with Line Comment

Ctrl + /

Editing Shortcuts
Comment/Uncomment with Block Comment

Ctrl + Shift + /

Editing Shortcuts
Show Description of Error or Warning at Caret

Ctrl + F1

Editing Shortcuts
Indent Selected Lines

Tab

Editing Shortcuts
Unindent Selected Lines

Shift + Tab

Editing Shortcuts
Show Intention Actions and Quick Fixes

Alt + Enter

Editing Shortcuts
Reformat Code

Ctrl + Alt + L

Editing Shortcuts
Duplicate Current Line

Ctrl + D

Editing Shortcuts
Cut/Copy/Paste Current line to Clipboard

Ctrl + X / Ctrl + C / Ctrl + V

Editing Shortcuts
Paste from Buffer

Ctrl + Shift + V

Editing Shortcuts
AutoIndent Lines

Ctrl + Alt + I

Editing Shortcuts
Delete line at caret

Ctrl + Y

Editing Shortcuts
Start New line

Shift + Enter

Editing Shortcuts
Show Intention Actions/Quick-Fixes

Alt + Enter

Editing Shortcuts
Decrease Current Selection to Previous State

Ctrl + Shift + W

Editing Shortcuts
Select Successively Incresing Code blocks

Ctrl + W

Editing Shortcuts
Expand All

Ctrl + Shift + NumPad +

Editing Shortcuts
Collapse All

Ctrl + Shift + NumPad -

Editing Shortcuts
Expand/Collapse Code block

Ctrl + NumPad + / Ctrl + NumPad -

Editing Shortcuts
Delete to end word

Ctrl + Del

Editing Shortcuts
Delete to word start

Ctrl + Backspace

Editing Shortcuts
Select till code block end

Ctrl + Shift + ]

Editing Shortcuts
Select till code block start

Ctrl + Shift + [

Editing Shortcuts
Toggle Carnel/Snake Case

Shift + Alt + U

Editing Shortcuts
Switch case for Word at Caret or Selected block

Ctrl + Shift + U

Refactoring
Copy

F5

Refactoring
Move

F6

Refactoring
Rename

Shift + F6

Refactoring
Inline

Ctrl + Alt + N

Refactoring
Refactor this Quick List

Ctrl + Alt + Shift + T

Refactoring
Extract Method

Ctrl + Alt + M

Refactoring
Extract Field

Ctrl + Alt + F

Refactoring
Extract parameter

Ctrl + Alt + P

Refactoring
Extract Constant

Ctrl + Alt + C

Refactoring
Extract Variable

Ctrl + Alt + V

Navigation Shortcuts
Go to Class

Ctrl + N

Navigation Shortcuts
Go to File

Ctrl + Shift + N

Navigation Shortcuts
Go to Symbol

Ctrl + Alt + Shift + N

Navigation Shortcuts
Next highlighted Error

F2

Navigation Shortcuts
Previous highlighted Error

Shift + F2

Navigation Shortcuts
Go to Top of Page

Ctrl + PgUp

Navigation Shortcuts
Go to Bottom of Page

Ctrl + PgDn

Navigation Shortcuts
Go to Line

Ctrl + G

Navigation Shortcuts
Recent files Popup

Ctrl + E

Navigation Shortcuts
Select current file/Symbol in any View

Alt + F1

Navigation Shortcuts
Go to Next/Previous Tab

Alt + Left Arrow / Alt + Right Arrow

Navigation Shortcuts
Go to Declaration

Ctrl + B

Navigation Shortcuts
Go to Type Declaration

Ctrl + Shift + B

Navigation Shortcuts
Navigate back/forward

Ctrl + Alt + Left Arrow / Ctrl + Alt + Right Arrow

Navigation Shortcuts
Go to last edit location

Ctrl + Shift + Backspace

Navigation Shortcuts
Go to super method/super class

Ctrl + U

Navigation Shortcuts
Type Hierarchy

Ctrl + H

Navigation Shortcuts
Toggle Bookmark

F11

Navigation Shortcuts
Toggle Bookmark with Mnemonic

Ctrl + F11

Navigation Shortcuts
Show Bookmarks

Shift + F11

Navigation Shortcuts
Go to Numbered Bookmark

Ctrl + 0..9

Navigation Shortcuts
Show Navigation bar

Alt + Home

Navigation Shortcuts
Edit Source

F4

Navigation Shortcuts
Show Diagram

Ctrl + Shift + Alt + U

Navigation Shortcuts
File Structure Popup

Ctrl + F12

Navigation Shortcuts
Move to code block end/start

Ctrl + ] / Ctrl + [

Navigation Shortcuts
Go to Previous/Next Method

Alt + Up Arrow / Alt + Down Arrow

Navigation Shortcuts
Open Quick Definition Lookup

Ctrl + Shift + I

Debugging
Run to Cursor

Alt + F9

Debugging
Step Out

Shift + F8

Debugging
Step Over

F8

Debugging
Step Into

F7

Debugging
Quick Evaluate Expression

Ctrl + Alt + F8

Debugging
Evaluate Expression

Alt + F8

Debugging
Toggle Breakpoint

Ctrl + F8

Debugging
View Breakpoints

Ctrl + Shift + F8

Debugging
Resume Program

F9

Debugging
Show Execution Point

Alt + F10

Compile and Run
Open Run Configuration

Alt + Shift + F10

Compile and Run
Open Debug Configuration

Alt + Shift + F9

Compile and Run
Run

Shift + F10

Compile and Run
Debug

Shift + F9

Compile and Run
Run Rake Task

Ctrl + Alt + R

Usage Search
Find Usage in File

Ctrl + F7

Usage Search
Find Usage

Alt + F7

Usage Search
Highlight Usage in File

Ctrl + Shift + F7

Usage Search
Show Usage

Ctrl + Alt + F7

VCS/Local History
View Diffrenece

Ctrl + D

VCS/Local History
Commit Project to VCS

Ctrl + K

VCS/Local History
Update Project from VCS

Ctrl + T

VCS/Local History
View Recent Changes

Ctrl + Shift + E

VCS/Local History
VCS Operations Popup

Alt + `

Live Templates
Insert Live Template

Ctrl + J

Live Templates
Surround with Live Template

Ctrl + Alt + J

Rails
Navigate to Rails Model/View/Controllers

Alt + Shift + N

Rails
Preview Rails View in Browser

Alt + F2

Rails
Reload Application Sources in Rails Console

Ctrl + R

Rails
Insert <%= %> in RHTML

Ctrl + Shift + .

Rails
Run Rails Generator

Ctrl + Alt + G

Similar combinations for other applications


SharpDevelop 4.0 (Windows)
Reload the current file; all changes are rejected
Manage SharpDevelop Projects

Ctrl + Shift + U


Eclipse Helios (Windows)
Find occurrences of expression in current file
Code Information

Ctrl + Shift + U


Visual Studio 2015 (Windows)
Make uppercase
Code Editor - Edit Code

Ctrl + Shift + U


Microsoft Excel 2010 (Windows)
Toggle expand or collapse formula bar.
Work with Data Selections - Formulas

Ctrl + Shift + U


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

Ctrl + Shift + U


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

Ctrl + Shift + U


Visual Studio 2015 (Windows)
Make uppercase
Coding - Edit Code

Ctrl + Shift + U


Total Commander 8 (Windows)
Exchange directories and tabs
Main Shortcuts

Ctrl + Shift + u


Microsoft Excel 2010 (Windows)
Toggle expand or collapse formula bar.
Insert and Edit Data - Formulas

Ctrl + Shift + U


Visual Studio 2015 (Windows)
Make uppercase
Code Snippets (Visual C# Scheme) - Edit Code

Ctrl + Shift + U


Sublime Text (Windows)
Soft redo
Undo and Redo

Ctrl + Shift + U


Microsoft Outlook 2010 (Windows)
Create task request
Create Items

Ctrl + Shift + U


Microsoft Outlook 2010 (Windows)
Create new task request
Tasks Shortcuts

Ctrl + Shift + U


Microsoft Excel 2010 (Windows)
Toggle expand or collapse formula bar.
Format Data - Formulas

Ctrl + Shift + U


Photoshop Lightroom 4 (Windows)
Auto white balance
Develop Module

Ctrl + Shift + U


Texmaker 4.0.2 (Windows)
Superscript
"Math" menu

Ctrl + Shift + U


IntelliJ (Linux)
Toggle case for word at caret or selected block
Editing

Ctrl + Shift + U


IntelliJ (Windows)
Toggle case for word at caret or selected block
Editing

Ctrl + Shift + U


Notepad2 (Windows)
Convert - Uppercase
Edit Menu

Ctrl + Shift + U


NetBeans 8 (Windows)
Create Unit test
Compiling, Testing, and Running

Ctrl + Shift + U


Photoshop Lightroom 4 (Windows)
Show/hide dimensions
Print module

Ctrl + Shift + U


Beyond Compare (Windows)
Decrease indent
Edit Menu

Ctrl + Shift + U


Microsoft Excel 2010 (Windows)
Toggle expand or collapse formula bar.
Formulas and Names - Formulas

Ctrl + Shift + U


FileMaker Pro (Windows)
Style Underline
Layout Mode Shortcuts - Format Text

Ctrl + Shift + U


Qt Creator (Windows)
Find usages
Editor

Ctrl + Shift + U


Qt Creator (MacOS)
Find usages
Editor

Ctrl + Shift + U


Notepad++ 6 (Windows)
Convert to UPPER CASE
Edit menu

Ctrl + Shift + U


Microsoft Excel 2010 (Windows)
Toggle expand or collapse formula bar.
The Rest - Formulas

Ctrl + Shift + U


Microsoft Excel 2013 (Windows)
Toggle expand or collapse formula bar
Lesser Used Shortcuts

Ctrl + Shift + U


FileMaker Pro (Windows)
Style Underline
Text Shortcuts - Format Text

Ctrl + Shift + U


Microsoft Excel 2016 (Windows)
Expand/ collapse formula bar
Select Cells - Basics

Ctrl + Shift + U


Microsoft Outlook 2016 (Windows)
Create a task request
Common Commands: Create Item or File

Ctrl + Shift + U


Microsoft Outlook 2016 (Windows)
Create a multimedia message
Mail

Ctrl + Shift + U


FileMaker Pro (Windows)
Style Underline
Database Management Shortcuts - Format Text

Ctrl + Shift + U


Photoshop Lightroom CC (Windows)
Auto white balance
Develop Module

Ctrl + Shift + 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


Microsoft Excel 2016 (Windows)
Expand/ collapse formula bar
Format Cells - Basics

Ctrl + Shift + U


InDesign CC (Windows)
Underline
Formatting Shortcuts

Ctrl + Shift + U


Photoshop Lightroom CC (Windows)
Show/ hide dimensions
Print Module

Ctrl + Shift + U


Microsoft Excel 2016 (Windows)
Expand/ collapse formula bar
Formulas - Basics

Ctrl + Shift + U


Zoho Sheet (Windows)
Toggle Expand and Collapse of Formula Bar
Formula related shortcuts

Ctrl + Shift + U


Microsoft Excel 2016 (Windows)
Expand/ collapse formula bar
Manage Workbooks - Basics

Ctrl + Shift + U


Microsoft Excel 2016 (Windows)
Expand/ collapse formula bar
Excel Auto Tables and Data Forms - Basics

Ctrl + Shift + U


Ace Projects (Windows)
Change to lower case
Other Shortcuts

Ctrl + Shift + U


TextMate 2 (MacOS)
Lowercase
General Shortcuts

Ctrl + Shift + U


JetBrains RubyMine (Linux)
Switch case for Word at Caret or Selected block
Editing Shortcuts

Ctrl + Shift + U


JetBrains PyCharm (Windows)
Switch case for Word at Caret or Selected block
Editing

Ctrl + Shift + U


Cloud9 (MacOS)
To Lowercase
Code Manipulation

Ctrl + Shift + U


Cloud9 (Windows)
To Lowercase
Code Manipulation

Ctrl + Shift + U


JetBrains PhpStorm (Windows)
Switch case for Word at Caret or Selected block
Editing

Ctrl + Shift + U


JetBrains PhpStorm (Linux)
Switch case for Word at Caret or Selected block
Editing

Ctrl + Shift + U


Adobe Dreamweaver (Windows)
Put File
Site Management

Ctrl + Shift + U


Daz 3D Carrara 8 (Windows)
Unlink
Application - Model

Ctrl + Shift + U


Corel Ventura 10 (Windows)
Uppercase
Text Formatting

Ctrl + Shift + U


Corel PhotoPaint X6 (Windows)
Hue/Saturation/Lightness
Adjust

Ctrl + Shift + U


Steinberg Cubase 9 (Windows)
Unlock
Edit

Ctrl + Shift + U


DAZ Studio (Windows)
Convert to uppercase
Script Commands

Ctrl + Shift + U


Corel Draw X8 (Windows)
Hue/saturation
Dialogs

Ctrl + Shift + U


Daz 3D Carrara 8 (Windows)
Unlink
Spline Modeler - Model

Ctrl + Shift + U


Adobe ColdFusion Builder 2.0 (Windows)
UpperCase
Other Editor

Ctrl + Shift + U


InCopy CC (Windows)
Underline
Working with Types

Ctrl + Shift + U


Daz 3D Carrara 8 (Windows)
Unlink
Vertex Modeler - Model

Ctrl + Shift + U


Chief Architect (Windows)
Foundation Defaults
Other Shortcuts

Ctrl + Shift + U


Forte (Windows)
Select and Copy URL
Main Browser Window

Ctrl + Shift + U


vSphere Client (Windows)
Customization Specification Manager
vCenter Navigation Shortcuts

Ctrl + Shift + U


TradeStation (Windows)
Uppercase
Editor Shortcuts

Ctrl + Shift + U


Jetbrains CLion (Windows)
Toggle case for word at caret or selected block
Editing Shortcuts

Ctrl + Shift + U


Adobe Captivate 2017 (Windows)
Insert the mouse
General and Miscellaneous Shortcuts

Ctrl + Shift + U


MPS 2017 (Windows)
Toggle case of the selected text block
Basic Editing

Ctrl + Shift + U


Siemens NX 11 (Windows)
Show All
Edit Menu

Ctrl + Shift + U


Delphi 10 (Windows)
Unindent the current selected block
193 Shortcuts for Delphi 10 (Windows)

Ctrl + Shift + U


Quickbooks Desktop (Windows)
Get Payroll Updates
The Rest

Ctrl + Shift + U


Visual Studio Code (Windows)
Show Output panel
Display

Ctrl + Shift + U


Vegas Pro 14 (Windows)
Ignore event grouping
Timeline and Track List

Ctrl + Shift + U


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

Ctrl + Shift + U


CuteFTP (Windows)
Change item queue order (move up one)
General

Ctrl + Shift + U


SAP Web IDE (Windows)
View outline
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + Shift + U


Ableton Live 9 (Windows)
Quantize Settings
Clip view Sample Display

Ctrl + Shift + U


Ableton Live 9 (Windows)
Quantize Settings
Clip View MIDI Editor

Ctrl + Shift + U


Arduino (Linux)
Upload using Programmer
29 Shortcuts for Arduino (Linux)

Ctrl + Shift + U


Arduino (Windows)
Upload using Programmer
29 Shortcuts for Arduino (Windows)

Ctrl + Shift + U


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

Ctrl + Shift + U


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

Ctrl + Shift + U


Adobe Photoshop Elements (Windows)
Turn Underlining on/off
Text

Ctrl + Shift + U


Adobe Fireworks MX (Windows)
Insert Hotspot
Working with Fireworks Objects

ctrl + shift + u


Microsoft Outlook 2007 (Windows)
Create a task request.
Shortcuts to Create Items or Files

Ctrl + Shift + U


Microsoft Excel 2007 (Windows)
Switches between expanding and collapsing of the formula bar.
CTRL Combinations in Excel 2007

Ctrl + Shift + U


Microsoft Outlook 2007 (Windows)
Create a new task request.
Shortcuts for Managing Tasks

Ctrl + Shift + U


Adobe After Effects CS5 (Windows)
Set Quality to Best / Draft / Wireframe for selected layers
Layers

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