Test helper for simulating a hotkey on a target element.
This will also setup the hotkey event system if not configured yet.
simulateHotkey(someTextBox, { key: 'X', ctrlKey: true }); Copy
simulateHotkey(someTextBox, { key: 'X', ctrlKey: true });
Test helper for simulating a hotkey on a target element.
This will also setup the hotkey event system if not configured yet.