MPS 2017 (Windows)

Search

Initiate text search and replace

Ctrl + R

All hotkeys for MPS 2017 (Windows)

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 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 + Spacebar

Advanced Editing
Code Completion filtering the lookup list basing on expected type

Ctrl + Shift + Spacebar

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

Alt + /

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

Advanced Editing
In templates: move the caret to the next template variable

Tab

Advanced Editing
In templates: move the caret to the previous template variable

Shift + Tab

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

Up Arrow

Basic Editing
Move the caret one line up selecting the text

Shift + Up Arrow

Basic Editing
Move the caret one line down

Down Arrow

Basic Editing
Move the caret one line down selecting the text

Shift + Down Arrow

Basic Editing
Move the caret one character to the left

Left Arrow

Basic Editing
Move the caret one character to the left selecting the text

Shift + Left Arrow

Basic Editing
Move the caret one character to the right

Right Arrow

Basic Editing
Move the caret one character to the right selecting the text

Shift + Right Arrow

Basic Editing
Move the caret down to the page bottom

Ctrl + PgDn

Basic Editing
Move the caret down to the page bottom, selecting the text

Ctrl + Shift + PgDn

Basic Editing
Move the caret up to the page top

Ctrl + PgUp

Basic Editing
Move the caret up to the page bottom, selecting the text

Ctrl + Shift + PgUp

Basic Editing
Move the caret one Page down

PgDn

Basic Editing
Move the caret one Page down, selecting the text

Shift + PgDn

Basic Editing
Move the caret one Page up

PgUp

Basic Editing
Move the caret one Page up, selecting the text

Shift + PgUp

Basic Editing
Scroll the text one line down

Ctrl + Down Arrow

Basic Editing
Scroll a line at caret to the center of the screen

Ctrl + M

Basic Editing
Scroll the text one line up

Ctrl + Up Arrow

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 + Right Arrow

Basic Editing
Move the caret to the next word, selecting it

Ctrl + Shift + Right Arrow

Basic Editing
Move the caret to the previous word

Ctrl + Left Arrow

Basic Editing
Move the caret to the previous word, selecting it

Ctrl + Shift + Left Arrow

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 + Delete

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

Basic Editing
Move the caret to the current code block end, highlighting the block limits

Ctrl + ]

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

Ctrl + Shift + ]

Basic Editing
Move the caret to the current code block start, highlighting the block limits

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

Basic Editing
Split the selected line at the point where the caret is located, leaving the caret at the end of the first line

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
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
Indent the current line or selected block according to the General settings

Ctrl + Alt + I

Code Folding
Expand the current collapsed fragment

Ctrl + NumPad +

Code Folding
Collapse the current folding region

Ctrl + NumPad -

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

Ctrl + Alt + NumPad +

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

Ctrl + Alt + NumPad -

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 + NumPad +

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 + NumPad -

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

Ctrl + NumPad 1..5

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

Ctrl + Shift + NumPad 1..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
Run a program

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
Repeat execution with the same settings, with the same tab of the editor having the focus

Shift + F10

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

Running and Debugging
Step to the next executed line See Stepping Through the Program

F7

Running and Debugging
Select the method to step in, if the current line contains multiple method call expressions See Choosing a Method to Step Into

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

Running and Debugging
Terminate a debugging session

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 Shortcuts
Close an active tab in a tool window (for example, Find tool window)

Ctrl + Shift + F4

General Shortcuts
Close an active editor

Ctrl + F4

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

F4

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

Alt + O

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

Alt + Insert

General Shortcuts
Save all files and settings

Ctrl + S

General Shortcuts
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 + Right Arrow

General Shortcuts
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 + Left Arrow

General Shortcuts
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 Shortcuts
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 / Shift + F3

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

Ctrl + F3

Search
Initiate text search

Ctrl + F

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 + Specified Number

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 between IDE Components
Move focus from the current file, class, method or reference to a data source, to a view suggested in the Select Target pop-up menu Refer to Navigating Between IDE Components

Alt + F1

Navigation between IDE Components
Collapse all nodes in a tree view

Ctrl + NumPad -

Navigation between IDE Components
Expand all nodes in a tree view

Ctrl + NumPad +

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 + Number

Navigation between IDE Components
Hide the currently active tool window

Shift + Esc

Navigation between IDE Components
Activate the last focused tool window

F12

Navigation between Source Code
Display the Structure pop-up window for quick navigation through the current file

Ctrl + F12

Navigation between 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 Source Code
Show the list of recently opened files

Ctrl + E

Navigation between Source Code
Show the list of recently updated files

Ctrl + Shift + E

Navigation between Source Code
Browse hierarchy for the selected class class

Ctrl + H

Navigation between Source Code
Navigate directly to a class in project by specifying its name in a pop-up dialog box

Ctrl + N

Navigation between Source Code
Navigate directly to a file in project by specifying its name in a pop-up dialog box

Ctrl + Shift + N

Navigation between Source Code
Show the list of recently opened files

Ctrl + E

Navigation between Source Code
Show the list of recently updated files

Ctrl + Shift + E

