I'm wondering if it is possible to make functions from an extension visible to the customize toolbar or customize keyboard interface.
My extension itself shows up in both, but I'd like to be able to map a button from the extension to a keyboard shortcut.
Another option would be to create a script that runs a function in the extension (by just referencing the extension and not rewirting the code). Is that possible? I could make a script that runs the fucntion and then bind that script to a keyboard shortucut.
My extension itself shows up in both, but I'd like to be able to map a button from the extension to a keyboard shortcut.
Another option would be to create a script that runs a function in the extension (by just referencing the extension and not rewirting the code). Is that possible? I could make a script that runs the fucntion and then bind that script to a keyboard shortucut.