kevinhermawan / Ollamac

Mac app for Ollama
Other
991 stars 52 forks source link

"Send" button keyboard shortcut #3

Closed felixkreuk closed 8 months ago

felixkreuk commented 8 months ago

Hi, thanks for the nifty mac app! Is there a keyboard shortcut for the send button? If not then maybe cmd+enter is a good candidate :)

Thanks in advance for considering this!

kevinhermawan commented 8 months ago

Hi @felixkreuk, thanks for your suggestion. I'm currently exploring the idea of streamlining the message sending process. The plan is to make the Enter key for sending messages and Shift+Enter for new lines, in line with the standard practices of other chat apps. 😄

felixkreuk commented 8 months ago

Sgtm!Thanks,FelixOn 10 Nov 2023, at 21:52, Kevin Hermawan @.***> wrote: Hi @felixkreuk, thanks for your suggestion. I'm currently exploring the idea of streamlining the message sending process. The plan is to make the Enter key for sending messages and Shift+Enter for new lines, in line with the standard practices of other chat apps. 😄

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

kevinhermawan commented 8 months ago

I've successfully implemented a shortcut for the send button by pressing Enter (#6). However, tracking the Shift key hold has been challenging. I believe I've found an effective solution: adding an 'expand' button for users who prefer editing in a larger text editor. This addition will also simplify the process of inserting new lines.

kevinhermawan commented 8 months ago

Implemented in version 1.0.1 😃

felixkreuk commented 8 months ago

Thanks a lot Kevin, works great!