Is there a shortcut for the ‘Update’ button on the bottom of the Features editing window? Some days when I’m working with feature code I must click that button hundreds of times to check results.
Couldn’t find it find it in the Glyphs handbook and couldn’t find in the list to make a custom shortcuts.
I would suggest packaging that in a short script. It’s one line of Python:
Font.updateFeatures()
You can save that as a .py file with the appropriate header (have a look at the code of any script from the plugin manager) and then set a keyboard shortcut for that script.