I'm experiencing diverse (and mostly wrong) behavior of [keyup]:
- For most of the keys [keyup] gives output right after the key is pressed instead of when the key is released.
- There are some exceptions where the behavior of keyup is correct: the arrow keys, the return key, backspace and the modifier keys.
- Furthermore, some keys have auto-repeat behavior and most don't. The keys with auto-repeat behavior are: a, e, u, i, o, n, the arrow keys, the return key, backspace, tab, space and all symbol keys.
The [keyname] object exposes the same behavior as keyup.
Best!
Edwin
Pd version 0.48.1
macOS 10.13.3
Anonymous
i think this is a duplicate of github#213
You are right. I didn't know that github is also used for bug reports so I only checked if I could find it here.