]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/prv_message.tpl
Merge remote-tracking branch 'upstream/2023.09-rc' into ISO-639-1
[friendica.git] / view / theme / frio / templates / prv_message.tpl
index ce61ffbe8c48768139b1e1d157a43f045dba1949..88b253f1a7f091e399c0524a3719cd8d8238db43 100644 (file)
@@ -19,7 +19,7 @@
        {{* The message input field which contains the message text *}}
        <div id="prvmail-message-label" class="form-group">
                <label for="comment-edit-text-input">{{$yourmessage}}</label>
-               <textarea rows="8" cols="72" class="prvmail-text form-control text-autosize" id="comment-edit-text-input" name="body" tabindex="12" dir="auto">{{$text}}</textarea>
+               <textarea rows="8" cols="72" class="prvmail-text form-control text-autosize" id="comment-edit-text-input" name="body" tabindex="12" dir="auto" onkeydown="sendOnCtrlEnter(event, 'prvmail-submit')">{{$text}}</textarea>
        </div>
 
        <ul id="prvmail-text-edit-bb" class="comment-edit-bb comment-icon-list nav nav-pills hidden-xs pull-left">