Eclipse Helios (Windows)

Editor Window

Zoom text in/ out

Ctrl + Shift + + / -

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)
Zoom in / Zoom out Developer tools
Manage Chrome DevTools - Accessing DevTools and DevTools Basics

Ctrl + [ + ] / -


Google Earth 5 (MacOS)
Zoom in / zoom out in small increments
3D Viewer - Keyboard Only

[ + ] / -


Civilization V (Windows)
Zoom in / Zoom Out
General Hotkeys

- / [ + ]


Google Mail (Windows)
Mark as important + or remove -
Main Window - Manage Message List

+ / -


Remember the Milk (Web Application)
Place the cursor in the search box
Navigation

ctrl + shift + /


Remember the Milk (Web Application)
Zoom in/zoom out
Locations

+ / -


Google Mail (Windows)
Increase / decrease the font size of all or some text
Format Text in Messages

Ctrl + Shift + + / -


Thunderbird (Windows)
Increase / decrease text size of selection
Compose and Edit Message

Ctrl + [ + ] / -


Google Chrome (Linux)
Zoom in / Zoom out Developer tools
Manage Chrome DevTools - Accessing DevTools and DevTools Basics

Ctrl + [ + ] / -


Thunderbird (MacOS)
Increase / decrease text size of selection
Compose and Edit Message

Command + [ + ] / -


Thunderbird (Linux)
Increase / decrease text size of selection
Compose and Edit Message

Ctrl + [ + ] / -


Google Chrome (Windows)
Zoom in / zoom out (or Ctrl+mousewheel)
View Webpages

Ctrl + [ + ] / -


Thunderbird (Windows)
Increase / decrease text size (zoom)
Other Shortcuts

Ctrl ++/-


Thunderbird (MacOS)
Increase / decrease text size (zoom)
Other Shortcuts

Command + [ + ] / -


Thunderbird (Linux)
Increase / decrease text size (zoom)
Other Shortcuts

Ctrl ++/-


Google Chrome (Linux)
Zoom in / zoom out (or Ctrl+mousewheel)
View Webpages

Ctrl + [ + ] / -


Phoenix Viewer (Windows)
Unlink
Build

Ctrl + Shift +


InDesign CS5 (MacOS)
Delete Anchor Point tool
Tools

-


Open Office Impress (Linux)
Zoom in / Zoome out
Normal View

+ / -


Sublime Text (Windows)
Toggle Comment block
Cool Text Manipulation

Ctrl + Shift + /


Opera (Linux)
Zoom out (with Advanced Shortcuts on)
Display

9 / -


Photoshop Lightroom 4 (Windows)
Zoom in / zoom out
Using Secondary Window

Ctrl + Shift + = / -


Evernote (MacOS)
Increase / Decrease Text Size
Note Editor

+ [ + ] / -


Microsoft PowerPoint 2010 (Windows)
End a presentation.
Show PowerPoint Presentation with Shortcuts

Esc / -


Photoshop Lightroom 4 (MacOS)
Zoom in / zoom out
Using Secondary Window

+ Shift + = / -


Oracle SQL Developer 4 (Windows)
Expand/ Narrow Selection
Source

Ctrl + Shift + = / -


Photoshop Lightroom 4 (Windows)
Zoom in / zoom out in Loupe view
Comparing photos in the Library module

Ctrl + = / -


Microsoft Windows 7 (Windows)
Zoom in / zoom out (or mouse wheel)
Photo Viewer

[ + ] / -


Photoshop Lightroom 4 (Windows)
Increase/decrease Grid thumbnail size
Comparing photos in the Library module

= /-


Sublime Text (Windows)
Zoom - increase/ decrease font size
Manage Sublime Window, Files and Tabs

Ctrl + / -


Photoshop Lightroom 4 (MacOS)
Zoom in / zoom out in Loupe view
Comparing photos in the Library module

+ = / -


VLC Media Player (MacOS)
Faster, slower, normal
Movie Navigation

[ + ] / - / =


Photoshop Lightroom 4 (MacOS)
Increase/decrease Grid thumbnail size
Comparing photos in the Library module

= / -


IntelliJ (Linux)
Comment/uncomment with block comment
Editing

Ctrl + Shift + /


IntelliJ (Windows)
Comment/uncomment with block comment
Editing

Ctrl + Shift + /


IntelliJ (Linux)
Expand/collapse code block
Editing

Ctrl + NumPad + / -


