Eclipse Helios (Windows)

Navigate in Editor

Jump to next / jump to previous compiler syntax warning or error

Ctrl + . / Ctrl + ,

All hotkeys for Eclipse Helios (Windows)

Manage Files and Projects
Create new project using the Wizard

Ctrl + N

Manage Files and Projects
Create new project, file, class, etc.

Ctrl + Alt + N

Manage Files and Projects
Open project, file, etc.

Alt + F , then .

Manage Files and Projects
Open Resource (file, folder or project)

Ctrl + Shift + R

Manage Files and Projects
Show and access file properties

Alt + Enter

Manage Files and Projects
Save current file

Ctrl + S

Manage Files and Projects
Save all files

Ctrl + Shift + S

Manage Files and Projects
Close current file

Ctrl + W

Manage Files and Projects
Close all files

Ctrl + Shift + W

Manage Files and Projects
Refresh content of selected element with local file system

F5

Editor Window
Jump to Editor Window

F12

Editor Window
Switch to next editor / switch to previous editor

Ctrl + Page Down / Ctrl + Page Up

Editor Window
Maximize or un-maximize current Editor Window (also works for other Windows)

Ctrl + M

Editor Window
Show list of open Editors. Use arrow keys and enter to switch

Ctrl + E

Editor Window
Show list of open Editors. Similar to ctrl+e but switches immediately upon release of ctrl

Ctrl + F6 / Ctrl + Shift + F6

Editor Window
Go to previous / go to next Editor Window

Alt + Arrow Left / Alt + Arrow Right

Editor Window
Open Editor Window Option menu

Alt + -

Editor Window
Show view menu (features available on left vertical bar: breakpoints, bookmarks, line numbers, …)

Ctrl + F10

Editor Window
Show or hide line numbers

Ctrl + F10 , then n

Editor Window
Show or hide the diff column on the left (indicates changes since last save)

Ctrl + Shift + Q

Editor Window
Zoom text in/ out

Ctrl + Shift + + / -

Navigate in Editor
Jump to beginning / jump to end of indention. Press home twice to jump to beginning of line

Home / End

Navigate in Editor
Jump to beginning / jump to end of source

Ctrl + Home / End

Navigate in Editor
Jump one word to the left / one word to the right

Ctrl + Arrow Right / Arrow Left

Navigate in Editor
Jump to previous / jump to next method

Ctrl + Shift + Arrow Down / Arrow Up

Navigate in Editor
Jump to Line Number. To hide/show line numbers, press ctrl+F10 and select 'Show Line Numbers'

Ctrl + L

Navigate in Editor
Jump to last location edited

Ctrl + Q

Navigate in Editor
Jump to next / jump to previous compiler syntax warning or error

Ctrl + . / Ctrl + ,

Navigate in Editor
With a bracket selected: jump to the matching closing or opening bracket

Ctrl + Shift + P

Navigate in Editor
Collapse / Expand current method or class

Ctrl + [ + ] / Ctrl + - on numeric keyboard

Navigate in Editor
Collapse / Expand all methods or classes

Ctrl + [ / ] / Ctrl + * on numeric keyboard

Navigate in Editor
Scroll Editor without changing cursor position

Ctrl + Arrow Down / Ctrl + Arrow Up

Navigate in Editor
Next Sub-Tab / Previous Sub-Tab

Alt + Page Up / Alt + Page Down

Select Text
Expand selection by one character to the left / to the right

Shift + Arrow Right / Arrow Left

Select Text
Expand selection to next / previous word

Ctrl + Shift + Arrow Right / Arrow Left

Select Text
Expand selection by one line down / one line up

Shift + Arrow Down / Arrow Up

Select Text
Expand selection to end / to beginning of line

Shift + End / Home

Select Text
Select all

Ctrl + A

Select Text
Expand selection to current element (e.g. current one-line expression or content within brackets)

Alt + Shift + Arrow Up

Select Text
Expand selection to next / previous element

Alt + Shift + Arrow Left / Arrow Right

Select Text
Reduce previously expanded selection by one step

Alt + Shift + Arrow Down

Edit Text
Cut, copy and paste

Ctrl + C / Ctrl + X / Ctrl + V

Edit Text
Undo last action

Ctrl + Z

Edit Text
Redo last (undone) action

Ctrl + Y

Edit Text
Delete Line

Ctrl + D

Edit Text
Move current line or selection up or down

Alt + Arrow Up / Arrow Down

Edit Text
Duplicate current line or selection up or down

Ctrl + Alt + Arrow Up / Ctrl + Alt + Arrow Down /

Edit Text
Delete next word

Ctrl + Delete

Edit Text
Delete previous word

Ctrl + Backspace

Edit Text
Enter line below current line

Shift + Enter

Edit Text
Enter line above current line

Shift + Ctrl + Enter

Edit Text
Switch between insert and overwrite mode

Insert

Edit Text
Change selection to all lower case

Shift + Ctrl + Y

Edit Text
Change selection to all upper case

Shift + Ctrl + X

Search and Replace
Open find and replace dialog

Ctrl + F

Search and Replace
Find previous / find next occurrence of search term (close find window first)

Ctrl + K / Ctrl + Shift + K

Search and Replace
Search Workspace (Java Search, Task Search, and File Search)

Ctrl + H

Search and Replace
Incremental search forward / backwards. Type search term after pressing ctrl+j, there is now search window

Ctrl + J / Ctrl + Shift + J

Search and Replace
Open a resource search dialog to find any class

Ctrl + Shift + O

Indentions and Comments
Increase / decrease indent of selected text

Tab / Shift + Tab

Indentions and Comments
Correct indention of selected text or of current line

Ctrl + I

Indentions and Comments
Autoformat all code in Editor using code formatter

Ctrl + Shift + F

Indentions and Comments
Comment / uncomment line or selection ( adds '//' )

Ctrl + /

Indentions and Comments
Add Block Comment around selection ( adds '/... */' )

Ctrl + Shift + /

Indentions and Comments
Remove Block Comment

Ctrl + Shift + \

Indentions and Comments
Add Element Comment ( adds '/** ... */')

Alt + Shift + J

Editing Source Code
Opens Content Assist (e.g. show available methods or field names)

Ctrl + Space

Editing Source Code
Open Quick Fix and Quick Assist

Ctrl + 1

Editing Source Code
Propose word completion (after typing at least one letter). Repeatedly press alt+/ until reaching correct name

Alt + /

Editing Source Code
Deactivate or activate Smart Insert Mode (automatic indention, automatic brackets, etc.)

Ctrl + Shift + Insert

Code Information
Show code outline / structure

Ctrl + O

Code Information
Open class, method, or variable information (tooltip text)

F2

Code Information
Open Declaration: Jump to Declaration of selected class, method, or parameter

F3

Code Information
Open Type Hierarchy window for selected item

F4

Code Information
Show / open Quick Type Hierarchy for selected item

Ctrl + T

Code Information
Open Type in Hierarchy

Ctrl + Shift + T

Code Information
Open Call Hierarchy

Ctrl + Alt + H

Code Information
Find occurrences of expression in current file

Ctrl + Shift + U

Code Information
Open Declaration or Implementation

Ctrl +move over method

Refactoring
Rename selected element and all references

Alt + Shift + R

Refactoring
Move selected element to other class or file (With complete method or class selected)

Alt + Shift + V

Refactoring
Change method signature (with method name selected)

Alt + Shift + C

Refactoring
Extract selection to method

Alt + Shift + M

Refactoring
Extract local variable: Create and assigns a variable from a selected expression

Alt + Shift + L

Refactoring
Inline selected local variables, methods, or constants if possible (replaces variable with its declarations/ assignment and puts it directly into the statements)

Alt + Shift + I

Run and Debug
Save and launch application (run)

Ctrl + F11

Run and Debug
Debug

F11

Run and Debug
Step Into function

F5

Run and Debug
Next step (line by line)

F6

Run and Debug
Step out

F7

Run and Debug
Skip to next Breakpoint

F8

The Rest
Switch forward / backward between views (panels). Useful for switching back and forth between Package Explorer and Editor.

Ctrl + F7 / Ctrl + Shift + F7

The Rest
Switch forward / backward between perspectives

Ctrl + F8 / Ctrl + Shift + F8

The Rest
Print

Ctrl + P

The Rest
Open Eclipse Help

F1

The Rest
Show Context Menu right click with mouse

Shift + F10

