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?