I’ve also noticed one bug: if I do keyboard.print(“bbbbb”) it will only print one “b”. It seems any repeating keys get discarded.
are you using Mac OS X lion or newer? Apple actually ignores repeat keys on all keyboards. Instead you get an iPhone like popup with accents and such (if any apply to the key that is being held down).
@Jeffburg Ah, didn’t know that. I’m on Mavericks. Will try it on Windows, see how it goes there.