Team (SVN Subversive)
Synchronize with Repository

Ctrl + Alt + S

Team (SVN Subversive)
Commit

Ctrl + Alt + C

Team (SVN Subversive)
Update

Ctrl + Alt + U

Team (SVN Subversive)
Update to Revision

Ctrl + Alt + D

Team (SVN Subversive)
Merge

Ctrl + Alt + E

Team (SVN Subversive)
Show Properties

Ctrl + Alt + T

Team (SVN Subversive)
Add to svn:ignore

Ctrl + Alt + I

Similar combinations for other applications


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


Visual Studio 2015 (Windows)
Display Navigate-To dialog box
Code Editor - Find, Replace, and Goto

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 next tab
15 Shortcuts for Dolphin File Manager 1.7 (Linux)

Ctrl + ,


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

Ctrl + .


Visual Studio 2015 (Windows)
Display Navigate-To dialog box
Coding - Find, Replace, and Goto

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


Google Docs (Windows)
Subscript
Format Text

Ctrl + ,


Visual Studio 2015 (Windows)
Display Navigate-To dialog box
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto

Ctrl + ,


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


Microsoft Windows 7 (Windows)
Rotate photo clockwise
Photo Viewer

Ctrl + .


Microsoft Windows 7 (Windows)
Rotate photo counter-clockwise
Photo Viewer

Ctrl + ,


NetBeans 8 (Windows)
Next/previous usage/compile error
General Keyboard Shortcts

Ctrl + . / ,


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


iTunes (Windows)
Open iTunes Preferences
Edit Menu

Ctrl + ,


Presonus Studio One (Windows)
Options...
Studio One Menu

Ctrl + ,


Pro Tools (Windows)
Identify/Remove sync point
Clip Menu

Ctrl + ,


Atom (text editor) 1.0 (Windows)
Preferences
General

Ctrl + ,


Atom (text editor) 1.0 (Linux)
Preferences
General

Ctrl + ,


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

Ctrl + . / Ctrl + ,


Amazon Music Player (Windows)
Preferences
13 Shortcuts for Amazon Music Player (Windows)

Ctrl + ,


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

Ctrl + . / Ctrl + ,


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


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

Ctrl + .


Adobe Photoshop CC (Windows)
Hide Layers
Basic Shortcuts for Photoshop CC 2015 - Layers Basics

Ctrl + ,


Photoshop Lightroom CC (Windows)
Open Preferences
Managing Photos and Catalogs

Ctrl + ,


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

Ctrl + . / ,


Google Slides (Windows)
Subscript
Text Editing

Ctrl + ,


Google Slides (Windows)
Superscript
Text Editing

Ctrl + .


Adobe Photoshop CC (Windows)
Hide Layers
Manage Panels - Layers Basics

Ctrl + ,


ArchiCAD 20 (Windows)
Pan
Display Menu

Ctrl + ,


Zoho Writer (Windows)
To apply subscript
Format Tab

Ctrl + ,


GIMP (Linux)
Fill with FG Color
Edit

Ctrl + ,


GIMP (Linux)
Fill with BG Color
Edit

Ctrl + .


GIMP (Windows)
Fill with FG Color
Edit Shortcuts

Ctrl + ,


GIMP (Windows)
Fill with BG Color
Edit Shortcuts

Ctrl + .


Apple Photos (Windows)
Show preferences
General

Ctrl + ,


Autodesk Inventor 2017 (Windows)
Origin points visibility
View

Ctrl + .


Ace Projects (Windows)
Show the settings menu
Other Shortcuts

Ctrl + ,


1Password (Windows)
Open 1Password Preferences window.
General Shortcuts

Ctrl + ,


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

Ctrl + . / Esc


Eclipse Helios (MacOS)
Complete the Word
Text Editing Shortcuts

Ctrl + .


Todoist (Web Application)
Settings
Navigation Shortcuts

Ctrl + ,


Slack (Windows)
Preferences
Navigation Controls

Ctrl + ,


Slack (Windows)
Open or Close Right Pane
Navigation Controls

Ctrl + .


Google Hangouts (Web Application)
Next Window
Move between Windows

Ctrl + .


Google Hangouts (Web Application)
Previous Window
Move between Windows

Ctrl + ,


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

Ctrl + .