Navigation between Source Code
Navigate to any line in the current file by specifying its number

Ctrl + G

Navigation between Source Code
Navigate to declaration of a symbol at caret

Ctrl + B

Navigation between Source Code
Navigate to implementation of the item at caret

Ctrl + Alt + B

Navigation between 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 between Source Code
Navigate to a super method declaration of a method under the caret

Ctrl + U

Navigation between 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 between Source Code
Navigate between files with complicated relationships between them

Ctrl + Alt + Home

Navigation between Source Code
Navigate to the next method declaration in the active editor tab

Alt + Down Arrow

Navigation between Source Code
Navigate to the previous method declaration in the active editor tab

Alt + Up Arrow

Navigation between Source Code
Navigate to the start of the current code block

Ctrl + [

Navigation between Source Code
Navigate to the end of the current code block

Ctrl + ]

Navigation between Source Code
Undo last navigation operation

Ctrl + Alt + Left Arrow

Navigation between Source Code
Redo last undone navigation operation

Ctrl + Alt + Right Arrow

Navigation between Source Code
Navigate to a previous found item

Ctrl + Alt + Up Arrow

Navigation between Source Code
Navigate to a next found item

Ctrl + Alt + Down Arrow

Navigation between Source Code
Move through the most recent change points

Ctrl + Shift + Backspace

Navigation between Source Code
Navigate to the next found error/warning

F2

Navigation between Source Code
Navigate to the previous found error/warning

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

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


VLC Media Player (Windows)
Advanced open file
Movie Navigation

Ctrl + R


Open Office Writer 3 (Linux)
Replace
Search and Replace

Ctrl + R


Civilization V (Windows)
Show Resources Icons
General Hotkeys

Ctrl + r


Novell Evolution 2 (Linux)
Reply to sender
Mail

ctrl + r


Emacs 23.2.1 (Linux)
Incremental search reverse
Search

Ctrl + R


Microsoft Excel 2010 (Windows)
Fill complete cell to the right (Copy cell from the left).
Work with Data Selections - Edit Active or Selected Cells

Ctrl + R


Microsoft OneNote 2010 (Windows)
Right-align / left-align the selected paragraph.
Specific OneNote Shortcuts for Selecting, Editing, and Formatting

ctrl + r / ctrl + l


Thunderbird (Windows)
Reply to Message (sender only)
Compose and Edit Message

Ctrl + R


KDevelop (Linux)
Replace
Search and Replace

Ctrl + R


Thunderbird (Linux)
Reply to Message (sender only)
Compose and Edit Message

Ctrl + R


Microsoft Outlook 2010 (Windows)
Align right
Messages in Main View - Format Message Body

Ctrl + R


Microsoft Outlook 2010 (Windows)
Reply to meeting request with message
Messages in Main View - Create and Manage Appointments

Ctrl + R


Google Mail (Windows)
Refresh page. Sometimes GMail seems to get stuck on certain pages won't allow shortcuts. Things tend to work fine after a page refresh.
Control Main Browser Window (General Browser Shortcuts)

Ctrl + R


Firefox (Linux)
Reload page
Inside Webpages

F5 / Ctrl + R


Firefox (Linux)
Reload page with cache override
Inside Webpages

Ctrl + F5 / Ctrl + R


Firefox (Windows)
Reload page
Inside Webpages

F5 / Ctrl + R


SharpDevelop 4.0 (Windows)
Find and replace
Find/Replace

Ctrl + R


Firefox (Windows)
Reload page with cache override
Inside Webpages

Ctrl + F5 / Ctrl + R


Unity3D 3 (Windows)
Refresh
Assets

Ctrl + r


Google Chrome (Windows)
Reload current webpage
Browse between Webpages

F5 / Ctrl + R


Inpage (Windows)
To replace text
For Editing

Ctrl + r


Tally 9.0 (Windows)
Repeat narration in the same voucher type irrespective of Ledger Account
General Shortcuts

Ctrl + R


Phoenix Viewer (Windows)
Always Run
World

Ctrl + R


Google Chrome (Linux)
Reload current webpage
Browse between Webpages

F5 / Ctrl + R


Microsoft Outlook 2010 (Windows)
Align right
Messages in Compose View - Format Message Body

Ctrl + R


Microsoft Outlook 2010 (Windows)
Reply to meeting request with message
Messages in Compose View - Create and Manage Appointments

Ctrl + R


Microsoft Excel 2010 (Windows)
Fill complete cell to the right (Copy cell from the left).
Insert and Edit Data - Edit Active or Selected Cells

Ctrl + R


Microstation v8i (Windows)
Undo / Redo
Editing

Ctrl + Z / Ctrl + R


Tekla Structures 14.0 (Windows)
Rotate using mouse
General shortcuts

Ctrl + r


Sublime Text (Windows)
Show Function List and navigate
Navigation - Fancy Navigation

Ctrl + R


Microsoft Excel 2011 (MacOS)
Fill to the right
Entering data on a sheet

Ctrl + r


Microsoft Word 2007 (Windows)
Switch a paragraph between right-aligned and left-aligned.
Character and paragraph formatting Align paragraphs

