NetBeans 8 (Windows)

General Keyboard Shortcts

Rename

Ctrl + R

All hotkeys for NetBeans 8 (Windows)

General Keyboard Shortcts
Search word at insert point

Ctrl + F3

General Keyboard Shortcts
Find next/previous in file

F3 / Shift + F3

General Keyboard Shortcts
Find/Replace in file

Ctrl + F / H

General Keyboard Shortcts
Find usages

Alt + F7

General Keyboard Shortcts
Find/replace in projects

Ctrl + Shift + F / H

General Keyboard Shortcts
Find usages results

Alt + Shift + U

General Keyboard Shortcts
Turn off search result highlights

Alt + Shift + H

General Keyboard Shortcts
Rename

Ctrl + R

General Keyboard Shortcts
Convert selection to uppercase

Ctrl + U , then U

General Keyboard Shortcts
Convert selection to lowercase

Ctrl + U , then L

General Keyboard Shortcts
Toggle case of selection

Ctrl +U, then S

General Keyboard Shortcts
Paste formatted

Ctrl + Shift + V

General Keyboard Shortcts
Show Clipboard History

Ctrl + Shift + D

General Keyboard Shortcts
Jump to quick search field

Ctrl + I

General Keyboard Shortcts
Copy file path

Alt + Shift + L

General Keyboard Shortcts
Go to type/file

Ctrl + O / Alt + Shift + O

General Keyboard Shortcts
Go to JUnit test

Ctrl + Shift + T

General Keyboard Shortcts
Go to source

Ctrl + Shift + B

General Keyboard Shortcts
Go to declaration

Ctrl + B

General Keyboard Shortcts
Go to line

Ctrl + G

General Keyboard Shortcts
Toggle add/remove bookmark

Ctrl + Shift + M

General Keyboard Shortcts
Next/previous bookmark

Ctrl + Shift + . / ,

General Keyboard Shortcts
Next/previous usage/compile error

Ctrl + . / ,

General Keyboard Shortcts
Select next/previous element

Alt + Shift + . / ,

General Keyboard Shortcts
Select in Projects/Files/Favorites

Ctrl + Shift + 1 / 2 / 3

General Keyboard Shortcts
Move caret to matching bracket

