This handles most (?) or keyboard input. For some reason "control+a" and enter are not working on google.com
It can handle plain ASCII, I tested also Hebrew input (high above in the Unicode range, see note bellow), and https://playbiolab.com/ (which is playable now!)
I am unsure about the bid ugly key conversion function... I am unsure if a hashmap would be better... Most of the keys match 1:1 to Qt... but there are some minor differences.
Note about BIDI:
The web rendering engine does not handle BIDI, KJC nor hindic, any complex text layout is not working now, I assume someone will code it in the next 10 years :)
This handles most (?) or keyboard input. For some reason "control+a" and enter are not working on google.com
It can handle plain ASCII, I tested also Hebrew input (high above in the Unicode range, see note bellow), and https://playbiolab.com/ (which is playable now!)
I am unsure about the bid ugly key conversion function... I am unsure if a hashmap would be better... Most of the keys match 1:1 to Qt... but there are some minor differences.
Note about BIDI: The web rendering engine does not handle BIDI, KJC nor hindic, any complex text layout is not working now, I assume someone will code it in the next 10 years :)