Ctrl + R


Vuescan (Windows)
Rotate Right
14 Shortcuts for Vuescan (Windows)

Ctrl + R


Total Commander 8 (Windows)
Reread source directory
Main Shortcuts

Ctrl + r


Opera (Linux)
Reload
Reload

Ctrl + R / F5


Sublime Text (Windows)
Show Function List and navigate
Selections - Fancy Navigation

Ctrl + R


MyLifeOrganized (Windows)
Zoom in / Zoom out
Managing Tasks

Ctrl + R / Ctrl + Alt + R


Oracle SQL Developer 4 (Windows)
Refresh
Data Editor

Ctrl + R


Microsoft Outlook 2010 (Windows)
Align right
Calendar Shortcuts - Format Message Body

Ctrl + R


Microsoft Outlook 2010 (Windows)
Reply to meeting request with message
Calendar Shortcuts - Create and Manage Appointments

Ctrl + R


Smartplant Review (Windows)
Play key frame motion
Managing Smartplan Review

Ctrl + r


Photoshop Lightroom 4 (Windows)
Show in Explorer / Finder (Library and Develop module only)
Managing photos and catalog

Ctrl + R


Evernote (Windows)
Align current paragraph or selection right
Note Editor

Ctrl + r


Microsoft Excel 2010 (Windows)
Fill complete cell to the right (Copy cell from the left).
Format Data - Edit Active or Selected Cells

Ctrl + R


Oracle SQL Developer 4 (Windows)
Replace
Search

Ctrl + R


UltraEdit (Windows)
Find and replace a character string with another
Search Menu

Ctrl + R


Visual Studio 2015 (Windows)
Rename
Manage Visual Studio

F2 / Ctrl + R / R


Oracle SQL Developer 4 (Windows)
Refresh
View

Ctrl + R


VLC Media Player (MacOS)
Advanced open file
Movie Navigation

Ctrl + R / Ctrl + S


NetBeans 8 (Windows)
Rename
General Keyboard Shortcts

Ctrl + R


Texmaker 4.0.2 (Windows)
Replace
"Edit" menu

Ctrl + R


Avid Media Composer 7 (Windows)
Redo
Editing

Ctrl + R


Vuescan (Linux)
Rotate Right
12 Shortcuts for Vuescan (Linux)

Ctrl + R


Microsoft PowerPoint 2010 (Windows)
Right align a paragraph.
Change Fonts and Formatting

Ctrl + R


iTunes (Windows)
Show where a song file is located
File Menu

Ctrl + R


IntelliJ (Linux)
Replace
Search/Replace

Ctrl + R


Microsoft Excel 2010 (Windows)
Fill complete cell to the right (Copy cell from the left).
Formulas and Names - Edit Active or Selected Cells

Ctrl + R


IntelliJ (Windows)
Replace
Search/Replace

Ctrl + R


FL Studio (Windows)
Export wave file
File Operations

Ctrl + R


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

Ctrl + R


Gwenview (Linux)
Rotate the current image to the right.
30 Shortcuts for Gwenview (Linux)

Ctrl + R


Beyond Compare (Windows)
Copy to right...
Actions Menu

Ctrl + R


Photoshop Lightroom 4 (Windows)
Reload web gallery
Web module

Ctrl + R


Beyond Compare (Windows)
Copy to right
Edit Menu

Ctrl + R


Beyond Compare (Windows)
Take right
Edit Menu - Text Merge

Ctrl + R


Microsoft Excel 2013 (Windows)
Fill Right: Select cell with value in first cell Ctrl+E fills value of that first cell in selection to all cells rightwards
Edit Complete Cells

Ctrl + R


FileMaker Pro (Windows)
Group objects
Layout Mode Shortcuts - Arrange Objects

Ctrl + R


Adobe Photoshop CS5 (Windows)
Open selected images in Camera Raw dialog box from Bridge
Camera Raw Dialog Box

Ctrl + R


Audacity 2 (Windows)
Repeat last effect
Effect Menu

Ctrl + R


Adobe Flash Professional (Windows)
Import Image/Sound/etc...
File

Ctrl + R


Pro Tools (Windows)
Capture...
Clip Menu

Ctrl + R


Microsoft Word 2013 (Windows)
Right-align paragraph
Format Paragraphs and Apply Styles

Ctrl + R


Axialis IconWorkshop (Windows)
Copy color as HTML
Color Menu

Ctrl + R


Autodesk Maya 2015 (Windows)
Create file reference
File Operation

Ctrl + R


FileMaker Pro (Windows)
Assign Container
Layout Mode Shortcuts - Assign Field Types for Databases

Ctrl + R


Microsoft Excel 2010 (Windows)
Fill complete cell to the right (Copy cell from the left).
The Rest - Edit Active or Selected Cells

Ctrl + R


FileMaker Pro (Windows)
Change to Pointer mode
Layout Mode Shortcuts - Relationships Graph

Ctrl + R


Qt Creator (MacOS)
Run
Project

Ctrl + R


Qt Creator (Windows)
Run
Project

