AvdLee / RocketSimApp

Enhancing the iOS simulator for productivity
605 stars 20 forks source link

More easy fine tune of zoom and offset #440

Closed carlosypunto closed 8 months ago

carlosypunto commented 10 months ago

The #380 fix mproved accuracy, but it is not entirely convenient to change small values. I propose the addition of a couple of buttons to increase and decrease values in increments and decrements of 1.

request

casperriboe commented 8 months ago

In addition to this I would also really love to be able to adjust the offset with the arrow keys. So when the text field has focus, pressing the up or down arrows will increase or decrease the amount (same for zoom which doesn't yet a text field). If possible change the amount by 10 when shift is held, like in other programs such as Figma, Sketch and Photoshop 👍🏻

AvdLee commented 8 months ago

@casperriboe I was actually working on that already. Planned for Q1!

AvdLee commented 8 months ago

@carlosypunto I decided to focus on key presses only, not adding the arrows. Let me know if that's enough for you too! It works as follows:

https://github.com/AvdLee/RocketSimApp/assets/4329185/20f06bf0-c057-4475-97fa-248746b2b32f

@casperriboe the shift flag option is added too.

Will be released with 12.5.0

casperriboe commented 8 months ago

Awesome! Thanks @AvdLee 🎉

carlosypunto commented 8 months ago

Is fine for me, thanks @AvdLee 😃