[Help] Linking icon to keyboard hotkey?

I have Konfabulator 2, it looks great and all since i have all my widgets set to Konspose only. SO i essentially have a dashboard clone. Now if i could link the dashboard icon in my dock to the F8 keyboard shortcut. can anyone help me? :slant:

#288017

Don't think this is possible...sorry man :(

#288023

*edit* never mind, i misunderstood the question *edit*

#288033

Save this as a .vbs file:

set WshShell = CreateObject("WScript.Shell")

WshShell.SendKeys "{F8}"

Create a shortcut to it, and you're in business.

#288054

i get the error "Error while opening file. Please check the application -path !" What does this mean?

#288263