IntelliJ (Windows)

Search/Replace

Replace

Ctrl + R

All hotkeys for IntelliJ (Windows)

Productivity
To quickly open any class.

Ctrl + N

Productivity
To quickly open any file.

Ctrl + Shift + N

Productivity
Toggle tools (maximize/minimize code window).

Ctrl + Shift + F12

Productivity
Code completion.

Ctrl + Space

Productivity
To find all places where a particular class, method or variable is used in the whole project by positioning the caret at the symbol's name or at its usage in code.

Alt + F7

Productivity
To quickly see the documentation for the class or method used at the editor's caret.

Crtl + P

Editing
Basic code completion (the name of any class, method or variable)

Ctrl + Space

Editing
Smart code completion (filters the list of methods and variables by expected type)

Ctrl + Shift + Space

Editing
Complete statement

Ctrl + Shift + Enter

Editing
Parameter info (within method call arguments)

Ctrl + P

Editing
Quick documentation lookup

Ctrl + Q

Editing
External Doc

Shift + F1

Editing
Brief Info

Ctrl + mouse over code

Editing
Show descriptions of error or warning at caret

Ctrl + F1

Editing
Generate code... (Getters, Setters, Constructors, hashCode/equals, toString)

Alt + Insert

Editing
Override methods

Ctrl + O

Editing
Implement methods

Ctrl + I

Editing
Surround with… (if..else, try..catch, for, synchronized, etc.)

Ctrl + Alt + T

Editing
Comment/uncomment with line comment

Ctrl + /

Editing
Comment/uncomment with block comment

Ctrl + Shift + /

Editing
Select successively increasing code blocks

Ctrl + W

Editing
Decrease current selection to previous state

Ctrl + Shift + W

Editing
Context info

Alt + Q

Editing
Show intention actions and quick-fixes

Alt + Enter

Editing
Reformat code

Ctrl + Alt + L

Editing
Optimize imports

Ctrl + Alt + O

Editing
Auto-indent line(s)

Ctrl + Alt + I

Editing
Indent/unindent selected lines

Tab / Shift + Tab

Editing
Cut current line or selected block to clipboard

Ctrl + X / Shift + Delete

Editing
Copy current line or selected block to clipboard

Ctrl + C / Ctrl + Insert

Editing
Paste from clipboard

Ctrl + V / Shift + Insert

Editing
Paste from recent buffers...

Ctrl + Shift + V

Editing
Duplicate current line or selected block

Ctrl + D

Editing
Delete line at caret

Ctrl + Y

Editing
Smart line join

Ctrl + Shift + J

Editing
Smart line split

Ctrl + Enter

Editing
Start new line

Shift + Enter

Editing
Toggle case for word at caret or selected block

Ctrl + Shift + U

Editing
Select till code block end/start

