NetBeans 8 (Windows)

General Keyboard Shortcts

Next/previous usage/compile error

Ctrl + . / ,

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


Civilization V (Windows)
Next Unit / Previous Unit
General Hotkeys

. / ,


Eclipse Helios (Windows)
Jump to next / jump to previous compiler syntax warning or error
Navigate in Editor

Ctrl + . / Ctrl + ,


Google Chrome (Windows)
Select next / select previous call frame
Manage Chrome DevTools - Sources Panel

Ctrl + . / ,


Microsoft Outlook 2010 (Windows)
Jump to next/previous message (in single message view)
Messages in Main View - Message List and Single Messages

Ctrl + . / Ctrl + ,


Firebug (Windows)
Next / previous function on stack
Script-Panel

Ctrl + . / Ctrl + ,


Firebug (Linux)
Next / previous function on stack
Script-Panel

Ctrl + . / Ctrl + ,


Google Mail (Windows)
Move cursor to next / move cursor to previous chat or compose window (or to main window)
Compose Messages

Ctrl + . / Ctrl + ,


Microsoft Outlook 2010 (Windows)
Increase / decrease font size
Messages in Main View - Format Message Body

Ctrl + . / Ctrl + ,


Google Chrome (Linux)
Select next / select previous call frame
Manage Chrome DevTools - Sources Panel

Ctrl + . / ,


Microsoft Outlook 2010 (Windows)
Jump to next/previous message (in single message view)
Messages in Compose View - Message List and Single Messages

Ctrl + . / Ctrl + ,


Dolphin File Manager 1.7 (Linux)
Switch to previous tab
15 Shortcuts for Dolphin File Manager 1.7 (Linux)

Ctrl + .


Microsoft Outlook 2010 (Windows)
Increase / decrease font size
Messages in Compose View - Format Message Body

Ctrl + . / Ctrl + ,


Google Docs (Windows)
Superscript
Format Text

Ctrl + .


Open Office Impress (Linux)
Show white screen until next key or mouse wheel event.
Slide Shows

w / ,


Microsoft Outlook 2010 (Windows)
Jump to next/previous message (in single message view)
Calendar Shortcuts - Message List and Single Messages

Ctrl + . / Ctrl + ,


Microsoft Outlook 2010 (Windows)
Increase / decrease font size
Calendar Shortcuts - Format Message Body

Ctrl + . / Ctrl + ,


Opera (Linux)
Search for text in page (with Advanced Shortcuts on)
Find

. / , / / / Shift + /


Microsoft PowerPoint 2010 (Windows)
Display a blank white slide, or return to the presentation from a blank white slide.
Show PowerPoint Presentation with Shortcuts

W / ,


Microsoft Windows 7 (Windows)
Rotate photo clockwise
Photo Viewer

Ctrl + .


Photoshop Lightroom 4 (Windows)
Cycle through Basic panel settings (forward/backward)
Develop Module

. / ,


Avid Media Composer 7 (Windows)
Stops the render process and displays a dialog box asking if you would like to keep the already rendered portion.
Effect Mode

Ctrl + .


Photoshop Lightroom 4 (MacOS)
Cycle through Basic panel settings (forward/backward)
Develop Module

. / ,


Audacity 2 (Windows)
Cursor Short Jump Left
Edit Menu

,


Audacity 2 (Windows)
Short Seek Left during Playback
Transport Menu

Left / ,


Qt Creator (Windows)
Go to next bookmark / go to previous bookmar
Editor

Ctrl + . / Ctrl + ,


Qt Creator (MacOS)
Go to next bookmark / go to previous bookmar
Editor

Ctrl + . / Ctrl + ,


Autodesk Maya 2015 (Windows)
Go to Next key / Go to Previous key
Playback Control

. / ,


Camtasia 2 (MacOS)
Jump to next edit / previous edig
Timeline & Editing

Ctrl + . / , (period)


Microsoft OneNote 2016 (Windows)
Apply bullets to selection; press again to un-apply
Format

Ctrl + .


Camtasia 2 (MacOS)
Step through timeline frame-by-frame
Timeline & Editing

. / ,


Sway 2016 (Windows)
Start or continue a bulleted list
Text and Content Formatting

Ctrl + .


Sonos Controller (Windows)
Select next/ previous Room/ Group
22 Shortcuts for Sonos Controller (Windows)

Ctrl + . / ,


