-
Notifications
You must be signed in to change notification settings - Fork 418
Description
Why this would be helpful
Two of our addons, 60fps and mute-project, can be toggled by clicking the green flag while holding a certain key. That's not possible for users on touch screen devices.
My suggestion
To fix this, we could create a custom context menu for the green flag. Users on mobile devices could long press the green flag to get a menu including all the toggleable runtime options that would normally be accessed via a keyboard shortcut.
This context menu would be available when addons that add green flag shortcuts are enabled (or maybe all the time).
Or (I think I like this better) we could make an addon that adds this context menu. Then someone who doesn't have any other addons enabled on a touch screen device can find this feature in the settings page, enable it, and then toggle turbo mode from the project page without a keyboard. And we could also reference the context menu addon from other addons that add green flag shortcuts using a "related addons" section (#5937) or by mentioning it with a note.
The context menu addon would probably be responsible for showing the different options based on which addons are enabled, or if we don't make this an addon, the context menu would act as a shared space for other addons to add items to by using the addon.tab API.
Possible alternatives
Add these options to the Edit menu in the editor's menu bar.
