ok found the problem I guess
my events for fullscreen:
_______________
1 condition:
keyboard - on F pressed | Browser - request Fullscreen
_______________
2 conditions:
keyboard - on F pressed | Browser - cancel Fullscreen
browser - is fullscreen |
_______________
this works just fine in the browser, but not when using Node-Webkit
(when I'm using a different key for leaving fullscreen it works, what I think is quite inconvenient)
I know, I could define a variable to make it work... but what is the "browser - is fullscreen" condition good for, when I can't use it this way?