``` hotkeys("*", function (event, handler) { console.log("event", event); // not trigger }); setTimeout(() => { hotkeys.trigger("r"); }, 3000); ```