🚀 Feature: Add Enter/Esc Functionality to "Rename" Chat #1481
Labels
bug
Something isn't working
enhancement
New feature or request
frontend
help wanted
Extra attention is needed
javascript
Pull requests that update Javascript code
🔖 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: