Closed CairX closed 9 years ago
When adding a keyboard event listener not all events are registered.
Keys noticed so far:
That the listed keys above register a keyboard event and logs this.
Example of working keys:
And log from such a key:
[28242:0329/064514:INFO:CONSOLE(22)] "[object KeyboardEvent]", source: ///address/// (22)
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>KeyboardEvent</title> </head> <body> <script> window.addEventListener("keypress", function(e) { console.log(e); }); </script> </body> </html>
Binding: pythrust 0.7.5 Binding host: Python 3.4.3 OS: Archlinux
Issue
When adding a keyboard event listener not all events are registered.
Keys noticed so far:
Expected
That the listed keys above register a keyboard event and logs this.
Example of working keys:
And log from such a key:
Test case
Environment
Binding: pythrust 0.7.5 Binding host: Python 3.4.3 OS: Archlinux