Adobe After Effects CC (Windows)
Zoom in / Zoom out in Composition, Layer, or Footage Panel
Views

. / ,


Google Slides (Windows)
Superscript
Text Editing

Ctrl + .


Adobe Photoshop CC (Windows)
Select previous/ next brush size
Basic Shortcuts for Photoshop CC 2015 - Brush Panel

, / .


Adobe After Effects CC (MacOS)
Zoom in / Zoom out in Composition, Layer, or Footage Panel
Views

. / ,


Autodesk Maya 2017 (Windows)
Go to Next key / Go to Previous key
Playback Control

. / ,


Adobe Photoshop CC (MacOS)
Select previous/ next brush size
Basic Shortcuts for PhotoShop CC 2015 - Brush Panel

, / .


Adobe Premiere CC (Windows)
Insert
Clipping Shortcuts

,


Adobe Premiere CC (MacOS)
Insert
Clipping Shortcuts

,


Photoshop Lightroom CC (Windows)
Cycle forward/ backwards through Basic panel settings
Develop Module

. / ,


Photoshop Lightroom CC (MacOS)
Cycle forward/ backwards through Basic panel settings
Develop Module

. / ,


Corel Painter 2017 (MacOS)
Divine Proportion
Toolbox commands

,


Corel Painter 2017 (Windows)
Divine Proportion
Toolbox commands

,


Corel Painter 2017 (MacOS)
Mirror Tool
Toolbox commands

,


Corel Painter 2017 (Windows)
Mirror Tool
Toolbox commands

,


Nuke 10 (Windows)
Decrese Gain
2D Viewer

,


Nuke 10 (MacOS)
Decrese Gain
2D Viewer

,


Nuke 10 (Linux)
Decrese Gain
2D Viewer

,


Adobe Photoshop CC (Windows)
Select previous/ next brush size
Manage Panels - Brush Panel

, / .


Adobe Photoshop CC (MacOS)
Select previous/ next brush size
Manage Panels - Brush Panel

, / .


ArchiCAD 20 (Windows)
Window Tool
Tools

,


GIMP (Linux)
Fill with BG Color
Edit

Ctrl + .


Age of Empires (Windows)
Go to Idle Mllitary
Game Commands

,


GIMP (Windows)
Fill with BG Color
Edit Shortcuts

Ctrl + .


ArchiCAD 20 (MacOS)
Window Tool
Tools

,


Autodesk Inventor 2017 (Windows)
Origin points visibility
View

Ctrl + .


1Password (Windows)
Cancel editing of the current item.
General Shortcuts

Ctrl + . / Esc


Eclipse Helios (MacOS)
Complete the Word
Text Editing Shortcuts

Ctrl + .


Logic Pro X (MacOS)
Rewind
General Controls

,


GTA V Cheats (Windows)
Previous Radio Station
Vehicle Controls

,


Slack (Windows)
Open or Close Right Pane
Navigation Controls

Ctrl + .


Google Hangouts (Web Application)
Next Window
Move between Windows

Ctrl + .


Microsoft Excel 2016 (Windows)
Move clockwise between the four courners of a selection
Navigate Multi-Cell Selections

Ctrl + .


Atlassian Crucible (Web Application)
Go to the Previous Element (file, comment, defect or diff hunk depending on your current context)
Custom Navigation

,


Autodesk SketchBook Pro (Windows)
Animation
Tools

, / <


jEdit (Windows)
Search bar for Current
Search and Replace

Ctrl + .


Daz 3D Bryce 7 (Windows)
Go back to Previous Ticker Mark
Timeline

,


Daz 3D Bryce 7 (MacOS)
Go back to Previous Ticker Mark
Timeline

,


Cyberduck (MacOS)
Jump to fields for editing
Issue Action

,


Opera (MacOS)
Search for text in links in page (press F9 first to set focus on page)
Find

,


Opera (Windows)
Search for text in links in page (press F9 first to set focus on page)
Find

,


InCopy CC (Windows)
Increase/Decrease size/scale by 1%
Moving and Transforming Graphics

Ctrl + . / ,


InCopy CC (Windows)
Increase/Decrease size/scale by 5%
Moving and Transforming Graphics

Ctrl + Alt + . / ,


InCopy CC (MacOS)
Increase/Decrease size/scale by 1%
Moving and Transforming Graphics

Command + . / ,


InCopy CC (MacOS)
Increase/Decrease size/scale by 5%
Moving and Transforming Graphics

