an example:

tell application "Safari" to set x to URL of current tab of front
window
set the clipboard to x

you can directly assign this script a shortcut.

For camino:
tell application "Camino" to set x to URL of current tab of front
browser window
set the clipboard to x

Reply via email to