kernel-community / services

Implementation of Kernel services
https://www.kernel.community/
MIT License
15 stars 16 forks source link

Chat submit metaenter #27

Closed gjacuna closed 2 years ago

gjacuna commented 2 years ago

Small contribution to chat UX: submit on special enter, ie command+enter on mac or control+enter on pc No more need to use your mouse to click the button or tab to change focus! just press cmd+enter or control+enter to submit the chat I'm a newbie, so forgive any mistakes or non-conventions

gjacuna commented 2 years ago

Thanks @simonpure for the feedback. I corrected as per your suggestions and added hot keys to change channels! cmd or ctrl + arrow up or down will iterate over the existing channels Ran lint and format commands too.

gjacuna commented 2 years ago

Hi @simonpure, I just pushed the requested changes. Thanks for the feedback!