Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

digitalpencil

macrumors 6502
Original poster
Hi, im using Xcode 4's iOS Simulator for mobile web development and was wondering if anyone knew of a keyboard shortcut to refresh the page akin to cmd+r in OS X?

Basically, i've got it looking at my local lamp stack but when you're making changes every 2 minutes, it's kind of a pain to have click and drag the window up and click the refresh button every time you want to view the changes.

I was hoping cmd+r would work but no luck.

Any ideas MR?
 
Put a bit of javascript in your page for testing that reloads the page every so often?

That would be quite bad, especially if it refreshes when you're looking into something.

Just use jQuery to setup a keypress() event that launches location.reload().
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.