josephernest / bigpicture.js

bigpicture.js is a Javascript library that allows infinite panning and infinite zooming in HTML pages.
https://josephernest.github.io/bigpicture.js/index.html
MIT License
809 stars 58 forks source link

Command-click instead of control click on mac #3

Closed jimmyhmiller closed 9 years ago

jimmyhmiller commented 9 years ago

Control clicking on a mac right clicks. It would be nice if command click could be used on a mac for dragging text around.

Great work on the project.

josephernest commented 9 years ago

Thanks! I added CMD + click for dragging text. Can you test if it works on mac ?

jimmyhmiller commented 9 years ago

Sorry for such a late reply. But it does work! Thanks.