Hello, thank you for creating and maintaining this very useful script.
I use it regularly on ChatGPT, and it works great for sending messages with Ctrl+Enter (or Cmd+Enter). However, I noticed that the shortcut does not work when editing a previously sent message in ChatGPT. In the message editing interface, pressing Ctrl+Enter only inserts a newline instead of submitting the edited message.
It would be very helpful if the script could also support the ChatGPT message editing textarea so that Ctrl+Enter / Cmd+Enter can submit the edited message, just like in the normal input box.
Currently, the edit interface appears to use a inside an element like article[data-testid^="conversation-turn"], and the submit button is the primary button in that area.
If possible, could you consider adding support for this case in a future update?
Thank you again for your great work and for maintaining this script.
Hello, thank you for creating and maintaining this very useful script.
I use it regularly on ChatGPT, and it works great for sending messages with Ctrl+Enter (or Cmd+Enter). However, I noticed that the shortcut does not work when editing a previously sent message in ChatGPT. In the message editing interface, pressing Ctrl+Enter only inserts a newline instead of submitting the edited message.
It would be very helpful if the script could also support the ChatGPT message editing textarea so that Ctrl+Enter / Cmd+Enter can submit the edited message, just like in the normal input box.
Currently, the edit interface appears to use a inside an element like article[data-testid^="conversation-turn"], and the submit button is the primary button in that area.
If possible, could you consider adding support for this case in a future update?
Thank you again for your great work and for maintaining this script.