Ctrl + R


uTorrent (Windows)
RSS Downloader
21 Shortcuts for uTorrent (Windows)

Ctrl + R


uTorrent (Linux)
RSS Downloader
21 Shortcuts for uTorrent (Linux)

Ctrl + R


Sonar 2015 (Windows)
Arm all tracks for recording
Record

Ctrl + R


FileMaker Pro (Windows)
Group objects
Text Shortcuts - Arrange Objects

Ctrl + R


Skype for Business (Lync) 2016 (Windows)
Show/ hide the participant list.
Conversation window

Ctrl + R


Microsoft OneNote 2016 (Windows)
Align Right/ Left
Format

Ctrl + R / Ctrl + L


FileMaker Pro (Windows)
Assign Container
Text Shortcuts - Assign Field Types for Databases

Ctrl + R


Clink (Windows)
Incremental history search
Clink Commands

Ctrl + R


Sonos Controller (Windows)
Toggle Repeat
22 Shortcuts for Sonos Controller (Windows)

Ctrl + R


Photoshop Lightroom CC (Windows)
Show in Explorer (Library/ Develop module)
Managing Photos and Catalogs

Ctrl + R


Photoshop Lightroom CC (Windows)
Show in Finder (Library/ Develop module)
Managing Photos and Catalogs

Ctrl + R


FileMaker Pro (Windows)
Change to Pointer mode
Text Shortcuts - Relationships Graph

Ctrl + R


Microsoft Outlook 2016 (Windows)
Right align text
Common Commands: Common To Most Views

Ctrl + R


Console2 (Windows)
Rename tab
30 Shortcuts for Console2 (Windows)

Ctrl + R


Clink (Windows)
reverse-search-history
BASH (GNU Readline) Line Editing

Ctrl + R


Autodesk Maya 2017 (Windows)
Create file reference
File Operation

Ctrl + R


Microsoft Outlook 2016 (Windows)
Left/Right align a paragraph
Common Commands: Format Text and work with Editor

Ctrl + L / Ctrl + R


Adobe After Effects CC (Windows)
Show or hide Rulers
Views

Ctrl + R


Corel VideoStudio X9.5 (Windows)
Repeat Play
Runtime Shortcuts

Ctrl + R


FileMaker Pro (Windows)
Group objects
Database Management Shortcuts - Arrange Objects

Ctrl + R


Microsoft PowerPoint 2016 (Windows)
Right Align selected text
Edit and General Text Operations

Ctrl + R


Microsoft Outlook 2016 (Windows)
Reply to a message
Mail

Ctrl + R


Adobe Audition CC (Windows)
Repeat previous command with not clicking OK
Audio Editing Operations

Ctrl + R


Microsoft PowerPoint 2016 (Windows)
Reply to comment
Edit and General Text Operations

Ctrl + R


Adobe Premiere CC (Windows)
Speed
Clipping Shortcuts

Ctrl + R


Adobe Audition CC (Windows)
Repeat last command
Audio Editing Operations

Ctrl + R


Microsoft Outlook 2016 (Windows)
Reply to a meeting request with a message
Calendar

Ctrl + R


FileMaker Pro (Windows)
Assign Container
Database Management Shortcuts - Assign Field Types for Databases

Ctrl + R


FileMaker Pro (Windows)
Change to Pointer mode
Database Management Shortcuts - Relationships Graph

Ctrl + R


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

Ctrl + R


Photoshop Lightroom CC (Windows)
Reload web gallery
Web Module

Ctrl + R


FileMaker Pro (Windows)
Modify last find
Browse-Mode Shortcuts

Ctrl + R


IMVU (Windows)
Furni Rotate Tool
Tools

Ctrl + R


Anime Studio (Windows)
Preview
General Shortcuts

Ctrl + R


InDesign CC (Windows)
Rulers
View Menu Shortcuts

Ctrl + R


Zoho Sheet (Windows)
Fill to The Right
Actions

Ctrl + R


Hexagon 2 (Windows)
Redo
General Shortcuts

Ctrl + R


Zoho Writer (Windows)
To Justify Right
Format Tab

Ctrl + R


ArchiCAD 20 (Windows)
Redraw
Display Menu

Ctrl + R


Microsoft Word 2016 (Windows)
Right Align selected text
Text Editing/Graphics editing Operations

Ctrl + R


Dynamics GP 2015 (Windows)
View Reporting Currency
General Shortcuts

Ctrl + R


CINEMA 4D (Windows)
Render View
View

Ctrl + R


CINEMA 4D (Windows)
Render Active Viewport
Rendering

Ctrl + R


Windows Movie Maker (Windows)
Import video from a digital video camera
Import

Ctrl + R


Apple Photos (Windows)
Rotate photo clockwise
Edit

Ctrl + R


Adobe Photoshop CC (Windows)
Show/Hide Rulers
Manage Views

Ctrl + R


Apple Motion (MacOS)
Reset 3D camera view
View Menu

Ctrl + R


Zoho Show (Windows)
Right align
Formatting Shortcuts

Ctrl + R


