electron/lib
Samuel Attard da9261497e
feat: add MenuItem.userAccelerator property (#26682)
* feat: add MenuItem.userAccelerator property

This allows folks to read the user-assigned accelerator that macOS users can provide in system preferences. Useful for showing in-app shortcut help dialogs, you need to know if the accelerator you provided is not being used in favor of a user assigned one.

* chore: update syntax

* chore: add safety check for command index being -1
2021-06-29 16:28:16 -07:00
..
asar fix: improper wrapping of fs.promises.readFile (#29528) 2021-06-07 21:19:39 +02:00
browser feat: add MenuItem.userAccelerator property (#26682) 2021-06-29 16:28:16 -07:00
common refactor: implement <webview> using contextBridge (#29037) 2021-05-15 16:42:07 +09:00
isolated_renderer refactor: implement <webview> using contextBridge (#29037) 2021-05-15 16:42:07 +09:00
renderer fix: Inspector method overrides when contextIsolation enabled (#29841) 2021-06-24 20:36:22 +02:00
sandboxed_renderer refactor: replace a few usages of V8 hidden properties (#29400) 2021-06-03 14:59:56 +09:00
worker build: tsify worker/init (#24497) 2020-07-09 20:32:37 -07:00