[request] f-key docklet

hey guys.... I was checking tiger in my mac and i realize we need a docklet to call one of the F keys, so for example we can call the konpose function of konfabulator from the dock... in that way is the same as tiger.... just sharing my thought ;) see ya!

#312900

I was thinking of this exact same thing the other day ;)

#312919

Save this as a .vbs file:

set WshShell = CreateObject("WScript.Shell")

WshShell.SendKeys "{hotkeyhere}"

Add it to your dock and it should work. :P

#312920

Save this as a .vbs file:

set WshShell = CreateObject("WScript.Shell")

WshShell.SendKeys "{hotkeyhere}"

Add it to your dock and it should work. :P

works very well but it also toggles the NUM Lock... do you know why??

#312964