squidowl / halloy

IRC application written in Rust
GNU General Public License v3.0
1.71k stars 68 forks source link

Feature request: Shift-Return to create a newline #202

Open jtbx opened 1 year ago

jtbx commented 1 year ago

Hey, nice client. On some other IRC clients you can hold down Shift and press Return to create a newline in your message. When you press Return to send the message, each line will be individually sent as a new message. I think Halloy should have something like this as it allows a user to send multiple messages at once without being interrupted in a busy channel.

tenturestept commented 7 months ago

i heard this is possible now in iced, right?

casperstorm commented 7 months ago

i heard this is possible now in iced, right?

Yes! This is possible with https://github.com/iced-rs/iced/pull/2123

nc7s commented 4 months ago

It would also be great to be able to Ctrl/Cmd-Enter to send ;)