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 e1c4db2Copy full SHA for e1c4db2
File tree
Expand file treeCollapse file tree
2 files changed
+135
-176
lines changedOpen diff view settings
Filter options
- src
- linux/binaries_64bit
Expand file treeCollapse file tree
2 files changed
+135
-176
lines changedOpen diff view settings
Collapse file
+5-1Lines changed: 5 additions & 1 deletion
| 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