DayPilot.Scheduler.onKeyDown

The onKeyDown event handler is fired when a keydown event is detected on the keyboardTarget object when the Scheduler keyboard support is active.

Available since version 2021.3.5070.

Declaration

DayPilot.Scheduler.onKeyDown(args);

Parameters

  • args.originalEvent - the original KeyboardEvent object
  • args.preventDefault() - cancels the default action (the default action is defined for up, down, left, right and enter keys)