I use the nightly builds of WebKit and I am having no luck getting CMD- R to refresh it. I have altered the Refresh Running Browsers Command in the Bundle Editor to:
# Check if WebKit is running, if so refresh ps -xc|grep -sq WebKit && osascript -e 'tell app "WebKit"' -e 'activate' -e 'do JavaScript "window.location.reload();" in first document' -e 'end tell'
Any suggestions would be welcome.
Cheers,
Eric