Hi there,
I am working on making our application that is made with the JS API keyboard accessible. I see that there are some built in keyboard commands for adding vertices when sketching but I noticed some issues with it.
To replicate:
- go to this sandbox
- start a polygon sketch
- You can theoretically use the `f` key to add a vertex, but you can't do this until you've moved the mouse around on the map
- once you have added a vertex using `f` key, you can't add another one until you have moved the mouse again
Are there any plans to make this fully keyboard accessible?