key_nav

enables the keyboard navigation in the scheduler

boolean key_nav;

Example

scheduler.config.key_nav = true;


Default value:

true

Related samples

Details

The property requires the key_nav extension to be enabled.

See also
Back to top