const shortcutListener = combi((shortcut) => { $('.shortcut-text').innerText = shortcut }) window.addEventListener('keydown', shortcutListener)