Disable code analysis for current file in ReSharper

In ReSharper 4.x there was a shortcut (Ctrl+8) for turning off the code analysis for the current file, but I cannot find the equivalent in ReSharper 5.0. Anyone knows where to find it?

The reason I want this is because I want to disable ReSharper when editing XAML-files (because it's just incredibly slow...), and I don't want to go through the dialog under "Options > Code Inspection > Settings > Edit items to skip" for each and every xaml-file. And I want to turn it back on temporarily when I need the code inspection.


Ctrl + Shift + Alt + 8?

This shortcut is bound to the ReSharper_EnableDaemon-command, so you are free to change it to whatever you want.