Closed binarydad closed 2 years ago
To send message, you can use Control
+Enter
. I think it is much easier to format paragraphs with Enter
key.
You're not the first telling me this. May be I will set it configurable with a new hasSendingEnterKey
:
true
: Control
+Enter
and Enter
send message, Shift
+Enter
add new linefalse
: Control
+Enter
send message, Enter
and Shift
+Enter
add new lineI think a setting is fine. Of the messengers I've used, simply hitting Enter sends the message, and I'm used to using Shift + Enter to make paragraphs.
@binarydad with 0.9.2, you can add this env to your docker command:
-e APP_HAS_SENDING_ENTER_KEY=1
I noticed this with the older version as well. When typing and then hitting "Enter", it adds a new line instead of sending. Not sure if this is a bug or intentional, but I feel this should send the message. Thanks!