unity-renderer icon indicating copy to clipboard operation
unity-renderer copied to clipboard

POC Chat controls with keyboard only

Open olavra opened this issue 2 years ago • 0 comments

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

olavra avatar Aug 11 '22 13:08 olavra