AutoCAD 2016 (Windows)
Cycles through the viewports on the current layout
General

Ctrl + R


Autodesk Inventor 2017 (Windows)
Ortho mode
Skech

Ctrl + R


CyberLink PhotoDirector 8 (Windows)
Reset adjustments to default settings
Operational

Ctrl + R


Silhouette Studio (Windows)
Rulers
Other

Ctrl + R


AutoCad Architecture 2017 (Windows)
Change active viewport
Alphabest combination

Ctrl + R


1Password (Windows)
Get a quick peek at an obfuscated password.
Main Program Shortcuts

Ctrl + R


Autodesk 3ds Max 2017 (Windows)
Arc rotate
Viewport Navigation Controls

Ctrl + R


Sublime Text (Linux)
Go to Symbol
Navigation Shortcuts

Ctrl + R


Microsoft Excel 2016 (Windows)
Fill Rright from cell(s) on the left into current cell(s)
Duplicate Cells, Rows, and Columns

Ctrl + R


TextMate 2 (MacOS)
Execute line inserting result
General Shortcuts

Ctrl + R


JetBrains RubyMine (Windows)
Replace
Find and Replace

Ctrl + R


JetBrains RubyMine (Linux)
Replace
Find and Replace

Ctrl + R


JetBrains PyCharm (Windows)
Replace
Find and Replace

Ctrl + R


Sketch 3 (MacOS)
Toggle Rulers
Canvas View

Ctrl + R


FileZilla (Windows)
Reconnects to server
28 Shortcuts for FileZilla (Windows)

Ctrl + R


Adobe Animate CC (Windows)
Import Image/Sound etc..
File

Ctrl + R


Adobe XD (Experience Design) (Windows)
Make Repeat Grid
Object

Ctrl + R


Logic Pro X (MacOS)
Add Region
Project Audio

Ctrl + R


Red Hat Enterprise (Linux)
Reloads the current page
Web Browser

Ctrl + R


Logic Pro X (MacOS)
Create New Region
Audio File Editor

Ctrl + R


JetBrains RubyMine (Windows)
Reload Application Sources in Rails Console
Rails

Ctrl + R


JetBrains RubyMine (Linux)
Reload Application Sources in Rails Console
Rails

Ctrl + R


JetBrains AppCode (MacOS)
Run
Compile and Run

Ctrl + R


BrainSuite (Windows)
Toggle first overlay volume on/off
Main Window

Ctrl + R


Adobe Dreamweaver (Windows)
Add Next Match to Selection
Find and Replace

Ctrl + R


JetBrains PhpStorm (Windows)
Replace
Find and Replace

Ctrl + R


Bash (Linux)
Recall Last Command
History

Ctrl + R


Daz 3D Carrara 8 (Windows)
Render Scene
Application - Windows

Ctrl + R


Daz 3D Bryce 7 (Windows)
Render
Menus

Ctrl + R


JetBrains PhpStorm (Linux)
Replace
Find and Replace

Ctrl + R


Clarizen (Web Application)
Refreshes the data inside the grid
Action

Ctrl + R


DAZ Studio (Windows)
Render
Render Commands

Ctrl + R


Microsoft Hotmail (Web Application)
Reply to Message
14 Shortcuts for Microsoft Hotmail (Web Application)

Ctrl + R


Corel Ventura 10 (Windows)
Right align
Text Formatting

Ctrl + R


Daz 3D Bryce 7 (Windows)
Render
Rendering

Ctrl + R


Daz 3D Carrara 8 (Windows)
Render Scene
Spline Modeler - Windows

Ctrl + R


Daz 3D Bryce 7 (Windows)
Resume Render
Rendering

Ctrl + R


Steinberg Cubase 9 (Windows)
Open score editor
Edit

Ctrl + R


Corel Draw X8 (Windows)
Repeat
General

Ctrl + R


Corel PhotoPaint X6 (Windows)
Remove
Mask Menu

Ctrl + R


VMWare Workstation 12 (Windows)
Reset Virtual Machine
14 Shortcuts for VMWare Workstation 12 (Windows)

Ctrl + R


Corel WordPerfect X8 (Windows)
Justify Right
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + R


Lynx (Linux)
Reload Page
17 Shortcuts for Lynx (Linux)

Ctrl + R


Corel Quattro Pro X8 (Windows)
Right Align Text
Text Formatting

Ctrl + R


Opera (Windows)
Reload (get latest version of) page
Transmission Loading

Ctrl + R


Corel Draw X8 (Windows)
Right justification
Text Formatting

Ctrl + R


Clip Studio Paint (Manga Studio) (Windows)
Show/Hide Rulers
Layers

Ctrl + R


Daz 3D Carrara 8 (Windows)
Render Scene
Vertex Modeler - Windows

Ctrl + R


Opera (Windows)
Right adjust text in form
Form

Ctrl + R


Corel Quattro Pro X8 (Windows)
Open QuickFill Dialog Box
Excel Compatibility Keys

Ctrl + R / Ctrl + D


Chief Architect (Windows)
Roof Tools - Build Roof
General Editing

Ctrl + R


Flock (Windows)
Reload
General

