The running URL can be copied and opened from the UI, but not from the keyboard.
Two shortcuts:
⌘⌥C — copy the running URL to the clipboard
⌘⇧O — open it in the default browser
Both want to be real menu items under File, so they are discoverable and so the shortcut is documented where macOS users look for it. Both should be disabled when nothing is running.
Careful about
A run with several targets has several URLs. The sensible default is the first declared target, matching what the run strip already treats as primary.
Good first issue: the menu structure and the Engine calls both already exist.
The running URL can be copied and opened from the UI, but not from the keyboard.
Two shortcuts:
⌘⌥C— copy the running URL to the clipboard⌘⇧O— open it in the default browserBoth want to be real menu items under File, so they are discoverable and so the shortcut is documented where macOS users look for it. Both should be disabled when nothing is running.
Careful about
A run with several targets has several URLs. The sensible default is the first declared target, matching what the run strip already treats as primary.
Good first issue: the menu structure and the
Enginecalls both already exist.