Changeset 23106
- Timestamp:
- 12/06/2012 09:21:27 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/image-edit.php
r23095 r23106 119 119 <div class="imgedit-help"> 120 120 <p><?php _e('The image can be cropped by clicking on it and dragging to select the desired part. While dragging the dimensions of the selection are displayed below.'); ?></p> 121 <strong><?php _e('Keyboard Shortcuts'); ?></strong>122 <ul>123 <li><?php _e('Arrow: move by 10px'); ?></li>124 <li><?php _e('Shift + arrow: move by 1px'); ?></li>125 <li><?php _e('Ctrl + arrow: resize by 10px'); ?></li>126 <li><?php _e('Ctrl + Shift + arrow: resize by 1px'); ?></li>127 <li><?php _e('Shift + drag: lock aspect ratio'); ?></li>128 </ul>129 121 130 122 <p><strong><?php _e('Crop Aspect Ratio'); ?></strong><br />
Note: See TracChangeset
for help on using the changeset viewer.