found it being quite hard to work with the keyboard node in conjunction with sift to detect key(down/pressed/up) since sifting for ‘p’ (mode contains) would also return true if ‘space’ was hit.
buffered output only returns keydown.
and keycode (which could also return a spread of keycodes by the way) only returns the last pressed keycode.
the keymatch node is vvvvery unhandy as soon as dealing with a lot of different keys to handle… (reconnect on changed key)