Ctrl + Shift + ] / [

Editing
Delete to word end

Ctrl + Delete

Editing
Delete to word start

Ctrl + Backspace

Editing
Expand/collapse code block

Ctrl + NumPad plus / -

Editing
Expand all / collapse all

Ctrl + Shift + NumPad plus / -

Editing
Close active editor tab

Ctrl + F4

Editing
Find usages / Find usages in file

Alt + F7 / Ctrl + F7

Editing
Highlight usages in file

Ctrl + Shift + F7

Editing
Show usages

Ctrl + Alt + F7

Editing
Copy

F5

Editing
Move

F6

Editing
Safe Delete

Alt + Delete

Editing
Rename

Shift + F6

Editing
Change Signature

Ctrl + F6

Editing
Inline

Ctrl + Alt + N

Editing
Extract Method

Ctrl + Alt + M

Editing
Extract Variable

Ctrl + Alt + V

Editing
Extract Field

Ctrl + Alt + F

Editing
Extract Constant

Ctrl + Alt + C

Editing
Extract Parameter

Ctrl + Alt + P

Search/Replace
Search everywhere

Double Shift

Search/Replace
Find

Ctrl + F

Search/Replace
Find next / Find previous

F3 / Shift + F3

Search/Replace
Replace

Ctrl + R

Search/Replace
Find in path

Ctrl + Shift + F

Search/Replace
Replace in path

Ctrl + Shift + R

Search/Replace
Search structurally (Ultimate Edition only)

Ctrl + Shift + S

Search/Replace
Replace structurally (Ultimate Edition only)

Ctrl + Shift + M

Compile and Run
Make project (compile modifed and dependent)

Ctrl + F9

Compile and Run
Compile selected file, package or module

Ctrl + Shift + F9

Compile and Run
Select configuration and run

Alt + Shift + F10

Compile and Run
Select configuration and debug

Alt + Shift + F9

Compile and Run
Run

Shift + F10

Compile and Run
Debug

Shift + F9

Compile and Run
Run context configuration from editor

Ctrl + Shift + F10

Debugging
Commit project to VCS

Ctrl + K

Debugging
Update project from VCS

Ctrl + T

Debugging
View recent changes

Alt + Shift + C

Debugging
‘VCS’ quick popup

Alt + `

Debugging
Step over

F8

Debugging
Step into

F7

Debugging
Smart step into

Shift + F7

Debugging
Step out

Shift + F8

Debugging
Run to cursor

Alt + F9

Debugging
Evaluate expression

Alt + F8

Debugging
Resume program

F9

Debugging
Toggle breakpoint

Ctrl + F8

Debugging
View breakpoints

Ctrl + Shift + F8

Live Templates
Surround with Live Template

Ctrl + Alt + J

Live Templates
Insert Live Template

Ctrl + J

Live Templates
Iteration according to Java SDK 1.5 style

Ctrl + J - iter

Live Templates
Check object type with instanceof and downcast it

Ctrl + J - inst

Live Templates
Iterate Collection / Iterate elements of java.util.Collection

Ctrl + J - itco

Live Templates
Iterate Itterator / IIterate elements of java.util.Iterator

Ctrl + J - itit

Live Templates
Iterate List / Iterate elements of java.util.List

Ctrl + J - itli

Live Templates
Public static final

Ctrl + J - psf

Live Templates
throw new

Ctrl + J - thr

Navigation
Go to class

Ctrl + N

Navigation
Go to file

Ctrl + Shift + N

Navigation
Go to symbol

Ctrl + Alt + Shift + N

Navigation
Go to next/previous editor tab

Alt + Right/Left

Navigation
Go back to previous tool window

F12

Navigation
Go to editor (from tool window)

Esc

Navigation
Hide active or last active window

Shift + Esc

Navigation
Close active run/messages/find/... tab

Ctrl + Shift + F4

Navigation
Go to line

Ctrl + G

Navigation
Recent files popup

Ctrl + E

Navigation
Navigate backward / navigate forward

Ctrl + Alt + Arrow Left / Arrow Right

Navigation
Navigate to last edit location

Ctrl + Shift + Backspace

Navigation
Select current file or symbol in any view

Alt + F1

Navigation
Go to declaration

Ctrl + B / Ctrl + Click

Navigation
Go to implementation(s)

Ctrl + Alt + B

Navigation
Open quick definition lookup

Ctrl + Shift + I

Navigation
Go to type declaration

Ctrl + Shift + B

Navigation
Go to super-method/super-class

Ctrl + U

Navigation
Go to previous/next method

Alt + Arrow Up / Arrow Down

Navigation
Move to code block end / move to code start

Ctrl + ] / [

Navigation
File structure popup

Ctrl + F12

Navigation
Type hierarchy

Ctrl + H

Navigation
Method hierarchy

Ctrl + Shift + H

Navigation
Call hierarchy

Ctrl + Alt + H

Navigation
Next/previous highlighted error

F2 / Shift + F2

Navigation
Edit source / View source

F4 / Ctrl + Enter

Navigation
Show navigation bar

Alt + Home

Navigation
Toggle bookmark

F11

Navigation
Toggle bookmark with mnemonic

Ctrl + F11

Navigation
Go to numbered bookmark

Ctrl + 0 ... 9

Navigation
Show bookmarks

Shift + F11

General
Open corresponding tool window

Alt + 0 ... 9

General
Save all

Ctrl + S

General
Synchronize

Ctrl + Alt + Y

General
Toggle maximizing editor

Ctrl + Shift + F12

General
Add to Favorites

Alt + Shift + F

General
Inspect current file with current profile

Alt + Shift + I

General
Quick switch current scheme

Ctrl + `

General
Open Settings dialog

Ctrl + Alt + S

General
Open Project Structure dialog

Ctrl + Alt + Shift + S

General
Find Action

Ctrl + Shift + A

General
Switch between tabs and tool window

Ctrl + Tab

General
Create new scratch file

Ctrl + Shift + Alt + Insert

Multiple Selection
Add/remove a selection

Alt + Shift +Mouse Click

Multiple Selection
Select the next occurrence

Alt + J

Multiple Selection
Unselect the next occurrence

Shift + Alt + J

Multiple Selection
Select all occurrences

Shift + Ctrl + Alt + J

Multiple Selection
Remove all selections

Esc

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


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


MPS 2017 (Windows)
Initiate text search and replace
Search

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