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

28 lines
1.4 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>Mouse gestures</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<h1>Mouse gestures</h1>
<h3> Actions </h3>
Below is the list of the predefined mouse gestures which you can use in Notepad++.
They are defined by the Scintilla component, and cannot be configured:
</p><p><br/><table>
<caption> <i><b>Mouse gestures</b></i></caption><tr>
<th width="30%"> Shortcut</th><th> Action</th></tr>
<tr><td> Single left click </td><td> Set current line</td></tr>
<tr><td> Single left click on rightmost status bar pane </td><td> Toggle typing mode between Insert and Overtype</td></tr>
<tr><td> Single left click on bookmark margin </td><td> Toggle bookmark</td></tr>
<tr><td> Shift+left click on fold point </td><td> Uncollapse this fold and all those below</td></tr>
<tr><td> Ctrl+left click on fold point </td><td> Toggle collapsed state of this fold, and propagate below</td></tr>
<tr><td> Right click </td><td> Pop up context menu</td></tr>
<tr><td> Double left click </td><td> Select word</td></tr>
<tr><td> Double left click on location pane (status bar) </td><td> Go to line</td></tr>
<tr><td> Triple left click </td><td> Select line</td></tr>
</table>
</body>
</html>