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!
[request] f-key docklet
I was thinking of this exact same thing the other day ![]()
Save this as a .vbs file:
set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{hotkeyhere}"
Add it to your dock and it should work. ![]()
Save this as a .vbs file:set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{hotkeyhere}"
Add it to your dock and it should work.
works very well but it also toggles the NUM Lock... do you know why??
Aqua-Soft Forums