40eb02ab1f
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@621 f5eea248-9336-0410-98b8-ebc06183d4e3
33 lines
1.5 KiB
HTML
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>Display Shortcuts</title>
|
|
<link rel="stylesheet" href="styles.css" type="text/css">
|
|
</head>
|
|
|
|
<h1>Shortcuts for the View 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>View menu</b></i></caption><tr>
|
|
<th width="30%"> Shortcut</th><th> Action</th></tr>
|
|
<tr><td> Ctrl-(Keypad-/Keypad+) </td><td> or Ctrl + mouse wheel button (if any) Zoom in (+ or up) and Zoom out (- or down)</td></tr>
|
|
<tr><td> Ctrl-Keypad/ </td><td> Restore the original size from zoom</td></tr>
|
|
<tr><td> F11 </td><td> Toggle Full Screen Mode</td></tr>
|
|
<tr><td> F12 </td><td> Toggle Post-It Mode</td></tr>
|
|
<tr><td> Ctrl-Alt-F </td><td> Collapse the Current Level</td></tr>
|
|
<tr><td> Ctrl-Alt-Shift-F </td><td> Uncollapse the Current Level</td></tr>
|
|
<tr><td> Alt-0 </td><td> Fold All</td></tr>
|
|
<tr><td> Alt-(1~8) </td><td> Collapse the Level (1~8)</td></tr>
|
|
<tr><td> Alt-Shift-0 </td><td> Unfold All</td></tr>
|
|
<tr><td> Alt-Shift-(1~8) </td><td> Uncollapse the Level (1~8)</td></tr>
|
|
</table>
|
|
|
|
|
|
</body>
|
|
</html> |