Command + Option + . / ,


Yahoo Mail (Web Application)
Next message (in message tab)
General

Ctrl + .


Daz 3D Carrara 8 (Windows)
Previous Frame
Animation

,


Garageband 10 (MacOS)
Move back
General Shortcuts

,


Apple Motion (MacOS)
Switch the 3D transform tool between position+only and universal
3D Controls

,


Krita Painting 3 (Windows)
Previous fav preset
Set/Reset

,


Transmission BT (Windows)
Toggle Preferences
10 Shortcuts for Transmission BT (Windows)

,


Transmission BT (MacOS)
Toggle Preferences
10 Shortcuts for Transmission BT (MacOS)

,


MPS 2017 (Windows)
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"
Code Folding

Ctrl + .


ZBrush 4 (Windows)
Show/Hide Lightbox
LightBox and Spotlight

,


Vegas Pro 14 (Windows)
Move to next CD track
Cursor Placement,Loop Region and Time Selection

Ctrl + .


Vegas Pro 14 (Windows)
Move to previous CD index or region
Cursor Placement,Loop Region and Time Selection

,


Titanium (MacOS)
Word Completion
Text Editing

Ctrl + .


Xamarin Studio (MonoDevelop) (Windows)
Show Fixes
Project

Ctrl + .


Xamarin Studio (MonoDevelop) (MacOS)
Show Fixes
Project

Ctrl + .


Visual Studio Code (Windows)
Quick Fix
Rich Language Editing

Ctrl + .


Synfig (Windows)
Move forward one frame
73 Shortcuts for Synfig (Windows)

Ctrl + .


Visual Studio Code (Windows)
Replace with next/previous value
Rich Language Editing

Ctrl + Shift + . / ,


Pencil2D (Windows)
Previous Frame
57 Shortcuts for Pencil2D (Windows)

,


iClone 7 (Windows)
Stop
Working Area

,


RStudio (Windows)
Goto file/function
Source

Ctrl + .


RStudio (MacOS)
Goto file/function
Source

Ctrl + .


Miscreated
Sit
Movement

,


TVPaint Animation (Windows)
Pick Layer
89 Shortcuts for TVPaint Animation (Windows)

,


Anno 1800
Rotate Building counter clockwise
Building

,


Titanium (Windows)
Word Completion
Text Editing

Ctrl + .


mpv
Previous frame
Navigation

,


Delphi 10 (Windows)
IDE Insight
193 Shortcuts for Delphi 10 (Windows)

F6 / Ctrl + .


Geany (Linux)
Goto next marker
Moving around in the document

Ctrl + .


Geany (Windows)
Goto next marker
Moving around in the document

Ctrl + .


CodeLite 10 (Windows)
Goto implementation
Search

Ctrl + .


Geany (Linux)
Goto next marker
Finding text,Selecting text

Ctrl + .


Geany (Windows)
Goto next marker
Finding text,Selecting text

Ctrl + .


Roblox Studio
Rotate left
Camera Controls

,


SAP Web IDE (Windows)
Open Preferences perspective
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + .


RStudio (Mac)
Goto File/Function
Source

Ctrl + .


RStudio
Goto File/Function
Source

Ctrl + .


Vectorworks (Windows)
Radial Dimension
Dims/Notes Tool Set

,


Fortnite (PC)
Previous player
Replay

,


Vectorworks (MacOS)
Radial Dimension
Dims/Notes Tool Set

,


DaVinci Resolve 14 (Windows)
Nudge One Frame Left
Edit

,


DaVinci Resolve 14 (MacOS)
Nudge One Frame Left
Edit

,


Browser tab management
Go to next tab
KDE / GNOME

Ctrl + .


DaVinci Resolve 14 (Windows)
Nudge Edit One Frame Left
Edit

,


SnapStream
Skip back 7 seconds
Playback

,


DaVinci Resolve 14 (MacOS)
Nudge Edit One Frame Left
Edit

,


DaVinci Resolve 15 (Mac)
Nudge one frame left
Trim

,


Europa Universalis IV
Military
General

,


Affinity Photo
Split View cycle (not Photo Persona)
View

,


NetHack
Pick up
Exploration

,


Inkscape (Windows)
Rotate selection by the angle step
Selector

,


Assetto Corsa
Rotate wheels / steer
Showroom

,


Inkscape (Windows)
Scale nodes up by the Scale step
Node Tool

