Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const bind = el => {
keymaps = new KeymapManager();
keymaps.defaultTarget = el;
keymaps.loadKeymap(`${config.keymapsFolder}/linux.json`);
document.addEventListener('keydown', eventListener);
};