Files
electron/docs/api
Birunthan Mohanathas a3b65ad481 Add before-input-event event for webContents (fixes #7586)
Embedding arbitrary web content is problematic when it comes to keyboard
shortcuts because:

* Web content can steal app shortcuts (see e.g. brave/browser-laptop#4408)

* Blocked web content (e.g. a focused <webview> performing expensive
computation) will also prevent app shortcuts from firing immediately

The new before-input-event event can be used to overcome these issues by
always handle certain keyboard events in the main process.

Note that this requires electron/brightray#261 to compile.
2016-12-13 15:54:13 -08:00
..
2016-12-09 09:56:16 -08:00
2016-11-11 09:22:55 -08:00
2016-11-16 09:02:49 -08:00
2016-12-09 09:37:46 -08:00
2016-10-13 14:09:14 -07:00
2016-10-27 10:42:31 -07:00
2016-11-11 09:22:55 -08:00
2016-11-23 09:10:27 -08:00
2016-11-23 11:51:44 +11:00
2016-11-16 09:02:49 -08:00
2016-11-16 09:54:29 -08:00
2016-11-03 10:26:00 -07:00
2016-12-09 09:56:16 -08:00
2016-11-17 10:33:24 +09:00
2016-10-13 14:09:14 -07:00
2016-11-16 09:02:49 -08:00