notepad-plus-plus-legacy/PowerEditor/misc/npp.help/HTML/File Shortcuts.html
Don Ho 40eb02ab1f [RELEASE] Notepad++ v5.6.8 release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@621 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-03-04 23:26:37 +00:00

33 lines
1.5 KiB
HTML

<!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>