Question: how can I bind keys other then US-keyboard

In a script node which is listening to keyboard events I like to bind all keys on the keyboard. Inconveniently I have to bind all the keys (there should be a more convenient way to do that). My problem is that I have a Swedish keyboard and not all keys could be bound like the national characters and other characters like * ’ ¨ ^ and many others.

Is there a way to solve this problem?

Yes, setting keyBinding to [""] will bind all keys.

Thank you! It works perfectly and solve my problems!