Hi Douglas--
If it's always the same page you want to jump to, you can do it with a
simple map command:
map shift-f1 { system("cmd /C start
}
Just replace "
with your desired URL.
If the URL is supposed to depend on context or something like that,
you'll have to add some extra code to handle that, maybe something like
this:
map shift-f1 { system("cmd /C start
.
oid_name(oid_caret()) . ".htm",1) }
HTH.
--Clay