search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Ctrl+Shift Keys

Asked by Mike Weber
7 years ago.

Hello,

we are using the Multi Selection and Context Menus.

We have integrated the features, anything fine.

Except: OSX.

We have the problem, that we use Ctrl + Drag to copy multiple events. We have used Shift + Drag before, but we had to change to Ctrl because we use the Multi Selection.

So under OSX the the Context Menu appears while using the features above an using Ctrl + Drag. We know this is a OSX problem.

So we try to hide the menu or use another key.

Are there any ideas? Can you provide a call for hiding the menu? Or how to grap the Alt Key?

thanks
Mike

Comment posted by Mike Weber
7 years ago.

Or is the way to modify the Multu Selection: e.G. Use Control or Alt instead of shift.

Answer posted by Mike Weber
7 years ago.

Workaround done. Problem fixed.

Handling the onEventRightClick Event.

if (args.originalEvent.ctrlKey==true) {
args.preventDefault();
}

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.