Closed cx closed 3 years ago
The enter key is not special on the TI keyboard, so before making a change like this I'd want to know why does enter repeat if other keys do not? Where did you test this behaviour?
I read the rest of the function, I see. You are waiting for enter to be released, not so much treating it as special. Okay, makes more sense now.
The 'gets' function doesn't autorepeat. However, the ENTER key does autorepeat. This changes the behavior for ENTER to NOT autorepeat.