saket / telephoto

Building blocks for designing media experiences in Compose UI
https://saket.github.io/telephoto/
Apache License 2.0
869 stars 28 forks source link

Keyboard support #78

Closed evant closed 1 week ago

evant commented 3 months ago

This is probably most important for desktop usage but can also be useful on mobile if you have an external keyboard connected.

I would expect this to work out of the box: ctrl+, ctrl-, ctrl0 to control zoom arrow keys to pan when zoomed

saket commented 3 months ago

Good idea! I've been wanting to add an API for controlling the zoom and pan from code (https://github.com/saket/telephoto/issues/4). This would be a nice follow-up to that.