diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/keys.html | 9 | ||||
| -rw-r--r-- | doc/keys.xml | 8 |
2 files changed, 13 insertions, 4 deletions
diff --git a/doc/keys.html b/doc/keys.html index 24bac4996..7de6dde1c 100644 --- a/doc/keys.html +++ b/doc/keys.html @@ -490,12 +490,17 @@ groups) with the same effect as Alt+click.)</span></td></tr> -<tr bgcolor="eee4dc"><td colspan="3"><h4>Rubberband</h4></td></tr> -<tr bgcolor="eee4dc"><td align="right"><span class="key">mouse drag</span></td><td><span class="action">select multiple objects</span></td></tr> +<tr bgcolor="eee4dc"><td colspan="3"><h4>Rubberband, touch selection</h4></td></tr> +<tr bgcolor="eee4dc"><td align="right"><span class="key">mouse drag</span></td><td><span class="action">select by rubberband</span></td></tr> <tr bgcolor="eee4dc"><td colspan="3"><span class="note">Dragging around objects does "rubberband" selection; previous selection is deselected.</span></td></tr> <tr bgcolor="eee4dc"><td align="right"><span class="key">Shift+mouse drag</span></td><td><span class="action">add objects to selection</span></td></tr> <tr bgcolor="eee4dc"><td colspan="3"><span class="note">Normally, you need to start from an empty space to initiate a rubberband.</span></td></tr> <tr bgcolor="eee4dc"><td colspan="3"><span class="note">However, if you press Shift before dragging, Inkscape will do rubberband selection even if you start from an object.</span></td></tr> +<tr bgcolor="eee4dc"><td align="right"><span class="key">Alt+mouse drag</span>, +<span class="key">Shift+Alt+mouse drag</span></td><td><span class="action">select by touch</span></td></tr> +<tr bgcolor="eee4dc"><td colspan="3"><span class="note">Alt+dragging over objects selects those objects that are touched by the path.</span></td></tr> +<tr bgcolor="eee4dc"><td colspan="3"><span class="note">To start touch selection with Alt, you must have nothing selected; otherwise use Shift+Alt.</span></td></tr> +<tr bgcolor="eee4dc"><td colspan="3"><span class="note">You can switch rubberband selection to touch selection and back while dragging by pressing/releasing Alt.</span></td></tr> diff --git a/doc/keys.xml b/doc/keys.xml index ad110a21a..8367eecba 100644 --- a/doc/keys.xml +++ b/doc/keys.xml @@ -478,12 +478,16 @@ groups) with the same effect as Alt+click.)</note> </group> <group> -<title>Rubberband</title> -<mouse><key><left-drag/></key> <action>select multiple objects</action></mouse> +<title>Rubberband, touch selection</title> +<mouse><key><left-drag/></key> <action>select by rubberband</action></mouse> <note>Dragging around objects does "rubberband" selection; previous selection is deselected.</note> <mouse><key><shift/><left-drag/></key> <action>add objects to selection</action></mouse> <note>Normally, you need to start from an empty space to initiate a rubberband.</note> <note>However, if you press Shift before dragging, Inkscape will do rubberband selection even if you start from an object.</note> +<mouse><key><alt/><left-drag/></key><key><shift/><alt/><left-drag/></key> <action>select by touch</action></mouse> +<note>Alt+dragging over objects selects those objects that are touched by the path.</note> +<note>To start touch selection with Alt, you must have nothing selected; otherwise use Shift+Alt.</note> +<note>You can switch rubberband selection to touch selection and back while dragging by pressing/releasing Alt.</note> </group> <group> |
