mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
feat: show user gesture type in click event (#16954)
This commit is contained in:
@@ -4,3 +4,4 @@
|
||||
* `metaKey` Boolean (optional) - whether a meta key was used in an accelerator to trigger the Event
|
||||
* `shiftKey` Boolean (optional) - whether a Shift key was used in an accelerator to trigger the Event
|
||||
* `altKey` Boolean (optional) - whether an Alt key was used in an accelerator to trigger the Event
|
||||
* `triggeredByAccelerator` Boolean (optional) - whether an accelerator was used to trigger the event as opposed to another user gesture like mouse click
|
||||
|
||||
Reference in New Issue
Block a user