Onglet HTML Detect Shift

if(event.shiftKey && event.key === "Tab") { 
  //shift was down when tab was pressed
}
Chris PA