Cloud9 (Windows)
Open Settings Panel
General Shortcuts

Ctrl + ,


Autodesk SketchBook Pro (Windows)
Preferences
Actions

Ctrl + ,


jEdit (Windows)
Incremental Search Bar
Search and Replace

Ctrl + ,


jEdit (Windows)
Search bar for Current
Search and Replace

Ctrl + .


Corel Draw X8 (Windows)
Horizontal text
Text Formatting

Ctrl + ,


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

Ctrl + . / ,


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

Ctrl + .


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

Ctrl + ,


Poser Pro (Windows)
Display>Camera View > Posing camera
Display

Ctrl + ,


VideoPad Video Editor (Windows)
Preferences
Videopad

Ctrl + ,


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


Aptana Studio 3 (Windows)
Next
Navigation

Ctrl + ,


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

Ctrl + ,


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

Ctrl + .


Titanium (MacOS)
Word Completion
Text Editing

Ctrl + .


Xamarin Studio (MonoDevelop) (Windows)
Show Fixes
Project

Ctrl + .


Xamarin Studio (MonoDevelop) (Windows)
Navigate to
Search

Ctrl + ,


Xamarin Studio (MonoDevelop) (MacOS)
Show Fixes
Project

Ctrl + .


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

Ctrl + ,


Visual Studio Code (Windows)
Quick Fix
Rich Language Editing

Ctrl + .


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

Ctrl + .


RStudio (Windows)
Goto file/function
Source

Ctrl + .


RStudio (MacOS)
Goto file/function
Source

Ctrl + .


Tableau (Windows)
Skip backward one page
General

Ctrl + ,


Titanium (Windows)
Word Completion
Text Editing

Ctrl + .


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

F6 / Ctrl + .


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

Ctrl + ,


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

Ctrl + ,


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

Ctrl + .


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

Ctrl + .


Todoist
Settings
Navigation

Ctrl + ,


CodeLite 10 (Windows)
Goto implementation
Search

Ctrl + .


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

Ctrl + ,


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

Ctrl + ,


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

Ctrl + .


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

Ctrl + .


Ableton Live 9 (Windows)
Open the Preferences
Showing and Hiding Results

Ctrl + ,


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


Browser tab management
Go to next tab
KDE / GNOME

Ctrl + .


Browser tab management
Go to previous tab
KDE / GNOME

Ctrl + ,


Arduino (Windows)
Prefernces
29 Shortcuts for Arduino (Windows)

Ctrl + ,


Arduino (Linux)
Prefernces
29 Shortcuts for Arduino (Linux)

Ctrl + ,


KiCad 5.0.2
Routing Options
Pcbnew

Ctrl + ,


Affinity Photo
Preferences
Misc.

Ctrl + ,


Brave Browser (Windows)
Settings
Bookmarks/History/Settings/Tools

Ctrl + ,


Ableton Live 10
Open the Preferences
Showing and hiding views

Ctrl + ,


JS Bin
Close previous HTML tag
HTML panel

Ctrl + .


GitHub Desktop
Options
File menu

Ctrl + ,


Tableau
Skip forward one page
Pages (Tableau Desktop)

Ctrl + .


Tableau
Skip backward one page
Pages (Tableau Desktop)

Ctrl + ,


Company of Heroes
Toggle all infantry
General

Ctrl + .


draw.io
Superscript on selected text
Labels

Ctrl + .


draw.io
Subscript on selected text
Labels

Ctrl + ,


Zendesk Chat
Minimize the chat window
General

Ctrl + ,


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


Ace Editor
Show the settings menu
Other

Ctrl + ,


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


Adobe Lightroom Classic
Open Preferences
Managing photos and catalogs

Ctrl + ,


Atom (Windows)
(Source: Settings View) settings-view:open
All shortcuts

Ctrl + ,


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

Ctrl + .


AI War Classic
Select all military units (idle or not) at current planet
Ship selection

Ctrl + ,


Gravit Designer
Show guide lines
View

Ctrl + ,


CorelDRAW Graphics Suite 2018
Horizontal Text C
General

Ctrl + ,


Adobe Dimension CC (Windows)
Preferences
Application

Ctrl + ,


jEdit
Incremental search bar.
Search and replace

Ctrl + ,


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

Ctrl + .


CorelDRAW Graphics Suite 2018
Vertical Text
General

