Background: I have a textarea. I capture the Tab key event when the user is typing, and I insert a Tab character (\t) and prevent the browser from focusing on the next input. This works without issue on Mac and PC, on all browsers. I have a textarea. I capture the Ta