DHTMLX Scheduler Read Only View

Hi,
How can we stop keyboard shortcuts in read only mode? Even on enabling the scheduler’s read only mode, I can use keyboard shortcuts(ctrl+X, ctrl+v, delete, enter, etc). I am currently working on Reactjs technology.

Hello,
You should check if scheduler.config.readonly==true and, if so, customize dhtmlxscheduler_key_nav.js file or redefine this behavior before common configuration of Scheduler.