workstream message submit on CTRL+ENTER

Comments

3 comments

  • Official comment
    Permanently deleted user

    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 Permalink
  • Jonathan

    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,

    1
    Comment actions Permalink
  • Jonathan

    Should I post another one in the "Feature request" section or will someone see this and submit this as a useful feature?

    0
    Comment actions Permalink

Please sign in to leave a comment.