What is the keyboard shortcut for Code Rush three periods?

coderush, coderush-xpress, devexpress, visual-studio

Solution

Officially the answer is Ctrl + ` (Ctrl and back tick)

However in some scenarios this can set itself up as Ctrl + ' (Ctrl and single quote)

Note: I believe the reason for this comes down to codepages\keyboard layouts and other things I don't fully understand :)

Problem

I know with ReSharper you can use the keyboard shortcut Alt + Enter to open the "quick tasks" or whatever it's called. Is there a similar keyboard shortcut for Code Rush?

Original source