unity-renderer
unity-renderer copied to clipboard
POC Chat controls with keyboard only
This is an experimental task / POC We want to be able to interact with the chat just using the keyboard.
ANYWHERE
- [ ] Pressing ENTER, opens the chat panel where you left off, with the input in the textbox. If no conversation, default is nearby
CONVERSATION VIEW
- [ ] Pressing ENTER on an empty input inside a conversation, closes the chat
- [x] Pressing ESC in a conversation view (Channel, Nearby, Private Messages) will go back to the conversation list
CONVERSATION LIST
- [ ] Focus is always on search input
- [ ] First conversation on the list (Channel, or Private Messages) is "selected", highlighted in the same way as when you mouse over a channel.
- [ ] Pressing UP/DOWN will move the highlighted channel up and down
- [ ] Pressing ENTER, will enter the highlighted conversation
- [x] Pressing ESC on the conversation list closes the chat panel