shortcut
Functions
Function
Description
Example
Description
Usage Examples
Basic Shortcut Handling
// Handle keyboard events
document.addEventListener('keydown', (e) => {
dphelper.shortcut.keys(e);
});Custom Shortcut Configuration
Save Form
Details
Last updated