Type any shortcut.
const shortcutListener = combi((shortcut) => {
  $('.shortcut-text').innerText = shortcut
})

window.addEventListener('keydown', shortcutListener)