I want to detect when the user type Dash regardless of his keyboard layout.
I'm using the code suggested by Przemysław Kalita
ghk = new KeyHandler(Keys.PrintScreen, this); // I want to detect the dash press event
// instead of the PrintScreen keypress
ghk.Register();
Any help would be hugely appreciated?