You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the edit options such as Copy, Cut, and Paste that have system hotkeys, it would be helpful to have a flag that you could use to enable the CmdOrCtrl+C, etc. hotkeys to be displayed in the MenuItem[]. That could look something like the following:
{
...options,showEditAccelerators: true}
Another possibility would be to extend the labels option to allow not just a string, but an object for the string label and an accelerator. i.e.
For the edit options such as
Copy
,Cut
, andPaste
that have system hotkeys, it would be helpful to have a flag that you could use to enable theCmdOrCtrl+C
, etc. hotkeys to be displayed in theMenuItem[]
. That could look something like the following:Another possibility would be to extend the
labels
option to allow not just a string, but an object for the string label and an accelerator. i.e.I'd be more than happy to submit a PR depending on which route you prefer architecturally.
The text was updated successfully, but these errors were encountered: