Bug 327 : ASCII character shift error
Last modified: 2006-04-19 16:05




Status:
RESOLVED
Resolution:
INVALID -
Priority:
P2
Severity:
normal

 

Reporter:
YODA0340
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2006-04-19 16:00
I recently created an ASCII keytest using processing, and noticed that for
most of the keyboard the keyCode variable did not differentiate between
upper and lowercase.
Additional Comment #1 From fry 2006-04-19 16:05
that's not a bug.. use 'key' when you want the character. keyCode is for the key's code, which
for the case of ascii characters, will always return just one case.