jEdit

Files

Save buffer.

Ctrl + S

All hotkeys for jEdit

Files
New file.

Ctrl + N

Files
Open file.

Ctrl + O

Files
Close buffer.

Ctrl + W

Files
Close all buffers.

Ctrl + E then Ctrl + W

Files
Save buffer.

Ctrl + S

Files
Save all buffers.

Ctrl + E then Ctrl + S

Files
Print buffer.

Ctrl + P

Files
Go to previous buffer.

Ctrl + Page Up

Files
Go to next buffer.

Ctrl + Page Down

Files
Go to recent buffer.

Ctrl + `

Files
Show buffer switcher.

Alt + `

Files
Exit jEdit.

Ctrl + Q

Views
Turn gutter (line numbering) on and off.

Ctrl + E then Ctrl + T

Views
Remove split containing current text area only.

Ctrl + 0

Views
Remove all splits.

Ctrl + 1

Views
Split view horizontally.

Ctrl + 2

Views
Split view vertically.

Ctrl + 3

Views
Send keyboard focus to previous text area.

Alt + Page Up

Views
Send keyboard focus to next text area.

Alt + Page Down

Views
Send keyboard focus to top; bottom; left; right docking area.

Ctrl + E then ← ↑ → ↓

Views
Close currently focused docking area.

