Skip to content

Commit

Permalink
Added keyboard support information
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengyuan Chen committed Jan 2, 2016
1 parent 97f9c27 commit ee8af40
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@



## Keyboard support

- `Esc`: Cancel the cropping.
- `Enter`: Complete the cropping.
- `Delete`: Delete the uploaded or cropped image.
- ``: Move the image to left by 1 pixel.
- ``: Move the image to right by 1 pixel.
- ``: Move the image to top by 1 pixel.
- ``: Move the image to bottom by 1 pixel.
- `M`: Enable to move the image by dragging.
- `C`: Enable to crop on the image by dragging.
- `I`: Zoom in the image.
- `O`: Zoom out the image.
- `L`: Rotate the image to the left.
- `R`: Rotate the image to the right.
- `H`: Flip the image on the horizontal.
- `V`: Flip the image on the vertical.



## Browser support

- Chrome (latest 2)
Expand Down

0 comments on commit ee8af40

Please sign in to comment.