PyCharm 2018.2

General

Save all files and settings.

Ctrl + S

All hotkeys for PyCharm 2018.2

Advanced editing
Comment/uncomment current line or selected block with line comments.

Ctrl + /

Advanced editing
Comment/uncomment code with block comments.

Ctrl + ↑   Shift + /

Advanced editing
Show a pop-up window with the documentation for the symbol at the caret.

Ctrl + Q

Advanced editing
Show a pop-up window with the documentation for the symbol at the caret.

Alt + Mouse right click

Advanced editing
Show the Highlighting level pop-up window to configure highlighting in the current file.

Ctrl + ↑   Shift + Alt + H

Advanced editing
Show parameters of the method call at the caret.

Ctrl + P

Advanced editing
Show the current method or class declaration when it is not visible.

Alt + Q

Advanced editing
Show an error or warning description at the caret.

Ctrl + F1

Advanced editing
Open browser with the documentation for the selected item.

↑   Shift + F1

Advanced editing
Override base class methods in the current class.

Ctrl + O

Advanced editing
Surround selected code fragment with if, do, tags or other constructs.

Ctrl + Alt + T

Advanced editing
Code completion for any class, method or variable.

Ctrl + Space

Advanced editing
Goes through the names of classes, methods, keywords and variables in the current visibility scope.

Alt + /

Advanced editing
Code Completion filtering the lookup list basing on expected type.

Ctrl + ↑   Shift + Space

Advanced editing
Show a pop-up list of starting with a specified prefix.

Ctrl + J

Advanced editing
Surround the selection with one of the templates.

Ctrl + Alt + J

Basic editing
Move the selected block to the next indentation level.

⭾ Tab

Basic editing
Move the selected block to the previous indentation level.

↑   Shift + ⭾ Tab

Basic editing
In the editor: enter a new line and set the caret at its beginning. On pressing Enter, PyCharm adds backslash character to avoid syntactical errors.

⤶ Enter

Basic editing
In other views: remove selected items

Del

Basic editing
Delete a character to the left of the caret.

⬅ Backspace

Basic editing
Undo last operation.

Ctrl + Z

Basic editing
Redo last undone operation.

Ctrl + ↑   Shift + Z

Basic editing
Cut a current line or a selected code block to the Clipboard.

Ctrl + X

Basic editing
Copy a current line or a selected code block to the Clipboard.

Ctrl + C

Basic editing
Paste from the Clipboard to the caret location.

Ctrl + V

Basic editing
Paste selected entry from the Clipboard to the caret location.

Ctrl + ↑   Shift + V

Basic editing
Move the caret one line up.

Basic editing
Move the caret one line up selecting the text.

↑   Shift +

Basic editing
Move the caret one line down.

Basic editing
Move the caret one line down selecting the text.

↑   Shift +

Basic editing
Move the caret one character to the left.

Basic editing
Move the caret one character to the left selecting the text.

↑   Shift +

Basic editing
Move the caret one character to the right.

Basic editing
Move the caret one character to the right selecting the text.

↑   Shift +

Basic editing
Move the caret down to the page bottom.

Ctrl + Page Down

Basic editing
Move the caret down to the page bottom, selecting the text.

Ctrl + Shift + Page Down

Basic editing
Move the caret up to the page top.

Ctrl + Page Up

Basic editing
Move the caret up to the page bottom, selecting the text.

Ctrl + Shift + Page Up

Basic editing
Move the caret one page down.

Page Down

Basic editing
Move the caret one page down, selecting the text.

Shift + Page Down

Basic editing
Move the caret one page up.

Page Up

Basic editing
Move the caret one page up, selecting the text.

Shift + Page Up

Basic editing
Scroll the text one line down.

Ctrl +

Basic editing
Scroll a line at caret to the center of the screen.

Ctrl + M

Basic editing
Scroll the text one line up.

Ctrl +

Basic editing
Move the caret to the end of line.

End

Basic editing
Move the caret to the end of line, selecting the text.

↑   Shift + End

Basic editing
Move the caret to the beginning of line.

Home

Basic editing
Move the caret to the beginning of line, selecting the text.

↑   Shift + Home

Basic editing
Move the caret to the next word.

Ctrl +

Basic editing
Move the caret to the next word, selecting it.

Ctrl + ↑   Shift +

Basic editing
Move the caret to the previous word.

Ctrl +

Basic editing
Move the caret to the previous word, selecting it.

Ctrl + ↑   Shift +

Basic editing
Move the caret to the end of text.

Ctrl + End

Basic editing
Move the caret to the end of text, selecting it.

Ctrl + ↑   Shift + End

Basic editing
Move the caret to the beginning of text.

Ctrl + Home

Basic editing
Move the caret to the beginning of text, selecting it.

Ctrl + ↑   Shift + Home

Basic editing
Select the entire text opened in the editor.

Ctrl + A

Basic editing
Delete the line where the caret is currently located.

Ctrl + Y

Basic editing
Delete the word starting from the current caret location up to the word end.

Ctrl + Del

Basic editing
Delete the word starting from the current caret location up to the word start.

Ctrl + ⬅ Backspace

Basic editing
Toggle insert/overwrite modes.

Insert

Basic editing
Duplicate selected block or the line at the caret.

Ctrl + D

Basic editing
Toggle case of the selected text block.

Ctrl + ↑   Shift + U

Navigation in source code
Navigate to the end of the current code block.

Ctrl + ]

Basic editing
Move the caret to the current code block end, selecting the code beginning from the initial caret location.

Ctrl + ↑   Shift + ]

Navigation in source code
Navigate to the start of the current code block.

