BrowserRefresh-Sublime
BrowserRefresh-Sublime copied to clipboard
No option for purge cache
Hi,
We frequently need to purge the browser's cache (CTRL+F5). Could you add an option to do this please ?
thanks !
I downloaded the source at https://github.com/gcollazo/BrowserRefresh-Sublime and changed line 94 from this:
openwin.TypeKeys('{F5}')
to this:
openwin.TypeKeys('^{F5}')
as was described here: http://stackoverflow.com/questions/12056590/how-to-press-ctrl
Sadly I am unable to test. Can you confirm if that works?