, / >


FlightGear
Apply left brake (useful for differential braking)
Miscellaneous

,


Ableton Live 10 (Mac)
Go to Next Field (Bar.beat.16th)
Adjusting values

,


Ableton Live 10
Go to Next Field (Bar.beat.16th)
Adjusting values

,


Adobe Photoshop Elements (MacOS)
Activate bottom/top layer
Layers Panel

Option + . / ,


Adobe Photoshop Elements (Windows)
Activate bottom/top layer
Layers Panel

Alt + . / ,


Adobe Photoshop Elements (MacOS)
Select previous/next brush size
Painting and Brushes

, / .


Adobe Photoshop Elements (Windows)
Select previous/next brush size
Painting and Brushes

, / .


JS Bin
Close previous HTML tag
HTML panel

Ctrl + .


RimWorld
Select next colonist
User interface

,


Final Cut Pro X
Nudge the selection one unit to the left
Editing

,


Tableau
Skip forward one page
Pages (Tableau Desktop)

Ctrl + .


ARK: Survival Evolved
Move To Position
Whistles

,


Evolution
Previous unread message
Mail Component - Message List Pane

,


Company of Heroes
Toggle all infantry
General

Ctrl + .


draw.io
Superscript on selected text
Labels

Ctrl + .


HitFilm
Move playhead to previous frame
General timeline

,


Trello
Move card to adjacent list
General

,


Zendesk Chat
Close the chat window. If you're serving the chat, this will end the chat. If you're listening to the chat, it will just close the window
General

Ctrl + .


Total War: Attila (Mac)
Select previous
Universal

,


Total War: Attila
Select previous
Universal

,


Adobe Photoshop Elements (Mac)
Select previous brush size
Painting and brushes

,


PyCharm 2018.2
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"
Code folding

Ctrl + .


Kerbal Space Program
Time warp (physical time warp in atmosphere) decrease
System/UI Commands

,


Autodesk Stingray
Previous Key
Story editor

,


Atom (Windows)
(Source: Keybinding Resolver) key-binding-resolver:toggle
All shortcuts

Ctrl + .


Black Desert Online
Call Black Spirit
General

,


YouTube Studio
When the video is paused, go back as little as possible
General

,


AI War Classic
Select next idle mobile military unit at current planet and center on it
Ship selection

,


Adobe Lightroom Classic
Cycle through Basic panel settings (forward/backward)
Working in the Develop module

,


Adobe Lightroom Classic (Mac)
Cycle through Basic panel settings (forward/backward)
Working in the Develop module

,


Unity
Previous Frame
Animation

,


Nuke
Decrease Gain
2D compositing viewer

,


jEdit
Incremental search for word under the caret.
Search and replace

Ctrl + .


CorelDRAW Graphics Suite 2018
Vertical Text
General

Ctrl + .


Clip Studio Paint Pro
Switch to previous sub tool
Frequently used shortcuts

,


Roll20
Switch to Dynamic Lighting layer
Advanced shortcuts

,


Android Messages on Web
Switch to next conversation
General

Ctrl + .


Blood
Strafe left
Keyboard

,


BSPlayer
Jump backward
Misc

,


Corel Painter (Mac)
Divine Proportion
Toolbox commands

,


Corel Painter
Divine Proportion
Toolbox commands

,


Autodesk SketchBook (Mac)
Previous frame (animation mode)
Tools

,


Microsoft FrontPage
Insert end tag.
Work with coding tools

Ctrl + .


Autodesk SketchBook (Windows)
Previous frame (animation mode)
Tools

,


Adobe Photoshop CC
Select previous/next brush size
Using the Brush panel

,


MyPaint
Zoom out
View

,


Adobe Premiere Pro (Mac)
Insert
Clip

,


Adobe Premiere Pro (Windows)
Insert
Clip

,


LightWave 3D
Zoom out
Layout: View

,


Inkscape
rotate nodes by the angle step
Node tool

,


Inkscape
scale selection to 200%
Selector

Ctrl + .


Corel Painter
Stop and return to current starting frame
Animation

Ctrl + .


Adobe Photoshop CC
Cancel
Transform selections, selection borders, and paths

Ctrl + .


Chromebook and Chrome OS
Display hidden files in the Files app
System & display settings

Ctrl + .


Pixelmator Pro
Navigate through brushes
Paint and erase

,


NetBeans
Next usage/compile error
Navigating through source code