Ctrl + R


Kingsoft Presentation 2016 (Windows)
Align Right
Editing Shortcuts

Ctrl + R


Garageband 10 (MacOS)
Turn the Record Enable button for the selected track on/off
MIsellaneous Shortcuts

Ctrl + R


Adobe Captivate 2017 (Windows)
Start/record new capture project
Recording

Ctrl + R


Kingsoft Writer 2016 (Windows)
Align Right
Editing

Ctrl + R


MusicBee (Windows)
Auto-Organize Files
Tools

Ctrl + R


Primevera P6 P6 (Windows)
Replace
General Shortcuts

Ctrl + R


WinSCP 5 (Windows)
Re-read panel
Navigation

Ctrl + R


Adobe Captivate 2017 (Windows)
Start/record new capture project
General and Miscellaneous Shortcuts

Ctrl + R


Krita Painting 3 (Windows)
Rect. selection
Painting

Ctrl + R


Apple Motion (MacOS)
Reset the 3D camera view
3D Controls

Ctrl + R


MetaTrader MT4 (Windows)
Open/Close Tester Window
Miscellaneous Shortcuts

Ctrl + R


Forte (Windows)
Redo
Composition Window

Ctrl + R


vSphere Client (Windows)
Restart Guest(VM Tools)
Miscellaneus Shortcuts

Ctrl + R


MediaMonkey (Windows)
Auto-Organize
Standard Keyboard Shortcuts

Ctrl + R


MOTU Digital Performer 9 (Windows)
Repeat
Editing

Ctrl + R


VideoPad Video Editor (Windows)
Capture video
File

Ctrl + R


Jetbrains CLion (Windows)
Replace
Find and Replace

Ctrl + R


Vuze (Windows)
Resume/Start Selected torrent
General Shortcuts

Ctrl + R


VideoPad Video Editor (Windows)
Capture video
Clip

Ctrl + R


Maxthon (Web Application)
Refresh
Refresh

Ctrl + R


KMPlayer (Windows)
Open Recent File
General

Ctrl + R


Libreoffice Writer (Windows)
Align Right
General

Ctrl + R


Teamcenter (Windows)
Remove BOMLine
Structure Manager

Ctrl + R


XMetal Author (Windows)
Reject Change
26 Shortcuts for XMetal Author (Windows)

Ctrl + R


XYplorer (Windows)
Suspend Auto-Refresh
General Shortcuts

Ctrl + R


Siemens NX 11 (Windows)
Rotate
View Menu

Ctrl + R


Pegasus Mail (Web Application)
Find and replace...
Edit menu

Ctrl + R


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

Ctrl + R


eSignal (Windows)
Reload Page
49 Shortcuts for eSignal (Windows)

Ctrl + R


Quickbooks Desktop (Windows)
Use Register / select account
Access Main Functions / Windows

Ctrl + R


Quickbooks Desktop (Windows)
Open Register (for asset, liability and equity accounts)
Chart of Accounts

Ctrl + R


Sierra Chart (Windows)
Reload All Charts
Edit Menu

Ctrl + R


Unity3D 5 (Windows)
Refresh
Assets

Ctrl + R


ProRealTime (Windows)
Spreads
Display Menu

Ctrl + R


ZBrush 4 (Windows)
Cursor Selective Render
Render

Ctrl + R


Pencil2D (Windows)
Import Image Sequence
57 Shortcuts for Pencil2D (Windows)

Ctrl + R


Synfig (Windows)
Redo
73 Shortcuts for Synfig (Windows)

Ctrl + R


Soundforge (Windows)
Start/stop recording
Navigation and Playback

Ctrl + R


iClone 7 (Windows)
Switch Render State
OnScreen Display

Ctrl + R


Anim8or (Windows)
arc Rotate
Top Toolbar Shortcuts

Ctrl + R


GOM Player (Windows)
Refresh Skins
Others

Ctrl + R


Vegas Pro 14 (Windows)
Record
Playback,Recording and Preview

Ctrl + R


GeoModeller3D (Windows)
Create geology orientation data
2D Structural Data

Ctrl + R


SolidWorks (Windows)
Redraw
View Menu

Ctrl + R


Soundforge (Windows)
Run script
Script Editor

Ctrl + R


Solid Edge (Windows)
Right
Manipulation

Ctrl + R


Creo Parametric (Windows)
Repaint
26 Shortcuts for Creo Parametric (Windows)

Ctrl + R


Impro-Visor (Windows)
revert the current file from the saved copy
Files

Ctrl + R


Zwift (PC and macOS)
Reload the zwift-hotkeys script itself
General

Ctrl + R


Putty (Windows)
Lets you search through previously used commands
16 Shortcuts for Putty (Windows)

Ctrl + R


Delphi 10 (Windows)
Replace Dialog
193 Shortcuts for Delphi 10 (Windows)

Ctrl + R


ChessBase 13
Replace game
Board window

Ctrl + R


TurboCAD (Windows)
Set input focus to status bar
171 Shortcuts for TurboCAD (Windows)

Ctrl + R


