Javascript – How to send Shift+Enter when pressing Enter in a webpage?
I tried to intercept all enters in a page and send Shift+enter, it creates an endless loop of shift enters. After adding the logic to skip 'Shift+Enter', it sends the 'Enter' first, then a 'Shift+Enter'. I am confused with the…