script.jsaddEventListener('keydown', e => { if (e.ctrlKey && e.key === 'j') { document.getElementById('text-input').focus() } })