When I right click I should be able to 'paste' what i copied or cut. simple.
@baubeis, try adding action to the editor with addAction api.
For a starting point refer to this example in the playground.
https://microsoft.github.io/monaco-editor/playground.html#interacting-with-the-editor-adding-an-action-to-an-editor-instance
I think with @alexdima work recently this works now:

@bpasero Can you please share the link to the above image that you have mentioned ?
I think with @alexdima work recently this works now:
Yeah the related issue in vscode is: https://github.com/microsoft/vscode/issues/82604
@bpasero ,
I went through this PR Link
I have certain doubts regarding this ,
navigator.clipboard.readText support from the browsernavigator.clipboard.readText is triggeredBut maybe Alex can chime in too.
That is correct, this will come out with the editor August release.
Let's track in https://github.com/microsoft/monaco-editor/issues/2074
Most helpful comment
navigator.clipboard.readTextsupport from the browsernavigator.clipboard.readTextis triggeredBut maybe Alex can chime in too.