Adding both Find In Browser + Find In Window to a menu causes one to disappear

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I wrote an extension to make it possible to assign shortcuts to a bunch of Fusion commands including Find In Browser. Recently a user asked me to add Find In Window, which I promptly added and tested the extension. Unfortunately once I add Find In Window to the panel, Find In Browser disappears!
This seems like a Fusion bug. To reproduce: install the addin from https://github.com/lf-/ShortcutItPy/tree/bug (note the "bug" branch), then note that in the Tools panel, in Shortcut It, Find In Browser is missing. Delete the line "('FindInWindow, './findinbrowser')," from the source file, reload the extension and Find In Browser will reappear.
It would be equally acceptable to me if Fusion had all of these things in a menu or otherwise possible to add shortcuts for without requiring an extension, but that's maybe too much to ask 🙂