We're using CodeMirror for an XML Editor component we have. In it, is has lots of listeners, which on of them is Select All (CTRL-A). It listens to the combinations of CTRL and A, and reworks the select all internally (since it is composed of many span and div elements).

When the user right clicks on a text and clicks "Select All" it doesn't fire the same event as CTRL-A. So my question is: What is the event for Right click (context-menu) and then Select All?

link|improve this question

42% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.