notepad-plus-plus-legacy/PowerEditor/misc/npp.help/HTML/Search 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

42 lines
2.2 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>Search Shortcuts</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<h1>Shortcuts for the Search 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>Search menu</b></i></caption><tr>
<th width="30%"> Shortcut</th><th> Action</th></tr>
<tr><td> Ctrl-F </td><td> Launch Find Dialog</td></tr>
<tr><td> Ctrl-H </td><td> Launch Find / Replace Dialog</td></tr>
<tr><td> F3 </td><td> Find Next</td></tr>
<tr><td> Shift-F3 </td><td> Find Previous</td></tr>
<tr><td> Ctrl-Shift-F </td><td> Find in Files</td></tr>
<tr><td> F7 </td><td> Switch to Search results window (was Activate sub view before v5.2)</td></tr>
<tr><td> Ctrl-Alt-F3 </td><td> Find (volatile) Next</td></tr>
<tr><td> Ctrl-Alt-Shift-F3 </td><td> Find (volatile) Previous</td></tr>
<tr><td> Ctrl-F3 </td><td> Select and Find Next (was Find (Volatile) Next prior to v5.6.5)</td></tr>
<tr><td> Ctrl-Shift-F3 </td><td> Select and Find Previous (was Find (Volatile) Previous prior to v5.6.5)</td></tr>
<tr><td> F4 </td><td> Go to next found</td></tr>
<tr><td> Shift-F4 </td><td> Go to previous found</td></tr>
<tr><td> Ctrl-Shift-I </td><td> Incremental Search</td></tr>
<tr><td> Ctrl-<i>n</i> </td><td> Jump Down (to next text marked using <i>n</i>-th stye. <i>n</i> is 1 to 5, or 0 for default Found style.</td></tr>
<tr><td> Ctrl-Shift-<i>n</i> </td><td> Jump Up (to next text marked using <i>n</i>-th stye. <i>n</i> is 1 to 5, or 0 for default Found style.
</td></tr>
<tr><td> Ctrl-F2 </td><td> Toggle Bookmark</td></tr>
<tr><td> F2 </td><td> Go To Next Bookmark</td></tr>
<tr><td> Shift-F2</td><td> Go To Previous Bookmark</td></tr>
</table>
</body>
</html>