Translates a character to the corresponding virtual-key code and shift state for the current keyboard.
SHORT VkKeyScanW( WCHAR ch );
int VkKeyScan(int ch) => _VkKeyScan(ch);