in vm_keydown during the switch it should be:
default: if(key && isprint(key)) {
that way non-printable characters (like ctrl+c) won't be able to be input into text fields.
Log in to post a comment.