IntelliJ (Linux)
Expand all / collapse all
Editing

Ctrl + Shift + NumPad + / -


IntelliJ (Windows)
Expand/collapse code block
Editing

Ctrl + NumPad plus / -


IntelliJ (Windows)
Expand all / collapse all
Editing

Ctrl + Shift + NumPad plus / -


Photoshop Lightroom 4 (Windows)
Zoom in / zoom out
Develop Module

Ctrl + = / -


Youtube Player (Windows)
Increase / decrease CC font size (works in Chrome, not in Firefox)
Video Control

+ / -


HoneyView 5.03 (Windows)
Zoom in / zoom out
Zooming

+/-


Photoshop Lightroom 4 (MacOS)
Zoom in / zoom out
Develop Module

+ = / -


Adobe Photoshop CS5 (MacOS)
Increase/decrease Adjustment Brush tool flow in increments of 10
Camera Raw Dialog Box

= / -


Microsoft Excel 2013 (Windows)
Insert Cell/Row/Column Menu
Edit Complete Cells

Ctrl + Shift + +


Adobe Photoshop CS5 (Windows)
Increase/decrease Adjustment Brush tool flow in increments of 10
Camera Raw Dialog Box

= / -


Adobe Photoshop CS5 (MacOS)
Select next / previous point on the curve
Curves

[ + ] / -


Pro Tools (Windows)
Automation - Trim to current
Edit Menu

Ctrl + Shift + /


Adobe Photoshop CS5 (Windows)
Select next / previous point on the curve
Curves

[ + ] / -


Adobe Acrobat Pro (Windows)
Collapse the current bookmark (focus on Bookmarks panel)
Navigation - Navigation panels

Arrow Left / -


Autodesk Maya 2015 (Windows)
Increase manipulator size / Decrease manipulator size
General Tools

+ /-


Microsoft Word 2013 (Windows)
Expand / Collapse text under a heading
Outline View

Alt + Shift + + / -


Atom (text editor) 1.0 (Linux)
Increase / decrease text size
View

Ctrl + Shift + = / -


Atom (text editor) 1.0 (Windows)
Increase / decrease text size
View

Ctrl + Shift + = / -


Microsoft Windows 10 (Windows)
With Magnifier activated, zoom in / zoom out
Windows Magnifier Shortcuts

Win + [ + ] / -


Google Chrome (MacOS)
Zoom in / zoom out (or Command+mousewheel)
View Webpages

Command + + / -


Quickbooks Online (Web Application)
Next Day / Previous Day
Enter Dates

+ / -


Quickbooks Online (Windows)
Next Day / Previous Day
Enter Dates

+ / -


Autodesk Maya 2015 (Windows)
Change the size of the manipulator
Tool and Action

+/-


Quickbooks Online (Web Application)
Add / Substract
Calculate Amounts and Rates

+/-


Quickbooks Online (Windows)
Add / Substract
Calculate Amounts and Rates

+/-


Google Play Music (Web Application)
Decrease the player volume
General

-


Google Mail (MacOS)
Increase / decrease the font size of all or some text
Format Text in Messages

Command + Shift + + / -


