Artur- / KeyActions

4 stars 2 forks source link

F1 in IE still Shows IE Help #4

Open neerup opened 7 years ago

neerup commented 7 years ago

Hi I'm trying to have F1 show my own help page in my app. but F1 still shows IE Help even when setting: action.setStopPropagation(true); action.setPreventDefault(true);

Is there a way to avoid this?