Ctrl + [

Basic editing
Move the caret to the current code block start, selecting the code beginning from the initial caret location.

Ctrl + ↑   Shift + [

Basic editing
Start a new line after the current one positioning the caret in accordance with the current indentation level.

↑   Shift + ⤶ Enter

Basic editing
Start a new line before the current one.

Ctrl + Alt + ⤶ Enter

Basic editing
Concatenate the selected lines into one or concatenate the line where the caret is currently located with the next line.

Ctrl + ↑   Shift + J

General
In the editor: Intelligently split the current line into 2 lines, shifting quotes, etc. as necessary.

Ctrl + ⤶ Enter

Basic editing
Select successively increasing code blocks starting from the current caret location.

Ctrl + W

Basic editing
Remove sequentially the selection made by the action.

Ctrl + ↑   Shift + W

Basic editing
Indent the current line or selected block according to the Code Style settings.

Ctrl + Alt + I

Navigation Between IDE Components
Expand all nodes in a tree view.

Ctrl + Num +

Navigation Between IDE Components
Collapse all nodes in a tree view.

Ctrl + Num -

Code folding
Expand the current folded fragment and all the subordinate collapsed folding regions within that fragment

Ctrl + Alt + Num +

Code folding
Collapse the current folding region and all the subordinate folding regions within it

Ctrl + Alt + Num -

Code folding
Expand all collapsed fragments within the selection, or, if nothing is selected, expand all the collapsed fragments in the current file

Ctrl + ↑   Shift + Num +

Code folding
Collapse all folding regions within the selection, or, if nothing is selected, collapse all the folding regions in the current file

Ctrl + ↑   Shift + Num -

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 1

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 2

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 3

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 4

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 5

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 1

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 2

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 3

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 4

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 5

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

Ctrl + .

Running and debugging
Repeat execution with the same settings, with the same tab of the editor having the focus.

↑   Shift + F10

Running and debugging
Quickly select run/debug configuration and run or edit it.

↑   Shift + Alt + F10

Running and debugging
Repeat execution with the same settings, with the same tab of the Run tool window having the focus.

Ctrl + F5

Running and debugging
Debug a program.

↑   Shift + F9

Running and debugging
Quickly select run/debug configuration and debug or edit it.

↑   Shift + Alt + F9

Running and debugging
Step to the next line in the current file. See Stepping Through the Program.

F8

Navigation Between IDE Components
Navigate to the next difference in view.

F7

Navigation Between IDE Components
Navigate to the previous difference in view.

↑   Shift + F7

Running and debugging
Step to a first executed line after returning from the current method. See Stepping Through the Program.

↑   Shift + F8

Running and debugging
Run until the next line in this method or file, skipping the methods referenced at the current execution point and ignoring breakpoints. See Stepping Through the Program.

↑   Shift + Alt + F8

Running and debugging
Steps into the method called in the current execution point even if this method is to be skipped. See Stepping Through the Program.

↑   Shift + Alt + F7

Running and debugging
Run to the line where the caret is located. See Stepping Through the Program.

Alt + F9

Running and debugging
Run to the line where the caret is located, ignoring breakpoints. See Stepping Through the Program.

Ctrl + Alt + F9

Running and debugging
Resume program execution.

F9

Navigation in source code
Navigate to the previous found error/warning.

↑   Shift + F2

Running and debugging
Evaluate an arbitrary expression.

Alt + F8

Running and debugging
Evaluate an arbitrary expression without calling Evaluate Expression dialog.

Ctrl + Alt + F8

Running and debugging
Toggle breakpoint at the current line.

Ctrl + F8

Running and debugging
View/manage all breakpoints.

Ctrl + ↑   Shift + F8

General
Close an active tab in a tool window (for example, Find tool window).

Ctrl + ↑   Shift + F4

General
Close an active editor.

Ctrl + F4

General
Open an editor for the selected item or items and give focus to the last opened file.

F4

General
In a tool window: return focus to the editor.

Esc

General
Export contents of a tool window to a text file. This feature applies to the Version Control Tool Window, Messages Tool Window, and the other tool windows that provide the export button icons toolbarDecorator export svg on the window toolbar.

Alt + O

General
Create a new class, file or directory. See Populating Modules.

Alt + Insert

General
Save all files and settings.

Ctrl + S

General
When several tabs are open in the editor or a view, open the next tab to the right (or first tab if the current one is the last).

Alt +

General
When several tabs are open in the editor or a view, open the next tab to the left (or last tab if the current one is the first).

Alt +

General
Display intention actions (if any) for the code where the caret is currently located, or the selected GUI component in a form.

Alt + ⤶ Enter

General
Detect all externally changed files and reload them from disk.

Ctrl + Alt + Y

Search
Initiate text search.

Ctrl + F

Search
Initiate text search and replace.

Ctrl + R

Search
Navigate to the next/previous occurrence of a selected word in the editor.

F3

Search
Navigate to the next/previous occurrence of a selected word in the editor.

↑   Shift + F3

Search
Search in the editor for the word where the caret is currently located.

Ctrl + F3

Search
Initiate search for a text string in the specified scope.

Ctrl + ↑   Shift + F

Search
Initiate search and replace in the specified scope.

Ctrl + ↑   Shift + R

Search
Initiate search for usages of the selected symbol in the specified scope.

Alt + F7

Search
Initiate search for usages of the selected symbol in the current file.

Ctrl + F7

Search
Highlight usages of a symbol at caret.

Ctrl + ↑   Shift + F7

Search
Show usages of a symbol at caret in a pop-up window. Use list of found usages to jump to the desired location

Ctrl + Alt + F7

Search
Find an action, bypassing menus. See Finding Actions.

Ctrl + ↑   Shift + A

Navigation between bookmarks
Navigate to a numbered bookmark with the corresponding number.

Ctrl + 1 - 9

Navigation between bookmarks
Turn anonymous bookmark on or off.

F11

Navigation between bookmarks
Turn bookmark with mnemonic on or off.

Ctrl + F11

Navigation between bookmarks
Open Bookmarks dialog to manage existing bookmarks and navigate between them.

↑   Shift + F11

Navigation in source code
Move focus from the current file, class, method or reference to a data source table to a view suggested in the Select Target pop-up menu. See Navigating Between IDE Components.

Alt + F1

Navigation Between IDE Components
Navigate between files opened in the editor, and tool windows.

Ctrl + ⭾ Tab

Navigation Between IDE Components
Open a tool window with the specified number.

Alt + 1 - 9

Navigation Between IDE Components
Hide the currently active tool window.

↑   Shift + Esc

Navigation Between IDE Components
Activate the last focused tool window.

F12

Navigation in source code
Display the Structure pop-up window for quick navigation through the current file.

Ctrl + F12

Navigation in source code
Show the list of recently opened files.

Ctrl + E

Navigation in source code
Show the list of recently updated files .

Ctrl + ↑   Shift + E

Navigation in source code
Browse hierarchy for the selected class class.

Ctrl + H

Navigation in source code
Navigate directly to a class in project by specifying its name in a pop-up dialog box.

Ctrl + N

Navigation in source code
Navigate directly to a file in project by specifying its name in a pop-up dialog box.

Ctrl + ↑   Shift + N

Navigation in source code
Navigate to any line in the current file by specifying its number.

Ctrl + G

Navigation in source code
Navigate to declaration of a symbol at caret.

Ctrl + B

Navigation in source code
Navigate to implementation of the item at caret.

Ctrl + Alt + B

Navigation in source code
Navigate to a type declaration of a symbol at caret, the symbol being a variable or a method call.

Ctrl + ↑   Shift + B

Navigation in source code
Navigate to a super method declaration of a method under the caret.

Ctrl + U

Navigation in source code
Navigate to a test for the class at caret, if any, or navigate from a test to a test subject.

Ctrl + ↑   Shift + T

Navigation in source code
Navigate between files with complicated relationships between them. For example, use this shortcut to navigate between views and templates

Ctrl + Alt + Home

Navigation in source code
Navigate to the next method declaration in the active editor tab.

Alt +

Navigation in source code
Navigate to the previous method declaration in the active editor tab.

Alt +

Navigation in source code
Undo last navigation operation.

Ctrl + Alt +

Navigation in source code
Redo last undone navigation operation.

Ctrl + Alt +

Navigation in source code
Navigate to a previous found item.

Ctrl + Alt +

Navigation in source code
Navigate to a next found item.

Ctrl + Alt +

Navigation in source code
Move through the most recent change points.

Ctrl + ↑   Shift + ⬅ Backspace

Navigation in source code
Navigate to the next found error/warning.

F2

Refactoring
Rename the selected file, class, field, method, etc. and change all references to it accordingly.

↑   Shift + F6

Refactoring
Change the signature of the selected method and update all the corresponding method calls.

Ctrl + F6

Refactoring
Move the selected class, package or static member to another package or class and update all the corresponding references.

F6

Refactoring
Create a copy of the selected class, file or directory in the same or different directory or package.

F5

Refactoring
Delete the selected class, method or field checking its usages.

Alt + Del

Refactoring
Turn the selected code fragment into a method.

Ctrl + Alt + M

Refactoring
Create a new variable and use the selected expression as its value.

Ctrl + Alt + V

Refactoring
Create a new field and use the selected expression as its value.

Ctrl + Alt + F

Refactoring
Create a new constant (static final field) and use the selected expression as its value.

Ctrl + Alt + C

Refactoring
Turn the selected expression into a new method parameter.

Ctrl + Alt + P

Refactoring
Inline the selected method or variable.

Ctrl + Alt + N

Similar combinations for other applications


Open Office Writer 3 (Linux)
Save file
Manage Files

Ctrl + S


Eclipse Helios (Windows)
Save current file
Manage Files and Projects

Ctrl + S


Novell Evolution 2 (Linux)
Save selected item
General

ctrl + s


Civilization V (Windows)
Save
General Hotkeys

Ctrl + s


Microsoft Word 2007 (Windows)
Save a document.
Working with documents: Create, view, and save documents

Ctrl + S


Microsoft Word 2007 (Windows)
Save a document.
Working with documents: Create, view, and save documents

Ctrl + S


Google Mail (Windows)
Save Message. Cursor should be in field
Main Window - Manage Single Messages

Ctrl + S


Emacs 23.2.1 (Linux)
Incremental search
Search

Ctrl + S


Microsoft Word 2007 (Windows)
Save a document.
Working with documents: Create, view, and save documents

Ctrl + S


Google Chrome (Windows)
Save changes to local modifications
Manage Chrome DevTools - Sources Panel

Ctrl + S


Microsoft Outlook 2010 (Windows)
Save Message
Messages in Main View - Manage Messages

Ctrl + S / Shift + F12


Microsoft Projects 2010 (Windows)
Save Project
Access Projects 2010 Features

Ctrl + S


KDevelop (Linux)
Save file
Manage Files

Ctrl + S


Google Chrome (Windows)
Save timeline data
Manage Chrome DevTools - Timeline Panel

Ctrl + S


SharpDevelop 4.0 (Windows)
Save the current file
Manage SharpDevelop Projects

Ctrl + S


Thunderbird (Windows)
Save draft
Compose and Edit Message

Ctrl + S


Thunderbird (Linux)
Save draft
Compose and Edit Message

Ctrl + S


Unity3D 3 (Windows)
Save
Manage Files

Ctrl + s


Firefox (Linux)
Save page as
Inside Webpages

Ctrl + S


Thunderbird (Windows)
Save Message as File
Other Shortcuts

Ctrl + S


Firefox (Windows)
Save page as
Inside Webpages

Ctrl + S


Google Chrome (Linux)
Save changes to local modifications
Manage Chrome DevTools - Sources Panel

Ctrl + S


Thunderbird (Linux)
Save Message as File
Other Shortcuts

Ctrl + S


Google Chrome (Linux)
Save timeline data
Manage Chrome DevTools - Timeline Panel

Ctrl + S


Google Chrome (Windows)
Save current webpage
Access Browser Features

Ctrl + S


Zune (Windows)
Stop playing
Playing Songs

Ctrl + S


Microsoft Outlook 2010 (Windows)
Save Message
Messages in Compose View - Manage Messages

Ctrl + S / Shift + F12


Inpage (Windows)
To save document
For File Releated

Ctrl + s


Tekla Structures 14.0 (Windows)
Save
General shortcuts

Ctrl + s


Microsoft PowerPoint 2003 (Windows)
Save
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + S


Google Chrome (Linux)
Save current webpage
Access Browser Features

Ctrl + S


Microstation v8i (Windows)
Save changes
Managing Design Files

Ctrl + S


Google Docs (Windows)
Save
Manage Google Docs

Ctrl + S


Notepad++ 5 (Windows)
Save current document.
Basic File Management

Ctrl + S


MyLifeOrganized (Windows)
Save
Managing Files

Ctrl + S


Vuescan (Windows)
Save
14 Shortcuts for Vuescan (Windows)

Ctrl + S


Total Commander 8 (Windows)
Open Quick Filter dialog and activate filter (deactivate with ESC or CTRL+F10)
Main Shortcuts

Ctrl + s


Microsoft Outlook 2010 (Windows)
Save Message
Calendar Shortcuts - Manage Messages

Ctrl + S / Shift + F12


Opera (Linux)
Save page
System

Ctrl + S


Oracle SQL Developer 4 (Windows)
Save
DBMS Output

Ctrl + S


Smartplant Review (Windows)
Save
Standard Control Keys

Ctrl + s


Oracle SQL Developer 4 (Windows)
Save Image
Metrics

Ctrl + S


Evernote (Windows)
Save current note explicitly (notes are also saved automatically)
Note Editor

Ctrl + s


UltraEdit (Windows)
Save the active document
File Menu

Ctrl + S


Visual Studio 2015 (Windows)
Save current file
Manage Visual Studio

Ctrl + S


Sublime Text (Windows)
Save file
Menu Control

Ctrl + S


Visual Studio 2015 (Windows)
Find current document in Solution Explorer
Manage Visual Studio

Ctrl - [ / Ctrl + S


VLC Media Player (MacOS)
Advanced open file
Movie Navigation

Ctrl + R / Ctrl + S


AutoCAD 2012 (Windows)
Save drawing
Manage Drawings

Ctrl + S


Texmaker 4.0.2 (Windows)
Save
"File" menu

Ctrl + S


FreeMind 0.9.0 (Windows)
Save map
File commands

Ctrl + S


CATIA V5 (Windows)
Save document
38 Shortcuts for CATIA V5 (Windows)

Ctrl + S


Vuescan (Linux)
Save
12 Shortcuts for Vuescan (Linux)

Ctrl + S


Photoshop Lightroom 4 (Windows)
Save metadata to file
Metadata and Keywords in the Library module

Ctrl + S


FL Studio (Windows)
Save file
File Operations

Ctrl + S


Directory Opus (Windows)
Select by pattern
Edit Menu

Ctrl + S


Photoshop Lightroom 4 (Windows)
Save slide show settings
Slideshow module

Ctrl + S


Beyond Compare (Windows)
Save file
File Menu

Ctrl + S


Microsoft Word 2013 (Windows)
Save document
Manage Word Documents and View

Ctrl + S


Photoshop Lightroom 4 (Windows)
Save print settings
Print module

Ctrl + S


Gwenview (Linux)
Save any changes made to the image.
30 Shortcuts for Gwenview (Linux)

Ctrl + S


Photoshop Lightroom 4 (Windows)
Save web gallery settings
Web module

Ctrl + S


Pro Tools (Windows)
Save
File Menu

Ctrl + S


IntelliJ (Linux)
Save all
General

Ctrl + S


Axialis IconWorkshop (Windows)
Save
File Menu

Ctrl + S


WinRAR (Windows)
Settings...
Options Menu

Ctrl + S


IntelliJ (Windows)
Save all
General

Ctrl + S


Qt Creator (Windows)
Save
General

Ctrl + S


Qt Creator (MacOS)
Save
General

Ctrl + S


Comsol 5 (Windows)
Save a model file
Model Tree

Ctrl + S


Comsol 5 (Linux)
Save a model file
Model Tree

Ctrl + S


Autodesk Maya 2015 (Windows)
File - Save Scene
File Operation

Ctrl + S


FileMaker Pro (Windows)
Assign Summary
Layout Mode Shortcuts - Assign Field Types for Databases

Ctrl + S


Linux Mint (Linux)
Select items matching a pattern (opens a dialog where you type in a pattern. All items matching that pattern are selected)
File Manager (Nemo) - Selecting Items

Ctrl + S


Atom (text editor) 1.0 (Linux)
Save
File Management

Ctrl + s


Notepad++ 6 (Windows)
Save File
File menu

Ctrl + S


Atom (text editor) 1.0 (Windows)
Save
File Management

Ctrl + S


Microsoft Excel 2013 (Windows)
Save the active file with its current file name, location, and file format
Various Excel Features

Ctrl + S


Qt Creator (MacOS)
Activate search in Help mode
Help

Ctrl + S


Qt Creator (Windows)
Activate search in Help mode
Help

Ctrl + S


Camtasia 8 (Windows)
Save project
Manage Camtasia Projects

Ctrl + S


Prezi (Web Application)
Save prezi
Editing

Ctrl + S


Skype for Business (Lync) 2016 (Windows)
Save the contents of IM history
Conversation window

Ctrl + S


Adobe Photoshop CC (Windows)
Save
Basic Shortcuts for Photoshop CC 2015 - File Basics

Ctrl + S


FreeMeta (Windows)
Search selected word on web.
FreeMeta software all shortcut keys

Ctrl + S


Microsoft Excel 2010 (Windows)
Save the active file with its current file name, location, and file format.
Various Excel Features

Ctrl + S


Console2 (Windows)
Settings dialog
30 Shortcuts for Console2 (Windows)

Ctrl + S


FileMaker Pro (Windows)
Assign Summary
Text Shortcuts - Assign Field Types for Databases

Ctrl + S


Clink (Windows)
Incremental history search
Clink Commands

Ctrl + S


Access 2016 (Windows)
Save Database
Database Operation

Ctrl + S / Shift + F12


Google Slides (Windows)
Save
General Slides Shortcuts

Ctrl + S


Clink (Windows)
forward-search-history
BASH (GNU Readline) Line Editing

Ctrl + S


Autodesk Maya 2017 (Windows)
File - Save Scene
File Operation

Ctrl + S


Microsoft Excel 2016 (Windows)
Save File with current file name
Select Cells - Open and Save Workbooks

Ctrl + S


Corel VideoStudio X9.5 (Windows)
Save Project
File Tab Operations

Ctrl + S


Android Studio (Windows)
Save
Text Basic Shortcuts

Ctrl + S


Microsoft Edge Browser (Windows)
Export as HAR (on Network tab)
Developer Tools (the following shortcuts are only applicable within the Developer Tools section)

Ctrl + S


Onshape (Windows)
Display Sheet menu
Drawings

Ctrl + S


Microsoft PowerPoint 2016 (Windows)
Save Presentation
Edit and General Text Operations

Ctrl + S / Ctrl + Q


Microsoft Edge Browser (Windows)
Export profiling session (on Performance, Memory tabs)
Developer Tools (the following shortcuts are only applicable within the Developer Tools section)

Ctrl + S


Adobe Premiere CC (Windows)
Save Project
General Shortcuts

Ctrl + S


Microsoft Visio 2016 (Windows)
Save Diagram
File Operation

Ctrl + S


Photoshop Lightroom CC (Windows)
Save metadata to file
Metadata and Keywords in Library Module

Ctrl + S


Access 2010 (Windows)
Save a database object (or Shift+f12)
Manage Databases

Ctrl + S


FileMaker Pro (Windows)
Assign Summary
Database Management Shortcuts - Assign Field Types for Databases

Ctrl + S


Nuke 10 (Windows)
Save current project
Global Shortcuts

Ctrl + S


Nuke 10 (Linux)
Save current project
Global Shortcuts

Ctrl + S


Microsoft Excel 2016 (Windows)
Save File with current file name
Format Cells - Open and Save Workbooks

Ctrl + S


Adobe Photoshop CC (Windows)
Save
Manage Panels - File Basics

Ctrl + S


FileMaker Pro (Windows)
Sort
General keyboard shortcuts (Windows)

Ctrl + S


Corel Painter 2017 (Windows)
Save
General Shortcuts

Ctrl + S


FileMaker Pro (Windows)
Save a script
General keyboard shortcuts (Windows)

Ctrl + S


Photoshop Lightroom CC (Windows)
Save slide show settings
Slideshow Module

Ctrl + S


Finale (Windows)
Save
File Menu

Ctrl + S


FileMaker Pro (Windows)
Save a layout
General keyboard shortcuts (Windows)

Ctrl + S


InDesign CC (Windows)
Save
File Menu Shortcuts

Ctrl + S


Photoshop Lightroom CC (Windows)
Save print settings
Print Module

Ctrl + S


Photoshop Lightroom CC (Windows)
Save web gallery settings
Web Module

Ctrl + S


ArchiCAD 20 (Windows)
Save
File Menu Commands

Ctrl + S


IMVU (Windows)
Furni Scale Tool
Tools

Ctrl + S


FileMaker Pro (Windows)
Sort records
Browse-Mode Shortcuts

Ctrl + S


Anime Studio (Windows)
Save
General Shortcuts

Ctrl + S


3D Coat (Windows)
Save File
File Menu

Ctrl + S


Microsoft Excel 2016 (Windows)
Save File with current file name
Formulas - Open and Save Workbooks

Ctrl + S


Hexagon 2 (Windows)
Save
General Shortcuts

Ctrl + S


Zoho Writer (Windows)
To Save Document
General

Ctrl + S


Adobe After Effects CC (Windows)
Save Project
Saving, Exporting, and Rendering

Ctrl + S


Dynamics CRM 2015 (Windows)
Save
Form Keyboard Shortcuts

Ctrl + S / Shift + F12


Dynamics SL 2015 (Windows)
Save
General Shortcuts

Ctrl + S


Microsoft Word 2016 (Windows)
Save Document
General Operation

Ctrl + S / F12


Wondershare Editor (Windows)
Save project file
File/Project

Ctrl + S


Dynamics AX 2015 (Windows)
Save changes to a form.
Working with Forms

Ctrl + S


Dynamics SL 2015 (Windows)
Save
Navigation in forms

Ctrl + S / Shift + F12


Dynamics CRM 2015 (Windows)
Saves the open snap-in console.
MMC Shortcuts(Microsoft Management Console)

Ctrl + S


Windows Movie Maker (Windows)
Save a project
General

Ctrl + S


Age of Empires (Windows)
Go to blacksmith
Game Commands

Ctrl + S


GIMP (Linux)
Save Image
File

Ctrl + S


Microsoft Projects 2016 (Windows)
Save a project file.
File Management

Ctrl + S


Microsoft Excel 2016 (Windows)
Save File with current file name
Manage Workbooks - Open and Save Workbooks

Ctrl + S


Dynamics CRM 2015 (Windows)
Save a record
General Purpose Shortcuts

Ctrl + S


Apple Motion (MacOS)
For an audio track, enable/disable the Solo button of the selected track; for an object, solo the object
Object Menu

Ctrl + S


Zoho Show (Windows)
Save File
File Operations

Ctrl + S


GIMP (Windows)
Save Image
File operations

Ctrl + S


Autodesk Inventor 2017 (Windows)
Save
General

Ctrl + S


Autodesk Revit Architecture (Windows)
Save
Application menu

Ctrl + S


AutoCAD 2016 (Windows)
Saves current drawing
General

Ctrl + S


Silhouette Studio (Windows)
Save
General

Ctrl + S


Apple Motion (MacOS)
Enable/disable the Solo button of a selected track
Audio List Controls

Ctrl + S


Microsoft Excel 2016 (Windows)
Save File with current file name
Excel Auto Tables and Data Forms - Open and Save Workbooks

Ctrl + S


AutoCad Architecture 2017 (Windows)
Save
General

CTrl + S


Act! CRM (Windows)
Save File/Database
General Shortcuts

Ctrl + S


1Password (Windows)
Save the item that is being edited.
General Shortcuts

Ctrl + S


1Password (Windows)
Save any changes to the item being edited.
Main Program Shortcuts

Ctrl + S


Todoist (Web Application)
Manually Sync
Android Only Shortcuts

Ctrl + S


Apple Motion (MacOS)
Enable/disable the Solo button of a selected track
Layers

Ctrl + S


JetBrains RubyMine (Windows)
Save All
General Shortcuts

Ctrl + S


JetBrains RubyMine (Linux)
Save All
General Shortcuts

Ctrl + S


Logic Pro X (MacOS)
Solo Mode
General Controls

Ctrl + S


JetBrains PyCharm (Windows)
Save All
General Shortcuts

Ctrl + S


SalesForce (Web Application)
Save
Console Controls

Ctrl + S


Google Blogger (Web Application)
Autosave and Keep editing
15 Shortcuts for Google Blogger (Web Application)

Ctrl + S


FileZilla (Windows)
Opens the Site Manager
28 Shortcuts for FileZilla (Windows)

Ctrl + S


Logic Pro X (MacOS)
Cable Serially
Environment

Ctrl + S


Zimbra Collaboration Suite 8 (Windows)
Send Message
Mail Compose Form

Ctrl + S / Ctrl + Enter


Adobe Flash Builder (Windows)
Save File
24 Shortcuts for Adobe Flash Builder (Windows)

Ctrl + S


Zimbra Collaboration Suite 8 (Windows)
Save Contact
Edit Contact Form

Ctrl + S


Autodesk SketchBook Pro (Windows)
Save
General Shortcuts

Ctrl + S


Zimbra Collaboration Suite 8 (Windows)
Save Appointment
Edit Appointment Form

Ctrl + S


Cloud9 (Windows)
Save
File Operations

Ctrl + S


BrainSuite (Windows)
Toggle show Surfaces
Main Window

Ctrl + S


JetBrains PhpStorm (Windows)
Save All
General Shortcuts

Ctrl + S


Adobe XD (Experience Design) (Windows)
Save
File Menu

Ctrl + S


Autodesk Mudbox 2017 (Windows)
Save current scene
File Input and Output

Ctrl + S


JetBrains PhpStorm (Linux)
Save All
General Shortcuts

Ctrl + S


Bash (Linux)
Go back to Next Most Recent Command
History

Ctrl + S


Adobe RoboHelp (Windows)
Save Project
General Shortcuts

Ctrl + S


Zoho Mail (Web Application)
Save Draft
Predefined Shortcuts

Ctrl + S


Daz 3D Bryce 7 (Windows)
Save
Menus

Ctrl + S


Bash (Linux)
Stop Output to Screen
Process Controls

Ctrl + S


Daz 3D Carrara 8 (Windows)
Save
Application - File

Ctrl + S


DAZ Studio (Windows)
Save
File commands

Ctrl + S


DocuSign (Web Application)
Save
Field Shortcuts

Ctrl + S


Microsoft Hotmail (Web Application)
Save Draft
14 Shortcuts for Microsoft Hotmail (Web Application)

Ctrl + S


Corel PhotoPaint X6 (Windows)
Save
File Menu

Ctrl + S


Blender 3D (Windows)
Shear
General Editing

Ctrl + S


Opera (Windows)
Save copy of page
System

Ctrl + S


Corel Draw X8 (Windows)
Save
FIle

Ctrl + S


Daz 3D Carrara 8 (Windows)
Save
Spline Modeler - File

Ctrl + S


Corel Quattro Pro X8 (Windows)
Save
File Menu

Ctrl + S


Steinberg Cubase 9 (Windows)
Save
File

Ctrl + S


Corel WordPerfect X8 (Windows)
Save
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + S


Gliffy (Windows)
Save
Document Shortcuts

Ctrl + S


HTML-Kit (Windows)
Save Current File
87 Shortcuts for HTML-Kit (Windows)

Ctrl + S


Corel Ventura 10 (Windows)
Save
General Shortcuts

Ctrl + S


Edius (Windows)
Save project
General

Ctrl + S


Yahoo Mail (Web Application)
Save Draft
General

Ctrl + S


Daz 3D Carrara 8 (Windows)
Save
Vertex Modeler - File

Ctrl + S


Opera (Windows)
Save message draft (continue later)
Email

Ctrl + S


MusicBee (Windows)
Stop
Playback Controls

Ctrl + S


Chief Architect (Windows)
File Tools - Save
File Tools

Ctrl + S


Flock (Windows)
Save page
General

Ctrl + S


Poser Pro (Windows)
Save
File

Ctrl + S


Kingsoft Presentation 2016 (Windows)
Save File
Files and Other Shortcuts

Ctrl + S


Kingsoft Spreadsheets 2016 (Windows)
Saves the active file with its current file name, location, and file format
Other Shortcuts

Ctrl + S


Brackets (Windows)
Save
99 Shortcuts for Brackets (Windows)

Ctrl + S


Adobe Captivate 2017 (Windows)
Save
General and Miscellaneous Shortcuts

Ctrl + S


SPSS Modeler (Windows)
Save Current Stream
General Shortcuts

Ctrl + S


FxPro (Windows)
Symbols Tab
General Shortcuts

Ctrl + S


TradeStation (Windows)
Save Document
Development Environment

Ctrl + S


Amarok (Windows)
Save Playlist
General Shortcuts

Ctrl + S


WinSCP 5 (Windows)
Synchronize directories
Service Commands

Ctrl + S


Krita Painting 3 (Windows)
Save
General

Ctrl + S


Soundforge (Windows)
Save modified sound data back to the file
Project File Shortcuts

Ctrl + S


Informix Genero 2.5.0 (Windows)
Save
Buffers and File

Ctrl + S


VideoPad Video Editor (Windows)
Save project
File

Ctrl + S


MediaMonkey (Windows)
Synchronize Tags
Standard Keyboard Shortcuts

Ctrl + S


Forte (Windows)
Save as Draft
Composition Window

Ctrl + S


qBittorrent (Windows)
Resume
Edit Menu

Ctrl + S


Vuze (Windows)
Stop Selected torrents
General Shortcuts

Ctrl + S


Vegas Pro 14 (Windows)
Save project
Project File

Ctrl + S


Maxthon (Web Application)
Save as...
Save

Ctrl + S


Siemens NX 11 (Windows)
Save
File Menu

Ctrl + S


Pegasus Mail (Web Application)
Save the message text to a file on disk
Message Reader

Ctrl + S


Teamcenter (Windows)
Save BOM Window
Structure Manager

Ctrl + S


XYplorer (Windows)
Copy Here As
General Shortcuts

Ctrl + S


DITA CMS (Windows)
Save
22 Shortcuts for DITA CMS (Windows)

Ctrl + S


Jupyter Notebook (Windows)
Save and Checkpoint
Command Mode (press Esc to enable)

Ctrl + S


ZBrush 4 (Windows)
Save Project
General Shortcuts

Ctrl + S


Scottrade (Windows)
Save Layout
32 Shortcuts for Scottrade (Windows)

Ctrl + S


MPS 2017 (Windows)
Save all files and settings
General Shortcuts

Ctrl + S


Pegasus Mail (Web Application)
Save message to disk
Grouped views

Ctrl + S


Xamarin Studio (MonoDevelop) (Windows)
Save
File Menu

Ctrl + S


Jupyter Notebook (Windows)
Save and Checkpoint
Edit Mode (press Enter to enable)

Ctrl + S


Aptana Studio 3 (Windows)
Preservation
Other Shortcuts

Ctrl + S


eSignal (Windows)
Save Pge
49 Shortcuts for eSignal (Windows)

Ctrl + S


ProRealTime (Windows)
Save
File Menu

Ctrl + S


Sierra Chart (Windows)
Save
File Menu

Ctrl + S


Pencil2D (Windows)
Save
57 Shortcuts for Pencil2D (Windows)

Ctrl + S


Synfig (Windows)
Save
73 Shortcuts for Synfig (Windows)

Ctrl + S


CrazyTalk 8 (Windows)
Save Project
General Shortcuts

Ctrl + S


iClone 7 (Windows)
Save Project
File Operation

Ctrl + S


Quickbooks Desktop (Windows)
Show / hide transaction details
Account Register Shortcuts

Ctrl + s


Anim8or (Windows)
Save Project
Menu Shortcuts

Ctrl + S


GeoModeller3D (Windows)
Save
File Operations

Ctrl + S


SolidWorks (Windows)
Save
File Menu

Ctrl + S


Soundforge (Windows)
Save chain preset
Plug-In Chain

Ctrl + S


Visual Studio Code (Windows)
Save
File Management

Ctrl + S


Gnumeric (Windows)
Save a file
21 Shortcuts for Gnumeric (Windows)

Ctrl + S


DrawPlus (Windows)
Save
Document Shortcuts

Ctrl + S


Tableau (Windows)
Save file
General

Ctrl + S


TVPaint Animation (Windows)
Select Image from Keys
89 Shortcuts for TVPaint Animation (Windows)

Ctrl + S


RStudio (Windows)
Save active document
Source

Ctrl + S


Soundforge (Windows)
Save script
Script Editor

Ctrl + S


Solid Edge (Windows)
Save
Standard Shortcuts

Ctrl + S


Sculptris (Windows)
Save
Objects

Ctrl + S


Creo Parametric (Windows)
Save File
26 Shortcuts for Creo Parametric (Windows)

Ctrl + S


Rhino (Windows)
Save
Default Shortcuts

Ctrl + S


Solidworks 2019
Save
Windows

Ctrl + S


Impro-Visor (Windows)
save the current file
Files

Ctrl + S


mpv
Take a scaled screenshot with subtitles and OSD
General

Ctrl + S


QCad (Windows)
Save current drawing
File Handlng

Ctrl + S


QCad (Linux)
Save current drawing
File Handlng

Ctrl + S


Delphi 10 (Windows)
Save
193 Shortcuts for Delphi 10 (Windows)

Ctrl + S


WeVideo (Web Application)
Save
General (On Mac Ctrl equals Command)

Ctrl + S


winIDEA
Save the active document
File

Ctrl + S


Alphacam (Windows)
Save
Regular Commands

Ctrl + S


TurboCAD (Windows)
Save the active drawing
171 Shortcuts for TurboCAD (Windows)

Ctrl + S


Xyplorer
Copy Here As...
File Menu

Ctrl + S


ChessBase 13
Show source index of the selected database
Database window

Ctrl + S


CodeLite 10 (Windows)
Save current file
Files

Ctrl + S


Affinity Photo
Save
File

Ctrl + S


FlashFXP (Web Application)
Mask select
54 Shortcuts for FlashFXP (Web Application)

Ctrl + S


Simplify3D
Save factory file
File menu

Ctrl + S


Surfcam (Windows)
Save As
60 Shortcuts for Surfcam (Windows)

Ctrl + S


Todoist
Manually sync
Todoist for Android – global shortcuts

Ctrl + S


Skipper
Save Project
Visual model shortcuts

Ctrl + S


Kate (Linux)
Save your file
29 Shortcuts for Kate (Linux)

Ctrl + S


Kate (Windows)
Save your file
38 Shortcuts for Kate (Windows)

Ctrl + S


Ansys Mechanical (Windows)
Save Project
Tree Outline

Ctrl + S


CuteFTP (Windows)
Save open document (HTML editor mode)
General

Ctrl + S


Sitecore CMS
Save the selected item
Content Editor

Ctrl + S


progeCAD (Windows)
Saves the active drawing
51 Shortcuts for progeCAD (Windows)

Ctrl + S


Comodo IceDragon (Windows)
Save Page As
Viewing, Printing and Saving Current Page

Ctrl + S


Modo (Windows)
Save current scene
General/System

Ctrl + S


Moldflow Insight (Windows)
Save Study
File Management

Ctrl + S


Moldflow Adviser (Windows)
Save Study
File Management

Ctrl + S


Roblox Studio
Save
General

Ctrl + S


PSPad (Windows)
Save - Save file
File

Ctrl + S


VariCAD (Windows)
Save
Hot Keys

Ctrl + S


Most used text editing
Save
Functions

Ctrl + S


FEKO (Windows)
Save
General Shortcuts

Ctrl + S


FEKO (Linux)
Save
General Shortcuts

Ctrl + S


SAP Web IDE (Windows)
Save file
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + S


Ulead PhotoImpact 8 (Windows)
Saves the current image file
File Menu

Ctrl + S


Geany (Linux)
Save
Files

Ctrl + S


Geany (Windows)
Save
Files

Ctrl + S


IRONCAD (Windows)
Save
File/Editing Keys

Ctrl + S


Astroneer
Walk
General

Ctrl + S


Vivaldi
Save page as
Page

Ctrl + S


RStudio
Save active document
Source

Ctrl + S


PhotoFiltre (Windows)
Save current image
Others

Ctrl + S


Wordfast Pro (Windows)
Save
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + S


KiCad 5.0.2
Save
Page Layout Editor

Ctrl + S


Maxwell Render (Windows)
Save
File

Ctrl + S


Inkscape (Windows)
Save document
File

Ctrl + S


GibbsCAM (Windows)
Save
File Menu

Ctrl + S


Vectorworks (Windows)
Save
File Menu

Ctrl + S


Gmsh 4.1.4
Save mesh in default format
General

Ctrl + S


ArtRage 4.5 5 (Windows)
Save painting
Menus

Ctrl + S


Assetto Corsa
Slow motion (replay)
In-game

Ctrl + S


KiCAD (Linux)
Save Board
PCB

Ctrl + S


SpaceClaim (Windows)
Save
71 Shortcuts for SpaceClaim (Windows)

Ctrl + S


Target 3001! (Windows)
Save Project
Project Management

Ctrl + S


KiCAD (Windows)
Save Board
PCB

Ctrl + S


LDCad
Save the file the current model is part of
Global

Ctrl + S


FaceRig Studio
Save project
Timeline

Ctrl + S


Altium Designer (Windows)
Save Current Document
Environment Shortcuts

Ctrl + S


Arduino (Windows)
Save Sketch
29 Shortcuts for Arduino (Windows)

Ctrl + S


WinRAR
Settings
Options menu

Ctrl + S


Arduino (Linux)
Save Sketch
29 Shortcuts for Arduino (Linux)

Ctrl + S


DaVinci Resolve 14 (Windows)
Save project
File

Ctrl + S


Ableton Live 9 (Windows)
Save Live Set
Working with Sets and the Program

Ctrl + S


gEDA (Linux)
Increase the hole of the object under the cursor
Other Important Shortcuts

Ctrl + S


WavePad Sound Editor (Windows)
Save file
File Operation

Ctrl + S


LDView
Snapshot
General

Ctrl + S


Huggle
Nominate page for deletion
Page

Ctrl + S


Sage Simply Accounting (Windows)
Save as new filename
Home Window

Ctrl + S


AVS Audio Editor (Windows)
Saves the selected audio file to the hard disk drive
File

Ctrl + S


AVS Video Editor (Windows)
Save Project
Top Menu Files and Effects Area

Ctrl + S


GeoGebra
Save
Windows shortcuts

Ctrl + S


Pidgin (Linux)
Mute Sounds
Tools

Ctrl + S


eM Client (Windows)
Save Email
13 Shortcuts for eM Client (Windows)

Ctrl + S


MyPaint (Windows)
Save
Show Edit Menu

Ctrl + S


Substance Painter
Save project
General

Ctrl + S


Oracle RightNow
Save
Editing records

Ctrl + S


SolveSpace (Windows)
Save
File Menu

Ctrl + S


KeyCreator (Windows)
Save
General Shortcuts

Ctrl + S


FlightGear
Toggle autothrottle
Autopilot related

Ctrl + S


BobCAD (Windows)
Save Active Workspace
22 Shortcuts for BobCAD (Windows)

Ctrl + S


Balsamiq Mockups (Windows)
Save the current mockup file
Working with Mockup Files

Ctrl + S


CamBam (Windows)
Save the current file
32 Shortcuts for CamBam (Windows)

Ctrl + S


BricsCAD (Windows)
Saves the current drawing (QSAVE command)
Other Shortcuts

Ctrl + S


DraftSight (Windows)
Saves Drawing
37 Shortcuts for DraftSight (Windows)

Ctrl + S


BricsCAD (Linux)
Saves the current drawing (QSAVE Ctrl)
Other Shortcuts

Ctrl + S


AVS Video Editor (Windows)
Add preset
Video Overlay

Ctrl + S


eMachineShop (Windows)
Save current Design
38 Shortcuts for eMachineShop (Windows)

Ctrl + S


AVS Video Editor (Windows)
Add preset
Text Properties

Ctrl + S


Solidwork Composer (Windows)
Saves the active document
35 Shortcuts for Solidwork Composer (Windows)

Ctrl + S


Brave Browser (Windows)
Save Page As
Bookmarks/History/Settings/Tools

Ctrl + S


EasyWorship
Save the active schedule
Editor

Ctrl + S


ShareX 12.2.0 (Windows)
Save image
Image Editor

Ctrl + S