notepad-plus-plus-legacy/PowerEditor/misc/npp.help/HTML/File Shortcuts.html

33 lines
1.5 KiB
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>File Shortcuts</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<h1>Shortcuts for the File menu</h1>
<h3> Default shortcuts </h3>
Below is the list of predefined keyboard and mouse shortcuts for Notepad++.
They can be freely configured using the <a href="Shortcut%20Mapper.html">shortcut mapper</a>,
as well as all the commands which were not bound to shortcuts by default.
This list does not include standard shortcuts provided by Notepad++-related plugins.
</p><br/><br/>
<table>
<caption> <i><b>File menu</b></i></caption>
<tr><th width="30%"> Shortcut</th><th> Action</th></tr>
<tr><td> Ctrl-O </td><td> Open File</td></tr>
<tr><td> Ctrl-N </td><td> New File</td></tr>
<tr><td> Ctrl-S </td><td> Save File</td></tr>
<tr><td> Ctrl-Alt-S </td><td> Save As</td></tr>
<tr><td> Ctrl-Shift-S </td><td> Save All</td></tr>
<tr><td> Ctrl-P </td><td> Print</td></tr>
<tr><td> Alt-F4 </td><td> Exit</td></tr>
<tr><td> Ctrl-Tab </td><td> Next Document (also shows list of open files). Can be disabled - see Settings/Preferences/Global.</td></tr>
<tr><td> Ctrl-Shift-Tab </td><td> Previous Document (also shows list of open files). Can be disabled - see above.</td></tr>
<tr><td> Ctrl-W </td><td> Close Current Document</td></tr>
</table>
</body>
</html>