sometimes the Keyboard node hangs. outputs keycode 51 although it isn’t pressed…
quite annoying… gotta have to patch a workaround now…
sometimes the Keyboard node hangs. outputs keycode 51 although it isn’t pressed…
quite annoying… gotta have to patch a workaround now…
Hi,
I have the same problem.
I had the same problem once, it seemed that hung when going fullscreen using that alt+enter.
the solution to me was to use - (String) to filter away kind of a hack, but it works.
-sunep
same problem here: keyboard get stuck with 233 or as soon as there are more then 3 tabs used at the same time including . solution for me was using Sift(Value) and GetSlice, to filter the values i need.