Rajat Galav
Results
1
comments of
Rajat Galav
const hotkey_get_handler = (hotkey) => (e, combo) => { const handlers = global_hotkeys[hotkey] let propagate = true _.forEach(handlers, ({ handler }) => { if (!propagate) return propagate = handler(e, combo)...