diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-09-02 20:11:39 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-09-02 20:11:39 +0000 |
| commit | 7f8581037819bd76428745f53240eb43b7aac82b (patch) | |
| tree | 8e784de7c90987d89b4ac324f9acb301f72ca29a | |
| parent | change tweak to shift+f2 (diff) | |
| download | inkscape-7f8581037819bd76428745f53240eb43b7aac82b.tar.gz inkscape-7f8581037819bd76428745f53240eb43b7aac82b.zip | |
change tweak to shift+f2
(bzr r3669)
| -rw-r--r-- | doc/keys.html | 2 | ||||
| -rw-r--r-- | doc/keys.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/keys.html b/doc/keys.html index ef26ed805..0e8fb42de 100644 --- a/doc/keys.html +++ b/doc/keys.html @@ -30,7 +30,7 @@ RFE</a>).</p><p class="contents"><span class="contents-title">Contents:</span> <tr bgcolor="f5f5f5"><td colspan="3"><span class="note">When the "Left mouse button pans when Space is pressed" option is on in Preferences, Space+mouse drag pans canvas instead of switching to Selector.</span></td></tr> <tr bgcolor="f5f5f5"><td align="right" width="40%"><span class="key">F2</span>, <span class="key">n</span></td><td><span class="action">Node tool</span></td></tr> -<tr bgcolor="f5f5f5"><td align="right" width="40%"><span class="key">Alt+F2</span>, +<tr bgcolor="f5f5f5"><td align="right" width="40%"><span class="key">Shift+F2</span>, <span class="key">w</span></td><td><span class="action">Tweak tool</span></td></tr> <tr bgcolor="f5f5f5"><td align="right" width="40%"><span class="key">F3</span>, <span class="key">z</span></td><td><span class="action">Zoom tool</span></td></tr> diff --git a/doc/keys.xml b/doc/keys.xml index e5fb0db75..22d7fd135 100644 --- a/doc/keys.xml +++ b/doc/keys.xml @@ -24,7 +24,7 @@ RFE</a>).</p> <note>Space switches to the Selector tool temporarily; another Space switches back.</note> <note>When the "Left mouse button pans when Space is pressed" option is on in Preferences, Space+mouse drag pans canvas instead of switching to Selector.</note> <keys><key><keyf f="F2"/></key><key>n</key> <action>Node tool</action></keys> -<keys><key><alt/><keyf f="F2"/></key><key>w</key> <action>Tweak tool</action></keys> +<keys><key><shift/><keyf f="F2"/></key><key>w</key> <action>Tweak tool</action></keys> <keys><key><keyf f="F3"/></key><key>z</key> <action>Zoom tool</action></keys> <keys><key><keyf f="F4"/></key><key>r</key> <action>Rectangle tool</action></keys> <keys><key><shift/><keyf f="F4"/></key><key>x</key> <action>3D box tool</action></keys> |