Ctrl + .


Microsoft Visual Studio 2017 (Most used shortcuts)
View.ShowSmartTag
View

Ctrl + .


Microsoft PowerPoint (Slideshows)
Display a blank white slide, or return to the presentation from a blank white slide
Control your slide show during the presentation

,


Kodi
Previous picture
Picture slide show

,


LibreOffice Impress
Show white screen until next key or mouse wheel event
Slide shows

,


Grand Theft Auto V
Previous Radio Station
Vehicles general

,


GIMP
Fill with BG Color
View

Ctrl + .


Apple GarageBand
Move back
General

,


Wikipedia
Move cursor to edit box
Access keys

,


Microsoft Visual Studio 2017 (All shortcuts)
Image.SmallBrush
VC Image Editor

Ctrl + .


The Sims 4
Rotate selected object left
Buy and Build mode

,


Tumblr
Superscript
Posting (Windows)

Ctrl + .


Maple
Enclose Section in Subsection (Indent)
Menu accelerators

Ctrl + .


Qt Creator
Go to next bookmark
Editing

Ctrl + .


REAPER
Time selection: Nudge left
Section: Main

,


REAPER
Time selection: Nudge left edge right
Section: Main

Ctrl + .


Multi Commander
Go to same path as target view
File manager-specific

Ctrl + .


Blender
Bounding Box Center pivot
General

,


Eclipse
Jump to previous / next compiler syntax warning or error
Navigation in editor window

Ctrl + .


Blender
Individual Centers pivot
General

Ctrl + .


Google Hangouts
Move to next Hangout window
Move between Hangout windows

Ctrl + .


Krita 3.0
Previous favorite preset
Set/Reset

,


Visual Studio Code (Linux)
Quick Fix
Rich languages editing

Ctrl + .


Visual Studio Code (Windows)
Quick Fix
Rich languages editing

Ctrl + .


Zimbra Web Client
Action menu
General

,


Slack
Open or close right pane
Navigation

Ctrl + .


Delphi
IDE Insight
General

Ctrl + .


Microsoft Access 2016
Toggle backward between views when in a table, query, form, or report
Working in a Design, Layout, or Datasheet view

Ctrl + .


Outlook.com
Move down list
Navitation & selections

Ctrl + .


Chrome DevTools
Select the call frame below / above the currently-selected frame
Sources panel

Ctrl + .


Yahoo Mail
Highlight the previous card in a conversation
Messages and conversations

,


Opera
Search for text in links in page (press F9 first to set focus on page)
Text keys: Find

,


Microsoft OneNote
Apply bulleted list formatting to or remove it from the selected paragraph
Format notes

Ctrl + .


Audacity
Short Seek Left during Playback (1 second)
Transport menu

,


Paint.NET
Start Cap style
Line / Curve tool

,


Gmail
Advance to the next chat or compose
Compose and chat

Ctrl + .


Mozilla Thunderbird
Smaller font size
Styling the message text

Ctrl + .


Gmail
Move focus to toolbar
Actions

,


YouTube
Move backward per frame when video is paused
General

,


Microsoft Outlook 2007 (Windows)
Switch to next or previous message (with message open).
Basic Navigation

Ctrl + . / Ctrl + ,


Open Office Impress (Windows)
Show white screen until next key or mouse wheel event.
Slide Shows

w / ,


Apple XCode 8 (MacOS)
Next Completion
Code Editing

Ctrl + .


Microsoft Windows Vista (Windows)
Rotate the picture clockwise or counter-clockwise
Vista Photo Gallery Shortcuts

Ctrl + . / Ctrl + ,


Adobe After Effects CS5 (Windows)
Zoom in / zoom out in Composition, Layer, or Footage panel
Views

. / ,


Adobe After Effects CS5 (MacOS)
Zoom in / zoom out in Composition, Layer, or Footage panel
Views

. / ,


Microsoft Outlook 2007 (Windows)
Go to next appointment.
Shortcuts for Managing Calendar

Ctrl + . / Ctrl + Shift + .


Adobe Photoshop CS4 (Windows)
Cancel
Shortcut Keys for transforming selections, selection borders, and paths

Ctrl + . / Esc


Scrivener 1.9.9
Project statistics
Project

Ctrl + .


Pinnacle Studio 22
Jump to previous marker
Edit tab

,


Pinnacle Studio 22
Open Marker list
Edit tab

Ctrl + .