1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Add Alt zoom to help page (to be complete)

This commit is contained in:
Dave C-J 2014-07-08 08:47:44 +01:00
parent 6e956ef03a
commit 4532cadb14

View File

@ -174,8 +174,12 @@
<td colspan="2"></td> <td colspan="2"></td>
</tr> </tr>
<tr> <tr>
<td><span class="help-key">Ctrl</span> <span class="help-key">+</span></td><td>Zoom in</td> <td><span class="help-key">Alt</span> <span class="help-key">+</span></td><td>Worksheet Zoom in</td>
<td><span class="help-key">Ctrl</span> <span class="help-key">-</span></td><td>Zoom out</td> <td><span class="help-key">Alt</span> <span class="help-key">-</span></td><td>Worksheet Zoom out</td>
</tr>
<tr>
<td><span class="help-key">Ctrl</span> <span class="help-key">+</span></td><td>App Zoom in</td>
<td><span class="help-key">Ctrl</span> <span class="help-key">-</span></td><td>App Zoom out</td>
</tr> </tr>
</table> </table>
</div> </div>