blitz-research / monkey

Blitz Research Monkey Source
226 stars 59 forks source link

ios return key fix #19

Closed skn3 closed 11 years ago

skn3 commented 11 years ago

I just fixed this bug: http://monkeycoder.co.nz/Community/posts.php?topic=5133

The return key was not being trapped and was just being handled in the generic key handler.

skn3 commented 11 years ago

Also fixed issue with space key (and possible other keys) causing random key events. Changed it so the change range function always returns YES.

skn3 commented 11 years ago

Ok I think this is all working properly now...

blitz-research commented 11 years ago

Thanks!

I just pushed a modified version of this that doesn't let the textedit string grow 'forever' - probably not necessary...

skn3 commented 11 years ago

winner :dart: