workstream message submit on CTRL+ENTER
Hi
CTRL+ENTER is a usual submit hotkey for long messages. GMail uses it, Slack uses it etc. It should be enabled for workstream conversations also. Simple thing, saves time.
Regards,
Alex.
-
Official comment
Hi Alex,
Many thanks for your request. I will pass it on to our product team.
Please let me know if I can help you with anything else.
Comment actions -
Hi, I see jQuery is working on PPH message web page so I created a simple jQuery script that will make this dream a reality:
$("textarea").keydown(function($key){if($key.ctrlKey && $key.key == "Enter"){$("#enter-to-send").nextAll(".tall.call-to-action").click();}});Just need to put this code line somewhere on ready and boom, it should be there! if needed, you can make the code better as you like.
Best regards,
Please sign in to leave a comment.
Comments
3 comments