Skip to main content

keys

Description

Defines the hot keys for the scheduler

keys: SchedulerHotkeys

Example

scheduler.keys.edit_save = 32;
...
scheduler.init('scheduler_here',new Date(),"month");

Details

The keys object has the following properties:

Property

Description

Default value

Applicable views

edit_savesets the number code of a keyboard key which can be used to confirm the edit operation (alternative to clicking the 'Save' button in the lightbox)13 (the 'Enter' key)all views
edit_cancelsets the number code of a keyboard key which can be used to cancel the edit operation (alternative to clicking the 'Cancel' button in the lightbox)27 (the 'Escape' key)all views
note

Note, all the keys' properties have the data type 'number'.

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.