Ctrl + [

General Keyboard Shortcts
Next/previous word match

Ctrl + K / Ctrl + Shift + K

General Keyboard Shortcts
Go backward/forward/to last edit

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

General Keyboard Shortcts
Next/previous marked occurrence

Alt + Up Arrow / Down Arrow

Coding in C/C++
Go to declaration

Alt + Shift + C

Coding in C/C++
Evaluate expression

Ctrl + F9

Coding in Java
Generate code

Alt + Insert

Coding in Java
Fix all class imports

Ctrl + Shift + I

Coding in Java
Fix selected class's import

Alt + Shift + I

Coding in Java
Format selection (Indent)

Alt + Shift + F

Coding in Java
Shift lines left/right/up/down

Alt + Shift + Arrow Keys

Coding in Java
Rectangular Selection (Toggle)

Ctrl + Shift + R

Coding in Java
Copy lines up/down

Ctrl + Shift + Arrow Up / Arrow Down

Coding in Java
Inspect members/hierarchy

Ctrl / Alt + F12

Coding in Java
Add/remove comment lines

Ctrl + Shift + C / Ctrl + /

Coding in Java
Delete current line

Ctrl + E

Java Editor Code Templates
public static void main

psvm

Java Editor Code Templates
Enumeration

En

Java Editor Code Templates
Exception

Ex

Java Editor Code Templates
public static final

Psf

Java Editor Code Templates
public static final boolean

Psfb

Java Editor Code Templates
public static final int

Psfi

Java Editor Code Templates
public static final String

Psfs

Java Editor Code Templates
String

St

Java Editor Code Templates
abstract

ab

Java Editor Code Templates
assert true

as

Java Editor Code Templates
break

br

Java Editor Code Templates
boolean

bo

Java Editor Code Templates
catch

ca

Java Editor Code Templates
class

cl

Java Editor Code Templates
continue

cn

Java Editor Code Templates
double

db

Java Editor Code Templates
default

df

Java Editor Code Templates
equal

eq

Java Editor Code Templates
extends

ex

Java Editor Code Templates
public

pu

Java Editor Code Templates
private

pr

Java Editor Code Templates
protected

pe

Java Editor Code Templates
throws

th

Java Editor Code Templates
finally

fy

Java Editor Code Templates
implements

im

Java Editor Code Templates
interface

ie

Java Editor Code Templates
throw

tw

Java Editor Code Templates
import

ir

Java Editor Code Templates
length

le

Java Editor Code Templates
System.out.println()

sout

Java Editor Code Templates
System.out.println("obj"+obj)

soutv

Java Editor Code Templates
while

wh

Java Editor Code Templates
volatile

vo

Java Editor Code Templates
instanceof

iof

Java Editor Code Templates
final

fi

Java Editor Code Templates
float

fl

Java Editor Code Templates
false

fa

Java Editor Code Templates
short

sh

Java Editor Code Templates
private static final

psf

Java Editor Code Templates
private static final boolean

psfb

Java Editor Code Templates
private static fianl int

psfi

Java Editor Code Templates
private static final String

psfs

Java Editor Code Templates
printStackTrace()

pst

Java Editor Code Templates
/**/

bcom

JSP Editor Code Templates
windows.alert()

al

JSP Editor Code Templates
break;

br

JSP Editor Code Templates
function${name}...

fun

JSP Editor Code Templates
windows.history

hi

JSP Editor Code Templates
document.write()

dw

JSP Editor Code Templates
${}equals

eq

JSP Editor Code Templates
${}false

fa

JSP Editor Code Templates
${}windows.location

lo

JSP Editor Code Templates
${}return

re

JSP Editor Code Templates
$()window

Win

JSP Editor Code Templates
${}caseCatch()

ca

JSP Editor Code Templates
catch

catch

JSP Editor Code Templates
windows.consoledebug()

cond

JSP Editor Code Templates
windows.console.info()

coni

JSP Editor Code Templates
windows.console.log()

conl

JSP Editor Code Templates
windows.console.warn()

conw

JSP Editor Code Templates
${}catch

ct

JSP Editor Code Templates
${}document

do

JSP Editor Code Templates
${}instanceof

iof

Compiling, Testing, and Running
Compile package/ file

F9

Compiling, Testing, and Running
Build main project

F11

Compiling, Testing, and Running
Clean and build main project

Shift + F11

Compiling, Testing, and Running
Set request parameters

Ctrl + Q

Compiling, Testing, and Running
Create Unit test

Ctrl + Shift + U

Compiling, Testing, and Running
Run Unit test on file/project

Ctrl + F6 / Alt + F6

Compiling, Testing, and Running
Run main project/file

F6 / Shift + F6

Opening and Toggling between Views
Switch between open documents by order used

Ctrl + Tab ( Ctrl + ` )

Opening and Toggling between Views
Maximize window (toggle)

Shift + Esc

Opening and Toggling between Views
Close selected window

Ctrl + F4 / Ctrl + W

Opening and Toggling between Views
Close all windows

Ctrl + Shift + F4

Opening and Toggling between Views
Open contextual menu

Shift + F10

Opening and Toggling between Views
Switch between open documents by order of tabs

Ctrl + Page Up / Page Down

Opening and Toggling between Views
Reopen recently closed file

Ctrl + Alt + T

Opening and Toggling between Views
Toggle between editor types

Ctrl + Alt + Page Up / Page Down

Opening and Toggling between Views
Zoom text in / out

Alt +Mouse Wheel Up / Down

Opening and Toggling between Views
Toggle Inspect Mode

Ctrl + Shift + S

Debugging
Start debugging main project

Ctrl + F5

Debugging
Start debugging current file

Ctrl + Shift + F5

Debugging
Start debugging test for file

Ctrl + Shift + F6

Debugging
Stop/Continue debugging session

Shift + F5 / F5

Debugging
Run to cursor location in file

F4

Debugging
Step into/over

F7 / F8

Debugging
Step out

Ctrl + F7

Debugging
Go to called method

Ctrl + Alt +Up

Debugging
Go to calling method

Ctrl + Alt + Arrow Down

Debugging
Evaluate expression

Ctrl + F9

Debugging
Toggle breakpoint

Ctrl + F8

Debugging
New breakpoint

Ctrl + Shift + F8

Debugging
New watch

Ctrl + Shift + F7

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


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


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