Mark2Mark / variable-font-preview

https://markfromberg.com/projects/variable-font-preview-3/
8 stars 0 forks source link

Minor accessibility enhancement: Tab between value box #16

Closed gorjious closed 1 year ago

gorjious commented 2 years ago

I appreciate the ability for changing values in the number boxes using up/down arrows (also the ability to increase by 10 with shift).

In tandem with this input method via the keyboard, it would be handy to add be able to Tab between the parameter values.

Mark2Mark commented 2 years ago

(… and by 100 with shift+cmd) :)

Good call! This was in my head but never ticketed, thanks for opening it for me here!

gorjious commented 2 years ago

What about in the opposite direction? +/- .1 units

Not sure if it will conflict with something else but maybe using option + up/down arrow?

I suggested something similar for FontGoggles because it doesn't have any of the keyboard accessibility features. https://github.com/justvanrossum/fontgoggles/issues/113#issuecomment-677791047

Mark2Mark commented 1 year ago

+/- .1 units is rather an edge case, which I think i won’t implement.

however, tabbing is implemented now and the update should be pulled by Glyphs in the next days

closing this issue with reference 76e25dd