I'm using pysimplegui and trying to receive keyboard events from the window. I used the following initialization:
window = sg.Window('Window Title', layout, finalize=True, return_keyboard_events=True)
I receive keyboard events normally, but when a non-ascii key is pressed (like when using hebrew charachters), I only receive a question mark in the event.