I don't know the answer to this question, but maybe somebody can be of help with my question with a similar sort of event-problem:
For a multiple selectbox you have to hold down the ctrl-key + click to select multiple items. I want to avoid to hold down the ctrl-button, so that I can select multiple elements with only a click of the mouse on each element I want to select. In short: How can I fake the ctrl-down-event to bind with the click event on specific elements? I tried to make a custom event, but I can't seem to get grip on it. Thanks
