Skip to content

Commit

Permalink
Add select word/line/all keyboard/mouse commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Jun 19, 2024
1 parent a554c41 commit 42bbae2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions ISHelp/isetup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3217,10 +3217,10 @@ Filename: "{win}\MYPROG.INI"; Section: "InstallSettings"; Key: "InstallPath"; St
<td>Remove a selection by clicking it.</td><td>Ctrl+Click</td>
</tr>
<tr>
<td>Add word as additional selection.</td><td>Ctrl+Double Click</td>
<td>Add word as additional selection.</td><td>Ctrl+DoubleClick</td>
</tr>
<tr>
<td>Add line as additional selection.</td><td>Ctrl+Triple Click</td>
<td>Add line as additional selection.</td><td>Ctrl+TripleClick</td>
</tr>
<tr>
<td>Add the next occurrence of the current word or selected text as an additional selection.</td><td>Shift+Alt+.</td>
Expand All @@ -3243,6 +3243,15 @@ Filename: "{win}\MYPROG.INI"; Section: "InstallSettings"; Key: "InstallPath"; St
<tr>
<td>Revert multiple selections into a single one or a single selection into an empty one.</td><td>Esc</td>
</tr>
<tr>
<td>Select word.</td><td>DoubleClick</td>
</tr>
<tr>
<td>Select line.</td><td>TripleClick or Click on line number</td>
</tr>
<tr>
<td>Select all.</td><td>Ctrl+A or Ctrl+Click on line number</td>
</tr>
<tr>
<td>Complete word.</td><td>Ctrl+Space or Ctrl+I or Alt+Right (the last only if the Delphi key map is not active)</td>
</tr>
Expand Down

0 comments on commit 42bbae2

Please sign in to comment.