Ctrl + E then Ctrl + `

Action bar
Display the action bar and give it keyboard focus.

Ctrl + ⤶ Enter

Action bar
Repeat last editor action.

Ctrl + Space

Moving the caret
Move caret one character or line.

← ↑ → ↓

Moving the caret
Move caret one word or paragraph.

Ctrl + ← ↑ → ↓

Moving the caret
Move caret one screenful.

Page Up / Down

Moving the caret
First non-whitespace character of line, beginning of line, first visible line (repeated presses).

Home

Moving the caret
Last non-whitespace character of line, end of line, last visible line (repeated presses).

End

Moving the caret
Beginning of buffer.

Ctrl + Home

Moving the caret
End of buffer.

Ctrl + End

Moving the caret
Go to matching bracket.

Ctrl + ]

Moving the caret
Go to previous bracket.

Ctrl + E

Source code editing
Expand abbreviation.

Ctrl + ;

Moving the caret
Go to line.

Ctrl + L

Selecting text
Extend selection by one character or line.

↑   Shift + ← ↑ → ↓

Selecting text
Extend selection by one word or paragraph.

Ctrl + ↑   Shift + ← ↑ → ↓

Selecting text
Extend selection by one screenful.

Shift + Page Up

Selecting text
Extend selection by one screenful.

Shift + Page Down

Selecting text
Extend selection to first non-whitespace character of line, beginning of line, first visible line (repeated presses).

↑   Shift + Home

Selecting text
Extend selection to last non-whitespace character of line, end of line, last visible line (repeated presses).

↑   Shift + End

Selecting text
Extend selection to beginning of buffer.

Ctrl + ↑   Shift + Home

Selecting text
Extend selection to end of buffer.

Ctrl + ↑   Shift + End

Selecting text
Select code block.

Ctrl + [

Selecting text
Select word; line; paragraph.

Ctrl + E then W

Selecting text
Select line

Ctrl + E then L

Selecting text
Select paragraph

Ctrl + E then P

Selecting text
Select line range.

Ctrl + E Ctrl + L

Selecting text
Select all.

Ctrl + A

Selecting text
Select none.

Esc

Selecting text
Switch between range and rectangular selection mode.

Alt + \

Selecting text
Switch between single and multiple selection mode.

Ctrl + \

Selecting text
Invert selection.

Ctrl + E then I

Scrolling
Ensure current line is visible, and send focus to the text area.

Ctrl + E then Ctrl + J

Scrolling
Center caret on screen.

Ctrl + E then Ctrl + N

Scrolling
Scroll up one line.

Ctrl + '

Scrolling
Scroll down one line.

Ctrl + /

Scrolling
Scroll up; down one page.

Alt + '

Scrolling
Scroll down one page.

Alt + /

Text editing
Undo.

Ctrl + Z

Text editing
Redo.

Ctrl + E then Ctrl + Z

Text editing
Delete character before caret

⬅ Backspace

Text editing
Delete character after caret

Del

Text editing
Delete word before caret

Ctrl + ⬅ Backspace

Text editing
Delete word after caret

Ctrl + Del

Text editing
Delete line

Ctrl + D

Text editing
Delete paragraph

Ctrl + E then D

Text editing
Delete from caret to beginning; end of line.

Ctrl + ↑   Shift + ⬅ Backspace

Text editing
Delete from caret to end of line.

Ctrl + ↑   Shift + Del

Text editing
Remove trailing whitespace from the current line (or all selected lines).

Ctrl + E then R

Text editing
Join lines.

Ctrl + J

Text editing
Complete word.

Ctrl + B

Text editing
Format paragraph (or selection).

Ctrl + E then F

Clipboard and registers
Cut selected text to clipboard.

Ctrl + X

Clipboard and registers
Cut selected text to clipboard.

↑   Shift + Del

Clipboard and registers
Copy selected text to clipboard.

Ctrl + C

Clipboard and registers
Copy selected text to clipboard.

Ctrl + Insert

Clipboard and registers
Append selected text to clipboard, removing it from the buffer.

Ctrl + E then Ctrl + U

Clipboard and registers
Append selected text to clipboard, leaving it in the buffer.

Ctrl + E then Ctrl + A

Clipboard and registers
Paste clipboard contents.

Ctrl + V

Clipboard and registers
Paste clipboard contents.

↑   Shift + Insert

Clipboard and registers
Vertically paste clipboard contents.

Ctrl + E then Ctrl + P

Clipboard and registers
(press key afterwards) Cut selected text to register key.

Ctrl + R then Ctrl + X

Clipboard and registers
(press key afterwards) Copy selected text to register key.

Ctrl + R then Ctrl + C

Clipboard and registers
(press key afterwards) Append selected text to register key, removing it from the buffer.

Ctrl + R then Ctrl + U

Clipboard and registers
(press key afterwards) Append selected text to register key, leaving it in the buffer.

Ctrl + R then Ctrl + A

Clipboard and registers
(press key afterwards) Paste contents of register key.

Ctrl + R then Ctrl + V

Clipboard and registers
(press key afterwards) Vertically paste contents of register key.

Ctrl + R then Ctrl + P

Clipboard and registers
Paste previous.

Ctrl + E then Ctrl + V

Clipboard and registers
Paste deleted.

Ctrl + E then Ctrl + Y

Markers
If current line doesn't contain a marker, one will be added. Otherwise, the existing marker will be removed. Use the Markers menu to return to markers added in this manner.

Ctrl + E Ctrl + M

Markers
Add marker with shortcut key.

Ctrl + T

Markers
Go to marker with shortcut key.

Ctrl + Y

Markers
Select to marker with shortcut key.

Ctrl + U

Markers
Go to marker with shortcut key, and move the marker to the previous caret position.

Ctrl + K

Markers
Move caret to previous marker.

Ctrl + E then Ctrl + ,

Markers
Move caret to next marker.

Ctrl + E then Ctrl + .

Search and replace
Open search and replace dialog box.

Ctrl + F

Search and replace
Find next.

Ctrl + G

Search and replace
Find previous.

Ctrl + H

Search and replace
Search in open buffers.

Ctrl + E then Ctrl + B

Search and replace
Search in directory.

Ctrl + E then Ctrl + D

Search and replace
Replace in selection.

Ctrl + E then Ctrl + R

Search and replace
Replace in selection and find next.

Ctrl + E then Ctrl + G

Search and replace
Incremental search bar.

Ctrl + ,

Search and replace
HyperSearch bar.

Alt + ,

Search and replace
Incremental search for word under the caret.

Ctrl + .

Search and replace
HyperSearch for word under the caret.

Alt + .

Search and replace
Toggle ignore case.

Ctrl + E then Ctrl + I

Search and replace
Toggle regular expressions.

Ctrl + E then Ctrl + X

Source code editing
Shift current line (or all selected lines) left; right.

Alt + ←  →

Source code editing
Shift selected lines left; right. Note that pressing TAB with no selection active will insert a tab character at the caret position.

↑   Shift + ⭾ Tab

Source code editing
Shift selected lines left; right. Note that pressing TAB with no selection active will insert a tab character at the caret position.

⭾ Tab

Source code editing
Indent current line (or all selected lines).

Ctrl + I

Source code editing
Range comment selection.

Ctrl + E then Ctrl + C

Source code editing
Line comment selection.

Ctrl + E then Ctrl + K

Folding and narrowing
Collapse fold containing caret.

Alt + ⬅ Backspace

Folding and narrowing
Expand fold containing caret one level only.

Alt + ⤶ Enter

Folding and narrowing
Expand fold containing caret fully.

Alt + ↑   Shift + ⤶ Enter

Folding and narrowing
Expand all folds.

Ctrl + E then X

Folding and narrowing
Add explicit fold.

Ctrl + E then A

Folding and narrowing
Select fold.

Ctrl + E then S

Folding and narrowing
Expand folds with level less than key, collapse all others.

Ctrl + E then ⤶ Enter

Folding and narrowing
Narrow to fold.

Ctrl + E then N then N

Folding and narrowing
Narrow to selection.

Ctrl + E then N then S

Folding and narrowing
Moves caret to previous; next fold.

Alt + ↑  ↓

Folding and narrowing
Moves caret to the parent fold of the one containing the caret.

Ctrl + E then U

Macros
Record macro.

Ctrl + M then Ctrl + R

Macros
Record temporary macro.

Ctrl + M then Ctrl + M

Macros
Stop recording.

Ctrl + M then Ctrl + S

Macros
Run temporary macro.

Ctrl + M then Ctrl + P

Alternative shortcuts
Move caret to previous character.

Alt + J

Alternative shortcuts
Move caret to next character.

Alt + L

Alternative shortcuts
Move caret up one line

Alt + I

Alternative shortcuts
Move caret down one line

Alt + K

Alternative shortcuts
Move caret up one screenful

Alt + Q

Alternative shortcuts
Move caret down one screenful

Alt + A

Alternative shortcuts
First non-whitespace character of line, beginning of line, first visible line (repeated presses).

Alt + Z

Alternative shortcuts
Last non-whitespace character of line, end of line, last visible line (repeated presses).

Alt + X

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