liveview-native / elixirconf_chat_22

85 stars 10 forks source link

Capture return key to send message #16

Closed TheFirstAvenger closed 2 years ago

TheFirstAvenger commented 2 years ago

For those of us installing on a Mac (don't have iOS phone), capturing the return key to trigger sending a message would be a great simple QoL improvement.

shadowfacts commented 2 years ago

Handling just the return key isn't possible due to SwiftUI limitations, but it now supports Cmd+Return for sending messages.