Having some problems with simulating a keypress of equal sign (=) and question mark (?).
I figured if there\'s no virtual key code for those two, I should combine key presses an
The = character is the non-capitalized character on the =/+ key, while + is the capitalized character. Thus, to output an equals sign, simply use the (badly named) VK_OEM_PLUS virtual key code.