You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add enter/escape key functionality to the chat rename option on the side bar for chats. This would allow the user to click their enter and escape key on their keyboard to either submit or cancel the rename rather than hovering their mouse over the checkmark or X.
🎤 Why is this feature needed ?
In my use case, this feature would allow for a more convenient user experience as it allows for a quicker renaming process during real-time use of the product.
✌️ How do you aim to achieve this?
I plan to add JavaScript code to implement this feature by using JavaScript to react to the events of "Enter" or "Esc" key presses. I will have the response react in a similar fashion to how the current mouse press actions behave regarding the checkmark/X options.
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
I checked and didn't find similar issue
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
🔖 Feature description
Add enter/escape key functionality to the chat rename option on the side bar for chats. This would allow the user to click their enter and escape key on their keyboard to either submit or cancel the rename rather than hovering their mouse over the checkmark or X.
🎤 Why is this feature needed ?
In my use case, this feature would allow for a more convenient user experience as it allows for a quicker renaming process during real-time use of the product.
✌️ How do you aim to achieve this?
I plan to add JavaScript code to implement this feature by using JavaScript to react to the events of "Enter" or "Esc" key presses. I will have the response react in a similar fashion to how the current mouse press actions behave regarding the checkmark/X options.
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: