From PB Help: "KeyDown does not detect other ASCII values (such as 97-122 for lowercase letters)."
I don't understand why you call fx_caracter(). You can evaluate the key parameter of your keypress event.
From PB Help: "KeyDown does not detect other ASCII values (such as 97-122 for lowercase letters)."
I don't understand why you call fx_caracter(). You can evaluate the key parameter of your keypress event.