true if the key typically produces a printable character.isPrintableKey
fn
bool isPrintableKey(ushort vk) pure @safe nothrow @nogcCheck if a virtual key code represents a printable character.
Parameters
vk | Virtual key code to check. |