Ctrl + .


Android Messages on Web
Switch to next conversation
General

Ctrl + .


Android Messages on Web
Switch to previous conversation
General

Ctrl + ,


Microsoft FrontPage
Insert end tag.
Work with coding tools

Ctrl + .


Microsoft FrontPage
Insert start tag.
Work with coding tools

Ctrl + ,


Corel Painter
Preferences > General
Menu commands

Ctrl + ,


Autodesk SketchBook (Windows)
Open Preference window
SketchBook for Mobile

Ctrl + ,


Inkscape
scale selection to 200%
Selector

Ctrl + .


Inkscape
scale selection to 50%
Selector

Ctrl + ,


Corel Painter
Stop and return to current starting frame
Animation

Ctrl + .


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

Ctrl + .


Adobe Photoshop CC
(Filmstrip mode) Increase/decrease rating
Using the Camera Raw dialog box

Ctrl + ,


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

Ctrl + .


AWS Cloud9 IDE (Windows)
Open Settings Panel
Miscellaneous

Ctrl + ,


Microsoft Visual Studio 2017 (Most used shortcuts)
Edit.NavigateTo
Edit

Ctrl + ,


NetBeans
Next usage/compile error
Navigating through source code

Ctrl + .


NetBeans
Previous usage/compile error
Navigating through source code

Ctrl + ,


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

Ctrl + .


Microsoft Visual Studio 2017 (All shortcuts)
Edit.NavigateTo
Edit

Ctrl + ,


GIMP
Fill with FG Color
View

Ctrl + ,


GIMP
Fill with BG Color
View

Ctrl + .


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

Ctrl + .


Tumblr
Superscript
Posting (Windows)

Ctrl + .


Tumblr
Subscript
Posting (Windows)

Ctrl + ,


Maple
Enclose Section in Subsection (Indent)
Menu accelerators

Ctrl + .


Maple
Remove Section Enclosing Selection (Outdent)
Menu accelerators

Ctrl + ,


Qt Creator
Go to next bookmark
Editing

Ctrl + .


REAPER
Time selection: Nudge left edge left
Section: Main

Ctrl + ,


REAPER
Time selection: Nudge left edge right
Section: Main

Ctrl + .


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

Ctrl + .


Visual Studio Code (Linux)
User Settings
General

Ctrl + ,


Visual Studio Code (Windows)
User Settings
General

Ctrl + ,


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

Ctrl + .


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

Ctrl + ,


Blender
Median Point pivot
General

Ctrl + ,


Blender
Individual Centers pivot
General

Ctrl + .


Google Hangouts
Move to next Hangout window
Move between Hangout windows

Ctrl + .


Google Hangouts
Move to previous Hangout window
Move between Hangout windows

Ctrl + ,


Visual Studio Code (Linux)
Quick Fix
Rich languages editing

Ctrl + .


Visual Studio Code (Windows)
Quick Fix
Rich languages editing

Ctrl + .


Outlook 2016 and Outlook 2013
Go to next appointment
Calendar

Ctrl + ,


Slack
Preferences
Navigation

Ctrl + ,


Slack
Open or close right pane
Navigation

Ctrl + .


Delphi
IDE Insight
General

Ctrl + .


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

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


Outlook.com
Move up list
Navitation & selections

Ctrl + ,


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

Ctrl + .


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

Ctrl + ,


Skype
Open Settings
Skype for Windows 10

Ctrl + ,


iTunes 11 for Windows
Open iTunes Preferences
Edit menu

Ctrl + ,


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

Ctrl + .


Gmail
Advance to the next chat or compose
Compose and chat

Ctrl + .


Gmail
Advance to previous chat or compose
Compose and chat

Ctrl + ,


Mozilla Thunderbird
Larger font size
Styling the message text

Ctrl + ,


Mozilla Thunderbird
Smaller font size
Styling the message text

Ctrl + .


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

Ctrl + . / Ctrl + ,


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


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

Ctrl + , / Ctrl + Shift + ,


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 targets
Project

Ctrl + ,


Scrivener 1.9.9
Project statistics
Project

Ctrl + .


Windows Terminal
Open settings
General

Ctrl + ,


Pinnacle Studio 22
Open Marker list
Edit tab

Ctrl + .