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.
{
...options,
labels: {
copy: {
label: 'Copy',
accelerator: 'CmdOrCtrl+C'
}
}
}
I'd be more than happy to submit a PR depending on which route you prefer architecturally.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too