vote up 4 vote down star

With the firefox web developer toolbar I can "Miscellaneous --> Clear private data --> Cache" Is there a way to do the same with a keyboard shortcut?

Edit: i am also using vimperator to drive firefox with the keyboard: i just found out that it's possible using :emenu Extra.Web Developer.Miscellaneous.Clear Private Data.Cache

flag
if you set auto-completion, you can simply type :emn[tab] cache[tab] here tab is tab key to jump to the option list displayed. To enable the auto-completiion, type the command: :set wildoption=auto – David.Chu.ca yesterday

5 Answers

vote up 7 vote down check

I think Ctrl+Shift+Delete takes out all private data, including the cache. Heres a link that'll tell you how to set up specific options.

link|flag
+1 for being faster and more precise than me :) – Peter Lang Mar 12 at 17:11
Thanks, I didn't know it can be set. As most web developers, I need to delete the cookies and auth. session regularly while I want to keep the browser history. Checking and unchecking particular checkboxes each time was really annoying. – david a. Mar 25 at 9:46
vote up 0 vote down

just click: ctrl + F5

link|flag
vote up 2 vote down

You can also reload and clear cache for a certain page with

Cmd + Shift + R

on a mac, or

Ctrl + F5

on a windows/linux machine.

(these are additions to the plain reload shortcuts Cmd+R / F5)

link|flag
vote up 2 vote down

I use the web developer add-on to totally disable my cache on my development machine. That way you never have to worry about clearing your cache.

link|flag
vote up 0 vote down

I guess

Ctrl + Shift + Delete

is not what you want?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.