Howdy,
I hope it is okay for you that I share an idea about going over the KeyMap docs and guides?
The guide
https://www.bryntum.com/products/scheduler/docs/guide/Scheduler/customization/keymap
This sentence makes very little sense for someone who is not a Bryntum employee, especially because the proceeding code does not have a feature name prefixed. You use an example that is a counter-example to this text, so confusing:
Please note that Scheduler does not currently provide any default keyboard shortcuts. Only Scheduler's features does provide keyboard shortcuts.
The API Docs
https://www.bryntum.com/products/scheduler/docs/api/Core/widget/mixin/KeyMap
This link has 3 sentences. One of that is only half a sentence and the other has a broken link:
The eventKeyDown listener
Only after scouring the forum did I find mention of eventKeyDown, which is perfect for what I need. Maybe you can consider adding a line about this function to the Guide?