What is the name of the backtick (`) key in the XNA Keys enumeration?

c#, input, naming, xna

Solution

I think `Keys.OemTilde` is what you need.

Problem

I'm looking for the name of the Keys enumeration entry corresponding to the backtick ` key (left of the 1 key on my keyboard).

Original source