Quickbooks Online (Web Application)
Increase / Decrease Ref Number
Reference Number Fields (Ref # Fields)

+ / -


Quickbooks Online (Windows)
Increase / Decrease Ref Number
Reference Number Fields (Ref # Fields)

+ / -


Microsoft OneNote 2016 (Windows)
Zoom in/ out
OneNote Window

Ctrl + Shift + Alt + + / -


Photoshop Lightroom CC (MacOS)
Zoom in/ zoom out
Using Secondary Window

Command + Shift + = / -


Photoshop Lightroom CC (Windows)
Zoom in/ zoom out
Using Secondary Window

Ctrl + Shift + = / -


Sonos Controller (Windows)
Increase/ decrease volume
22 Shortcuts for Sonos Controller (Windows)

Ctrl + + / -


Android Studio (Windows)
Block Comment or Uncomment
General Shortcuts

Ctrl + Shift + /


Photoshop Lightroom CC (MacOS)
Zoom in/ zoom out in Loupe view
Comparing Photos in the Library Module

Command = / -


Autodesk Maya 2017 (Windows)
Increase manipulator size / Decrease manipulator size
General Tools

+ /-


Photoshop Lightroom CC (Windows)
Zoom in/ zoom out in Loupe view
Comparing Photos in the Library Module

Ctrl + = / -


Photoshop Lightroom CC (MacOS)
Increase/ decrease Grid thumbnail size
Comparing Photos in the Library Module

= / -


Photoshop Lightroom CC (Windows)
Increase/ decrease Grid thumbnail size
Comparing Photos in the Library Module

= / -


Corel VideoStudio X9.5 (Windows)
Zoom in/Zoom out
Edit Tab Operations

+ / -


Adobe After Effects CC (Windows)
Zoom in / zoom out time
Views

= / -


Adobe After Effects CC (MacOS)
Zoom in / zoom out time
Views

= / -


Plex (Windows)
Increse/Decrese Volume
Graphics(Audio/Video) Control

+ / -


Plex (MacOS)
Increse/Decrese Volume
Graphics(Audio/Video) Control

+ / -


Adobe Audition CC (Windows)
Zoom out horizontally
Audio General Operations

-


Adobe Audition CC (MacOS)
Zoom out horizontally
Audio General Operations

-


Adobe Premiere CC (Windows)
Duplicate
General Shortcuts

Ctrl + Shift + /


Adobe Premiere CC (Windows)
Zoom in/Zoom out
Clipping Shortcuts

= / -


Adobe Premiere CC (MacOS)
Zoom in/Zoom out
Clipping Shortcuts

= / -


Adobe Illustrator CC (MacOS)
Add/Delete anchor point tool
Selectiong Tool

+ / -


Photoshop Lightroom CC (Windows)
Increase/decrease selected slider in small increments
Develop Module

[ + ] / -


Photoshop Lightroom CC (Windows)
Increase/decrease selected slider in larger increments
Develop Module

Shift + [ + ] / -


Photoshop Lightroom CC (MacOS)
Increase/decrease selected slider in small increments
Develop Module

[ + ] / -


Photoshop Lightroom CC (MacOS)
Increase/decrease selected slider in larger increments
Develop Module

Shift + [ + ] / -


Adobe Illustrator CC (Windows)
Add/Delete anchor point tool
Selectiong Tool

+ / -


Nuke 10 (Windows)
Zoom in/Zoom out
Timeline Viewer

+ / -


Autodesk Maya 2017 (Windows)
Change the size of the manipulator
Tool and Action

+/-


Nuke 10 (MacOS)
Zoom in/Zoom out
Timeline Viewer

+ / -


Photoshop Lightroom CC (Windows)
Zoom in / zoom out
Develop Module

Ctrl + = / -


Nuke 10 (Linux)
Zoom in/Zoom out
Timeline Viewer

+ / -


Photoshop Lightroom CC (MacOS)
Zoom in / zoom out
Develop Module

Command + = / -


Adobe After Effects CC (Windows)
Increase / decrease Scale of Layers by 10%
Modify Layer Properties

Ctrl + Shift + plus / -


Corel Painter 2017 (MacOS)
Insert Script Delay
Other Shortcuts

-


Nuke 10 (Windows)
Zoom in/Zoom out
2D Viewer

+ / -


Nuke 10 (MacOS)
Zoom in/Zoom out
2D Viewer

+ / -


Nuke 10 (Linux)
Zoom in/Zoom out
2D Viewer

+ / -


Corel Painter 2017 (Windows)
Insert Script Delay
Other Shortcuts

-


Apple Keynote (MacOS)
Go to previous slide(Slide Switcher)
Slideshow

-


Hexagon 2 (MacOS)
Decrement Field
View Shortcuts

-


CINEMA 4D (Windows)
Zoom In/Out
Picture Viewer

+/-


Hexagon 2 (Windows)
Decrement Field
View Shortcuts(Numeric Pad)

-


Adobe After Effects CC (Windows)
Momentarily activate Eraser Tool with Last Stroke Only option
Paint Tools

Ctrl + Shift


3D Coat (MacOS)
Contract Hidden area
HIde Operations

-


InDesign CC (Windows)
Add/Delete anchor point tool
Tools

+ / -


InDesign CC (MacOS)
Add/Delete anchor point tool
Tools

+ / -


Adobe After Effects CC (Windows)
Add active Composition or selected items to render queue
Saving, Exporting, and Rendering

Ctrl + Shift + /


ArchiCAD 20 (Windows)
Zoom Out
Display Menu

Ctrl + Shift + /


Windows Movie Maker (Windows)
Collapse the Video track when it is selected in the timeline
On timeline

-


ArchiCAD 20 (Windows)
Zoom in/Zoom out
Actions

+ / -


3D Coat (Windows)
Decrease Degree
Sliders Setting

-


Adobe Photoshop CC (Windows)
Zoom in/ zoom out
Manage Views

Ctrl + [ + ] / -


Adobe Photoshop CC (MacOS)
Zoom in/ zoom out
Manage Views

Command + [ + ] / -


ArchiCAD 20 (MacOS)
Zoom in/Zoom out
Actions

+ / -


Adobe Photoshop CC (Windows)
Cycle through point on the curve
Curves Dialog Box

+/-


Adobe Photoshop CC (MacOS)
Cycle through point on the curve
Curves Dialog Box

+/-


Adobe Acrobat Pro (MacOS)
Collapse the current bookmark (focus on Bookmarks panel)
Navigation - Navigation panels

Left Arrow / -


Adobe Photoshop CC (Windows)
Cycle through blending modes
Painting Tools

Shift + [ + ] / -


Adobe Photoshop CC (MacOS)
Cycle through blending modes
Painting Tools

Shift + [ + ] / -


Adobe Photoshop CC (Windows)
Cycle through blending modes
Blending Modes

Shift + [ + ] / -


Adobe Photoshop CC (MacOS)
Cycle through blending modes
Blending Modes

Shift + [ + ] / -


Atom (text editor) 1.0 (MacOS)
Increase / decrease text size
View

Command + Shift + = / -


Autodesk 3ds Max 2017 (Windows)
Virtual viewport zoom out
Virtual viewport

-


Microsoft Excel 2016 (Windows)
With cells that are not complete rows/columns - Open insert cell/ row/ column menu
Juggle Rows, Columns, and Cells

Ctrl + Shift + +


Sublime Text (Linux)
Block Comment Current Selection
General Editing Shortcuts

Ctrl + Shift + /


JetBrains RubyMine (Windows)
Comment/Uncomment with Block Comment
Editing Shortcuts

Ctrl + Shift + /


JetBrains RubyMine (Linux)
Comment/Uncomment with Block Comment
Editing Shortcuts

Ctrl + Shift + /


Atlasian JIRA Agile (Web Application)
Expand/Collapse All Swinlane
Agile Shortcuts

-


Google Photos (Web Application)
Zoom in/Zoom out Photo
General Shortcuts

+ / -


WordPress (Windows)
Start An Unorederd List
Formatting Shortcuts

* / -


WordPress (MacOS)
Start An Unorederd List
Formatting Shortcuts

* / -


Microsoft Excel 2016 (Windows)
Insert pivot formula/ calculated field
Pivot Tables

Ctrl + Shift + +


Pandora Classic (Web Application)
Toggle Thumbs down
9 Shortcuts for Pandora Classic (Web Application)

-


JetBrains PyCharm (Windows)
Comment/Uncomment with Block Comment
Editing

Ctrl + Shift + /


Cloud9 (Windows)
Font Larger/ Smaller
General Shortcuts

Ctrl + + / -


Cloud9 (MacOS)
Font Larger/ Smaller
General Shortcuts

Shift + + / -


Adobe Dreamweaver (Windows)
Toggle block comment (for PHP and JS files)
Coding Shortcuts

Ctrl + Shift + /


Cloud9 (Windows)
Toggle Block Comment
Code Manipulation

Ctrl + Shift + /


Adobe Animate CC (Windows)
Show or change a list of the scenes in the current movie
Miscellaneous Action

Ctrl + Shift


BrainSuite (Windows)
Zoom In/ Out
Image Display

+ / -


BrainSuite (MacOS)
Zoom In/ Out
Image Display

+ / -


jEdit (Windows)
Save Buffer
File

Ctrl + Shift


Autodesk Mudbox 2017 (Windows)
Brighten or darken HDR image
Image Browser

+ / -


Autodesk Mudbox 2017 (MacOS)
Brighten or darken HDR image
Image Browser

+ / -


JetBrains PhpStorm (Windows)
Comment/Uncomment with Block Comment
Editing

Ctrl + Shift + /


Adobe RoboHelp (Windows)
Paragraph Markers
Miscellaneous Shortcuts

Ctrl + Shift + +


Adobe Bridge CC (Windows)
Step Thumbnail Size Up/down
35 Shortcuts for Adobe Bridge CC (Windows)

Ctrl + Shift + + / Ctrl + Shift + -


JetBrains PhpStorm (Linux)
Comment/Uncomment with Block Comment
Editing

Ctrl + Shift + /


Adobe Bridge CC (MacOS)
Zoom in/Zoom out with Loupe Tool
35 Shortcuts for Adobe Bridge CC (MacOS)

+ / -


Daz 3D Carrara 8 (Windows)
Delete Point
Application - Tools

-


Adobe Bridge CC (Windows)
Zoom in/Zoom out with Loupe Tool
35 Shortcuts for Adobe Bridge CC (Windows)

+ / -


ZBrush 4 (Windows)
Zoom in/Zoom out
Edit Move Navigation - Canvas Zoom

+ / -


Daz 3D Bryce 7 (Windows)
Zoom in/Zoom out
Advanced Display Palette

+ / -


Daz 3D Bryce 7 (MacOS)
Zoom in/Zoom out
Advanced Display Palette

+ / -


Corel Ventura 10 (Windows)
Zoom in/Zoom out Font
Text Formatting

Ctrl + Shift + + / Ctrl + Shift + -


ZBrush 4 (Windows)
Zoom in/Zoom out
Inner Ring Actions - Canvas Zoom

+ / -


Cyberduck (MacOS)
Toggle all swimlanes
Agile Shortcuts

-


Daz 3D Carrara 8 (Windows)
Delete Point
Spline Modeler - Tools

-


Clip Studio Paint (Manga Studio) (Windows)
Zoom in/Zoom out in Canvas View
Canvas View

+ / -


Clip Studio Paint (Manga Studio) (MacOS)
Zoom in/Zoom out in Canvas View
Canvas View

+ / -


Clip Studio Paint (Manga Studio) (Windows)
Rotate Step Counter Clock wise (Keyboard)
Frequently Used Shortcuts

-


Microsoft Word 2016 (MacOS)
Show all headings with the specified heading level
Outline a document

Ctrl + Shift +


Corel Quattro Pro X8 (Windows)
Zoom in/Zoom out
Print Preview

+ / -


ZBrush 4 (Windows)
Zoom in/Zoom out
Sculpting Brushes - Canvas Zoom

+ / -


Daz 3D Carrara 8 (Windows)
Delete Point
Vertex Modeler - Tools

-


InCopy CC (Windows)
Strikethrough
Working with Types

Ctrl + Shift + /


Brackets (Windows)
Toggle Block Comment
99 Shortcuts for Brackets (Windows)

Ctrl + Shift + /


ZBrush 4 (Windows)
Zoom in/Zoom out
3D Models - Canvas Zoom

+ / -


Chief Architect (Windows)
Zoom Tools - Zoom In
Zoom Tools

-


Chief Architect (MacOS)
Zoom Tools - Zoom In
Zoom Tools

-


Forte (Windows)
Collapse
Main Browser Window

-


IBM Director (Windows)
Expand/Collapse in Node in Navigation Tree
14 Shortcuts for IBM Director (Windows)

+ / -


X-Plane 11 (Windows)
Zoom In/Zoom Out
General view Modification

+ / -


FxPro (Windows)
Zoom In/Zoom Out
General Shortcuts

+ / -


IBM Maximo (Windows)
Move back one day
Data Field

-


Notes 9.0 (Windows)
Collapse Category/Folder
26 Shortcuts for Notes 9.0 (Windows)

-


ZBrush 4 (Windows)
Zoom in/Zoom out
ZSpheres - Canvas Zoom

+ / -


MPS 2017 (Windows)
Comment/uncomment code with block comments
Advanced Editing

Ctrl + Shift + /


Jetbrains CLion (Windows)
Comment/uncomment with block comment
Editing Shortcuts

Ctrl + Shift + /


Krita Painting 3 (Windows)
Zoom out
Zoom

Ctrl + - / -


MetaTrader MT4 (Windows)
Chart Zoom in/Zoom out
Miscellaneous Shortcuts

+ / -


Jetbrains CLion (Windows)
Expand/collapse code block
Editing Shortcuts

Ctrl + NumPad + / -


Jetbrains CLion (Windows)
Expand all / collapse all
Editing Shortcuts

Ctrl + Alt + NumPad + / -


qBittorrent (Windows)
Top Priority
Edit Menu

Ctrl + Shift + +


Houdini (Windows)
Zoom out
Render View

-


ZBrush 4 (Windows)
Zoom in/Zoom out
Canvas and 2.5D - Canvas Zoom

+ / -


VideoPad Video Editor (Windows)
Zoom Timeline out
Sequence Player

-


VideoPad Video Editor (MacOS)
Zoom Timeline out
Sequence Player

-


VideoPad Video Editor (Windows)
Zoom timeline out
Timeline

-


VideoPad Video Editor (MacOS)
Zoom timeline out
Timeline

-


Quickbooks Online (MacOS)
Next Day / Previous Day
Enter Dates

+ / -


Quickbooks Online (MacOS)
Add / Substract
Calculate Amounts and Rates

+/-


CrazyTalk 8 (Windows)
Zoom out
General Shortcuts

-


ProRealTime (Windows)
Zoom in/Zoom Out
Charts

+ / -


Quickbooks Desktop (Windows)
Change to next day / previous day
Working with Date Fields

[ + ] / -


Quickbooks Online (MacOS)
Increase / Decrease Ref Number
Reference Number Fields (Ref # Fields)

+ / -


Vegas Pro 14 (Windows)
Lower pitch one semitone
Event Selection and Editing

-


Quickbooks Desktop (Windows)
Increase / decrease check or other form number by one
General Editing

[ + ] / -


Visual Studio Code (Windows)
Zoom in/out
Display

Ctrl + =/-


Soundforge (Windows)
Subtract one from the active playlist entry play count
Playlist/Cutlist

-


iClone 7 (Windows)
Zoom out the timeline.
Timeline Shortcuts

-


TVPaint Animation (Windows)
Brush Decrease Size
89 Shortcuts for TVPaint Animation (Windows)

-


RStudio (Windows)
Reflow comment
Source

Ctrl + Shift + /


QCad (Linux)
Zoom Out
View Shortcuts

ZO / -


QCad (Windows)
Zoom Out
View Shortcuts

ZO / -


QCad (MacOS)
Zoom Out
View Shortcuts

ZO / -


Titanium (Windows)
Save All
Other Shortcuts

Ctrl + Shift


Gigabyte Aorus motherboard
Decrease the numeric value or make changes
Classic BIOS setup

-


Surfcam (Windows)
Increase and decrease C-View Plane size
60 Shortcuts for Surfcam (Windows)

Shift and + / -


Geany (Linux)
Column mode editing (rectangular selections)
Finding text,Selecting text

Ctrl + Shift


Geany (Windows)
Column mode editing (rectangular selections)
Finding text,Selecting text

Ctrl + Shift


ChessBase 13
With the analysis engine on: Increase/decrease the number of lines calculated.
Board window

-


Chromebook (Linux)
Change the screen resolution
34 Shortcuts for Chromebook (Linux)

Ctrl + Shift and + / -


SAP Web IDE (Windows)
Toggle block comment (Ctrl+Shift+7 on German language keyboard)
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + Shift + /


Vectorworks (Windows)
Reshape
Basic Palette

-


Vectorworks (MacOS)
Reshape
Basic Palette

-


PhotoFiltre (Windows)
Zoom out
Adjusting image view

-


Inkscape (Windows)
Zoom out
Canvas

-


FEKO (Windows)
Snapping preview: Show coordinates on status bar of point that is hovered over in 3D view
Important CADFEKO Shortcuts

Ctrl + Shift


FEKO (Windows)
Snapping preview: Update values in active field(s) on dialog as mouse is moved over 3D view
Important CADFEKO Shortcuts

Ctrl + Shift


FEKO (Linux)
Snapping preview: Show coordinates on status bar of point that is hovered over in 3D view
Important CADFEKO Shortcuts

Ctrl + Shift


FEKO (Linux)
Snapping preview: Update values in active field(s) on dialog as mouse is moved over 3D view
Important CADFEKO Shortcuts

Ctrl + Shift


Inkscape (MacOS)
Zoom out
Canvas

-


Ulead PhotoImpact 8 (Windows)
Zoom out
View Menu

-


DaVinci Resolve 14 (Windows)
Apply Grade From Two Clip Prior
View and Color

-


DaVinci Resolve 14 (MacOS)
Apply Grade From Two Clip Prior
View and Color

-


IRONCAD (Windows)
Constrain rotation about vertical/horizontal scene axis in 45-degree increments
Orbit Camera Toolbar Button Selected

Ctrl + Shift


Fortnite (PC)
Decrease speed
Replay

-


Modo (Windows)
Tool handle smaller
General Modeling

-


Vivaldi
Page zoom out
Single key shortcuts

-


Modo (Windows)
Increase/decrease subdivision level
General Modeling

Keypad +/-


Modo (MacOS)
Tool handle smaller
General Modeling

-


WinRAR
Deselect group (use numeric keypad)
File menu

-


Maxwell Render (Windows)
Collapse
Polygon Selection

-


Modo (MacOS)
Increase/decrease subdivision level
General Modeling

Keypad +/-


Ableton Live 9 (Windows)
Hide Grouped Tracks
Ctrls for Tracks

-


Ableton Live 9 (Windows)
Zoom out
Zooming, Display and Selection

-


Ableton Live 9 (MacOS)
Hide Grouped Tracks
Commands for Tracks

-


ArtRage 4.5 5 (Windows)
Crayons
Tools

-


KiCAD (Linux)
Switch to Previous Layer
PCB

-


Europa Universalis IV
Slow down the time
General

-


KiCAD (Windows)
Switch to Previous Layer
PCB

-


Ableton Live 9 (MacOS)
Zoom out
Zooming, Display and Selection

-


KiCAD (MacOS)
Switch to Previous Layer
PCB

-


ArtRage 4.5 5 (MacOS)
Crayons
Tools

-


SnapStream
Volume
Playback

-


Foxit Reader (Windows)
Rotate Clockwise
30 Shortcuts for Foxit Reader (Windows)

Ctrl + Shift + +


Foxit Reader (Linux)
Rotate Clockwise
30 Shortcuts for Foxit Reader (Linux)

Ctrl + Shift + +


Huggle
Close tab
Navigation

-


gThumb (Linux)
Zoom out
Viewer

-


The Secret of Monkey Island
Decrease message line speed
Function and Command keys

-


CoSpaces Edu
Zoom out
Orbit camera mode

-


LDCad
Increase/decrease the number of item columns
Partbin

-


Assetto Corsa
Adjust FoV
Showroom

-


MyPaint (Windows)
Zoom out
Show View Menu

-


Battlezone 98 Redux
Zoom out (Edit mode)
Camera views

-


SolveSpace (Windows)
Zoom Out
View Menu

-


SolveSpace (MacOS)
Zoom Out
View Menu

-


GeoGebra
Move selected point along path/curve
Windows shortcuts

-


TopSolid (Windows)
Reduce The Simulation Speed
Simulation

-


KiCad 5.0.2
Switch to previous layer
GerbView

-


TopSolid (Windows)
Increase The Verification Speed
Verification

-


TopSolid (Windows)
Rotate The Selected Clamp In The Clockwise Direction
Part Clamping

-


FlexiSign Pro 8.1 (Windows)
Remove Point
Path Editing

-


FlexiSign Pro 8.1 (MacOS)
Remove Point
Path Editing

-


Solidwork Composer (Windows)
Decreases navigation speed in Fly Through mode
35 Shortcuts for Solidwork Composer (Windows)

- / Down Arrow


Figma (Web Application)
Zoom Out
View

-


NetSuite
Decrement date one day
Date fields

-


Pharaoh
Chief Overseer
Overseers

-


DayZ
Zoom out
General

-


Figma (Web Application)
Keyboard Shortcuts
Misc

Ctrl + Shift + /


Adobe Illustrator (Mac)
Delete Anchor Point tool
Select tools

-


Adobe Illustrator
Delete Anchor Point tool
Select tools

-


Substance Painter
Decrease/Increase size
Non-editable shortcuts

-


Substance Painter (Mac)
Decrease/Increase size
Non-editable shortcuts

-


Adobe Photoshop Elements (Windows)
Turn Strikethrough on/off
Text

Ctrl + Shift + /


Adobe Photoshop Elements (MacOS)
Cycle through blending modes
Painting and Brushes

Shift + + / -


Adobe Photoshop Elements (Windows)
Cycle through blending modes
Painting and Brushes

Shift + + / -


Ableton Live 10 (Mac)
Zoom Out
Zooming, Display and Selections

-


Ableton Live 10
Zoom Out
Zooming, Display and Selections

-


ARK: Survival Evolved
Neutral
Whistles

-


Altium Designer (Windows)
expand/contract segment of code
Embedded Software Editor (.c]then[.asm) Shortcuts

Left Click on code outline + /-


Altium Designer (Windows)
expand/contract all code segments
Embedded Software Editor (.c]then[.asm) Shortcuts

Ctrl + Double Left Click on code outline + /-


Altium Designer (Windows)
expand/contract segment of code
VHDL Editor Shortcuts

Left Click on code outline + /-


Altium Designer (Windows)
expand/contract all code segments
VHDL Editor Shortcuts

Ctrl + Left Click on code outline + /-


QuickBooks Desktop
Previous day
Date Shortcuts

-


QuickBooks Desktop (Mac)
Previous day
Dates

-


Shotcut (Mac)
Zoom Out
Timeline

-


Shotcut
Zoom Out
Timeline

-


WorkZone Client
Add a date in the past
Set a date

-


Atlassian JIRA Agile
Expand/Collapse All Swimlanes
Agile

-


Quicken 2018
Decrease or increase a security price by 1/16
Investments

-


Adobe Bridge CC (Mac)
Zoom out with Loupe tool
Other most used shortcuts

-


Adobe Bridge CC
Zoom out with Loupe tool
Other most used shortcuts

-


Adobe Lightroom Classic (Mac)
Increase/decrease selected slider in small increments
Working in the Develop module

-


Adobe Lightroom Classic
Increase/decrease selected slider in small increments
Working in the Develop module

-


AI War Classic
Decrease game simulation speed
General

-


SQL Server Profiler
Collapse a trace grouping
View menu

-


PaintShop Pro 2018
Zoom out
Single key shorcuts

-


Nuke
Zoom-out
Node graph

-


Adobe Animate CC (Windows)
Delete anchor point
Tools

-


Diablo
Zoom the map out
General

-


Adobe Animate CC (Mac)
Delete anchor point
Tools

-


Terraria
Zoom out
Map

-


Bing Maps
Zoom out
General

-


World of Tanks
Minimize the battle map
Misc

-


Don't Starve (PC)
Hotkeys for 12 leftmost slots in the Inventory
General

-


StarCraft 2
Decrease playing speed
Replay mode

-


Inkscape
Zoom out
Canvas

-


MyPaint
Zoom out
View

-


Adobe Premiere Pro (Mac)
Zoom Out
Sequence

-


Adobe Premiere Pro (Windows)
Zoom Out
Sequence

-


ImageJ
Make image smaller
General

-


LightWave 3D
Clear selected item from scene
Layout: Items

-


Dota 2
Reduces the speed at which the replay plays
Spectator & replay controls

-


Clipboard Master
Reduce area on all sides by 1 pixel
Screenshots

-


Adobe Photoshop CC
Select the previous point on the curve
Using curves

-


Riffstation Desktop
Zoom out
General

-


Corel Painter
Insert script delay
Other commands

-


Corel Painter (Mac)
Insert script delay
Other commands

-


Adobe Audition (Mac)
Zoom out horizontally
Playing and zooming audio

-


Adobe Audition
Zoom out horizontally
Playing and zooming audio

-


Ardour
Zoom out
Changing what's visible

-


Kodi
Zoom out
Picture slide show

-


LibreOffice Draw
Zooms out
Drawings

-


LibreOffice Impress
Zoom out
Normal view

-


Sea of Thieves
Map Table: Zoom In/Out
Sailing

-


MindMeister
Zoom out
General

-


Guitar Pro
Increase or decrease (Whole note, half note...)
Note - Duration

-


Google Photos
Zoom
Actions

-


FastStone Image Viewer
Zoom out on the image
General

-


Sumatra PDF
Zoom out
Viewing state

-


REAPER
View: Zoom out horizontally
Section: MIDI Editor

-


IrfanView
Zoom out
View and zoom

-


ACDSee Free
Decreases the magnification area of the image (zooms out)
General

-


Windows Movie Maker
Collapse the Video track when it is selected in the timeline
Timeline

-


SQL Server Management Studio (SSMS)
Expand or collapse all panes
Activity Monitor

-


WinSCP
(numpad) Deselect group
File selection

-


GOM Player
Decrease video size
Pan & scan

-


Google Maps
Zoom out
Street View

-


Microsoft Access 2016
Remove the selected data column from the query output
Working with panes: Using diagram pane

-


iTunes 11 for Windows
Close the selected item's disclosure triangle
With full keyboard navigation enabled

-


Portal 2
Push surfaces, carve volumes
Portal 2 Puzzle Maker

-


File Explorer
Collapse the selected folder
Num pad

-


Opera
Decrease zoom % by steps of 10
Zooming

-


Windows 10 Maps
Zoom out in 3D Cities view
General

-