How to write a full-custom context menu of copy and paste

Hi

{ 	
    copyPaste : true,
    contextMenuCopyPaste : {
        swfPath : '/path/to/ZeroClipboard.swf'
    },
    contextMenu: true
}

it works fine. but.

{ 	
    copyPaste : true,
    contextMenuCopyPaste : {
        swfPath : '/path/to/ZeroClipboard.swf'
    },
    contextMenu: {
        items: [
            {
                key: "copy",
                name: "Copy",
                callback: function(key, options) {
                    // Should I write here in any way?
                    // (Also cut and paste)
                }
            }
        ]
    }
}

I do not know even read the documentation and source.

Hi @src.jun.hamano
we do not have an example with custom copy/paste option in the context menu, but here’s an example of how to start with a custom menu: http://jsfiddle.net/fbqf6p1c/1/

Thank you very much. I appreciate it

you’re welcome @src.jun.hamano
have a great weekend.

oh.

Microsoft internet explorer do not never work it.
give up.