Distance from cursor to path for selection

Hi! Is there a way to change the distance from cursor to paths/nodes, at which you can select them? Sometimes I click around too many times before getting the path, so seems like a tiny bit wider radius would help. Is that something in Glyphs.defaults?

I added it. To set and unset it, use this script. The default is 4.

Glyphs.defaults["GSClickTolerance"] = 20
del(Glyphs.defaults["GSClickTolerance"]) # reverts back to the default of 4
1 Like