Commit e1c4db2
committed
Fix Browser.SendKeyEvent. Update kivy_.py key map and fix crash for popups.
Always set CefKeyEvent.windows_key_code in SendKeyEvent, even on Linux.
When sending key event for 'backspace' on Linux and setting
"native_key_code", "character", "unmodified_character" it doesn't work.
It starts working after "windows_key_code" is also sent.
Update key map in kivy_.py.
Fix popup crashing in kivy_.py (Issue cztomczak#237).
Allow to run "python binaries_64bit/kivy_.py" by setting LD_LIBRARY_PATH.1 parent a8dd90c commit e1c4db2
2 files changed
+135
-176
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
518 | | - | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
519 | 523 | | |
520 | 524 | | |
521 | 525 | | |
| |||
0 commit comments