Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.16.9 source code.tar.gz | 2023-10-11 | 554.7 kB | |
0.16.9 source code.zip | 2023-10-11 | 707.3 kB | |
README.md | 2023-10-11 | 246 Bytes | |
Totals: 3 Items | 1.3 MB | 0 |
This version adds a possibility to disable keyboard shortcuts. Additionally you may filter keyboard events handled by the designer.
:::js
// Disabled shortcuts
const configuration = {
keyboard: false,
// ...
};