Kbd Tag
<%* let txt = tp.file.selection(); if (txt) { txt = txt.replace(/[ -+]+/g, ' '); tR = txt.split(' ').map((x) => <kbd>${x}</kbd>).join('+') + ' '; } else { tR = <kbd></kbd>; } %>
<kbd>${x}</kbd>
<kbd></kbd>