DayPilot.Scheduler.keyboard.move

The keyboard.move() methods moves the keyboard focus in the specified direction.

The target will be resolved using the internal rules. It behaves the same way as if an arrow key were pressed.

Available since version 2021.3.5070.

Declaration

DayPilot.Scheduler.keyboard.move(direction[, options]);

Parameters

  • direction ("left", "right", "up", "down") - specifies the direction in which the focus should move
  • options.dontFireEvent (boolean) - if set to true, the onKeyboardFocusChange and onKeyboardFocusChanged events will not be fired for this move