Titanium (Windows)
Run to Line
Run/Debug

Ctrl + R


Alphacam (Windows)
Redraw
Regular Commands

Ctrl + R


VMware Workstation 5.0
Reset the power.
General

Ctrl + R


FlashFXP (Web Application)
Raw command dialog
54 Shortcuts for FlashFXP (Web Application)

Ctrl + R


Skipper
Create Association
Visual model shortcuts

Ctrl + R


Simplify3D
Center and arrange
Edit menu

Ctrl + R


CodeLite 10 (Windows)
Replace
Search

Ctrl + R


Kate (Linux)
Replace
29 Shortcuts for Kate (Linux)

Ctrl + R


Kate (Windows)
Replace
38 Shortcuts for Kate (Windows)

Ctrl + R


Comodo IceDragon (Windows)
Reload
Navigating Through Webpages

Ctrl + R


CuteFTP (Windows)
Reconnect to last connected Site
General

Ctrl + R


Xyplorer
Color Histogram
Other Shortcuts

Ctrl + R


Modo (Windows)
Brings up the last tool used
General/System

Ctrl + R


PSPad (Windows)
Reopen Active File - Reopen active file & Discard Changes
File

Ctrl + R


Open Rails 0.6.2
Fire Shovel full
Advanced firing

Ctrl + R


Vivaldi
Reload page
Page

Ctrl + R


Geany (Linux)
Reload file
Files

Ctrl + R


Geany (Windows)
Reload file
Files

Ctrl + R


VariCAD (Windows)
Chamfer Edge/Corner
Hot Keys

Ctrl + R


FEKO (Windows)
Run script
Script Editor

Ctrl + R


FEKO (Linux)
Run script
Script Editor

Ctrl + R


Ulead PhotoImpact 8 (Windows)
Crops the image to the current selection
Edit Menu

Ctrl + R


Ableton Live 9 (Windows)
Rename
Editing

Ctrl + R


PhotoFiltre (Windows)
Revert the image with last saved version
Others

Ctrl + R


IRONCAD (Windows)
Immediate activation of realistic rendering
Rendering

Ctrl + R


Roblox Studio
Rotate about Y axis
Selecting and Editing Parts

Ctrl + R


Maxwell Render (Windows)
Render
Render

Ctrl + R


Solidworks 2019
Redraws the screen.
User Interface

Ctrl + R


Inkscape (Windows)
Toggle rulers
Window

Ctrl + R


Gmsh 4.1.4
Rename project file
General

Ctrl + R


Ableton Live 9 (Windows)
Rename Selected Track
Ctrls for Tracks

Ctrl + R


Assetto Corsa
Replay
In-game

Ctrl + R


GibbsCAM (Windows)
Redraw
View Menu

Ctrl + R


ArtRage 4.5 5 (Windows)
Load Reference Image
Menus

Ctrl + R


Cisco IOS
Refresh (start a new line, with same command shown)
Functional

Ctrl + R


Cobalt (Windows)
Release
70 Shortcuts for Cobalt (Windows)

Ctrl + R


DaVinci Resolve 14 (Windows)
Retime clip
Edit

Ctrl + R


Arduino (Windows)
Verify
29 Shortcuts for Arduino (Windows)

Ctrl + R


Arduino (Linux)
Verify
29 Shortcuts for Arduino (Linux)

Ctrl + R


Affinity Photo
Show Rulers
View

Ctrl + R


gEDA (Linux)
Show object report
Other Important Shortcuts

Ctrl + R


LDView
Reset view
General

Ctrl + R


Target 3001! (Windows)
Insert Remaining Symbols of Components(Rests)
Library and Other Shortcuts

Ctrl + R


GeoGebra
Recompute all objects (including random numbers)
Windows shortcuts

Ctrl + R


Sage Simply Accounting (Windows)
Remove this record
Keyboard Shortcuts in Record Windows

Ctrl + R


Vectorworks (Windows)
Palettes–Resource Manager
Window Menu

Ctrl + R


AVS Video Editor (Windows)
Capture Video
Top Menu Files and Effects Area

Ctrl + R


eM Client (Windows)
Reply Email
13 Shortcuts for eM Client (Windows)

Ctrl + R


Sage Simply Accounting (Windows)
Recall a recurring transaction
Keyboard Shortcuts in Transaction Windows

Ctrl + R


Altium Designer (Windows)
Copy to clipboard and repeat paste selected objects (Rubber Stamp)
Common Schematic and PCB Editor Shortcuts

Ctrl + R


KiCad 5.0.2
Refresh project tree
KiCad Manager

Ctrl + R


IPython Shell
Reverse-search through command history
Command history

Ctrl + R


WavePad Sound Editor (Windows)
Add Region
Bookmarks and Regions

Ctrl + R


Oracle RightNow
Refresh
Explorers and reports

Ctrl + R


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

Ctrl + R


Balsamiq Mockups (Windows)
Export Snapshot to PNG
Working with Mockup Files

Ctrl + R


Brave Browser (Windows)
Reload Page
Page Navigation and Display

Ctrl + R


