35 lines
1.5 KiB
HTML
35 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>Command Shortcuts</title>
|
||
|
<link rel="stylesheet" href="styles.css" type="text/css">
|
||
|
</head>
|
||
|
|
||
|
<h1>Shortcuts for the Run 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>Run menu</b></i></caption><tr>
|
||
|
<th width="30%"> Shortcut</th><th> Action</th></tr>
|
||
|
<tr><td> F5 </td><td> Launch Run Dialog</td></tr>
|
||
|
<tr><td> Alt-F1 </td><td> Get PHP help</td></tr>
|
||
|
<tr><td> Alt-F2 </td><td> Google search</td></tr>
|
||
|
<tr><td> Alt-F3 </td><td> Wikipedia search</td></tr>
|
||
|
<tr><td> Alt-F5 </td><td> Open file (name at cursor)</td></tr>
|
||
|
<tr><td> Alt-F6 </td><td> Open file in another instance (name at cursor)</td></tr>
|
||
|
<tr><td> Ctrl-Alt-Shift-R </td><td> Open in Chrome</td></tr>
|
||
|
<tr><td> Ctrl-Alt-Shift-X </td><td> Open in Firefox</td></tr>
|
||
|
<tr><td> Ctrl-Alt-Shift-I </td><td> Open in IE</td></tr>
|
||
|
<tr><td> Ctrl-Alt-Shift-F </td><td> Open in Safari</td></tr>
|
||
|
<tr><td> Ctrl-Alt-Shift-O </td><td> Send via Outlook</td></tr>
|
||
|
</table>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|