I don't know a way to assign a keyboard shortcut to a browser
directly, but that's OK because the preview menu items include the
version number, which change frequently.
But you can create a script to do it, and script can have a keyboard
shortcut, and the script will keep working even when the version
number changes.
#!/bin/zsh -f
/usr/bin/open -a "Marked 2" "$BB_DOC_PATH"
exit 0
Note if you use Marked via 'Setapp' it is referred to as 'Marked' not 'Marked 2'
If you want to use a different app / browser, change 'Marked 2' to the
name of the app / browser.
> --
> This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "
sup...@barebones.com" rather than posting here. Follow @bbedit on Twitter: <
https://twitter.com/bbedit>
> ---
> You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
bbedit+un...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/bbedit/FE641933-0E9B-4F50-8EED-08618E168CD7%40mostrom.pp.se.