BricsCAD (Windows)
Iterates through viewports
Other Shortcuts

Ctrl + R


DraftSight (Windows)
Cycles through Tiled Views without clicking
37 Shortcuts for DraftSight (Windows)

Ctrl + R


BricsCAD (Linux)
Iterates through viewports
Other Shortcuts

Ctrl + R


FlexiSign Pro 8.1 (Windows)
Rotate
Arrangement

Ctrl + R


KeyCreator (Windows)
Change Entity Attributes
Set Various Entities

Ctrl + R


NetHack
Redraw the screen
Game options

Ctrl + R


eMachineShop (Windows)
Show 3D preview of current Design
38 Shortcuts for eMachineShop (Windows)

Ctrl + R


LDCad
Open the selection rotate dialog
Editor

Ctrl + R


PRTG Network Monitor
Edit > Pause > Resume
Enterprise console

Ctrl + R


SuperMemo (Windows)
Find and Replace in Registry Window
129 Shortcuts for SuperMemo (Windows)

Ctrl + R


Cisco Jabber
Answer calls with chat
Incoming calls

Ctrl + R


Ableton Live 10
Rename Selected Track
Commands for Tracks

Ctrl + R


Adobe Extension Manager
Remove extension
General

Ctrl + R


Altium Designer (Windows)
Rotate
CAM Editor Shortcuts

Ctrl + R


Adobe Illustrator
Show/Hide artboard rulers
View artwork

Ctrl + R


Google Chrome
Reload the current page
Webpage shortcuts

Ctrl + R


GitHub Desktop
Create pull request
Branch menu

Ctrl + R


Evolution
Reply to sender
Mail Component - Preview Pane

Ctrl + R


Lacerte
Reset the page and cumulative hash totals to zero
Batch input

Ctrl + R


Claws Mail
Reply
Main window

Ctrl + R


SAP NetWeaver Business Client 5.0 for Desktop
Refresh Side Panel
General

Ctrl + R


HitFilm
Reset
General

Ctrl + R


Siemens NX
Rotate
View menu

Ctrl + R


QuickBooks Desktop
Use Register
Opening Windows/List

Ctrl + R


Tibia
Mount or dismount
Game Window

Ctrl + R


WorkZone Client
Refresh
General

Ctrl + R


Winamp
Reverse playlist
Sort playlist

Ctrl + R


draw.io
Turn / rotate 90° clockwise
Canvas

Ctrl + R


Shotcut (Mac)
Toggle Ripple mode
Timeline

Ctrl + R


Shotcut
Toggle Ripple mode
Timeline

Ctrl + R


Feedreader
Mark selected folder or feed as read
General

Ctrl + R


ArtRage Studio Pro
Load Reference Image…
Reference Image Commands

Ctrl + R


Quicken 2018
Open the Reconcile dialog
Register and Write Checks

Ctrl + R


Evernote for Windows
Right
Note Editor

Ctrl + R


PyCharm 2018.2
Initiate text search and replace.
Search

Ctrl + R


Adobe Lightroom Classic
Reload web gallery
Working in the Web module

Ctrl + R


Adobe Bridge CC
Open in camera raw
File menu

Ctrl + R


Alteryx
Run workflow; stop workflow from running
Run, open, save and switch workflows

Ctrl + R


Bash (Unix shell)
Recall the last command matching the characters you provide. Press this shortcut and start typing to search your bash history for a command
Command history

Ctrl + R


ActivePresenter 7
Align text right
Canvas

Ctrl + R


Atom (Windows)
(Source: Symbols View) symbols-view:toggle-file-symbols
All shortcuts

Ctrl + R


Bluebeam Revu
Show / hide rulers
Viewing

Ctrl + R


PaintShop Pro 2018
Free rotate
Shortcuts with Ctrl

Ctrl + R


1Password
Reveal the selected password.
1Password application

Ctrl + R


Adobe Animate CC (Windows)
Import image, sound, etc.
File

Ctrl + R


Unity
Refresh
Assets

Ctrl + R


Discord
Refresh discord
General

Ctrl + R


CorelDRAW Graphics Suite 2018
Repeat
General

Ctrl + R


Nuance Power PDF
Toggle displaying rulers
Page

Ctrl + R


Windows PowerShell ISE
Hide Script Pane
Customizing the view

Ctrl + R


KMPlayer
Open recent file
General

Ctrl + R


ZenWriter 2
Right alignment
General

Ctrl + R


OBS Studio
Reset transform
Transform

Ctrl + R


Matlab
Comment
General

Ctrl + R


Metapad
Primary font
Options

Ctrl + R


PDF-XChange Editor
Show/hide rulers
General

Ctrl + R


Microsoft Paint
Show or hide the ruler
Powers of Ctrl

Ctrl + R


Inkscape
Toggle rulers
Window

Ctrl + R


BSPlayer
Refresh skin
Misc

Ctrl + R


Microsoft FrontPage
Right align a paragraph.
Format text and paragraphs

Ctrl + R


LightWave 3D
Selected bone active / inactive
Layout: Setup

Ctrl + R


TextRoom
Align right
General

Ctrl + R