vmeeting-io / vmeeting_issue

0 stars 0 forks source link

[lately][UI] 채팅창에서 참가자 찾을 때, 키보드로 조작 가능하게 수정 요청 #184

Open jangyoojin opened 3 years ago

jangyoojin commented 3 years ago

[발생현상] 채팅창에서 참가자를 '@'를 이용해 찾을 때, 참가자를 클릭해야만 선택됩니다. 마우스를 사용하지 않고 키보드만 이용해 선택할 수 있다면 더 편리할 것 같습니다. 개선 방향 -채팅창에 @를 입력했을 때, 아래와 같이 참가자 목록에 포커스를 주고 키보드 방향 키로 참가자 고르기가 가능하게 수정 -엔터를 쳐서 참가자 선택이 가능하게 수정 =>방향키와 엔터로 개인 메세지를 보낼 참가자가 적용되도록 수정하면 편리할 것 같습니다. 아래 캡쳐와 같이 수정되면 좋겠습니다.

[발생일자] 2021.08.30

[재현경로]

[스크린샷 및 동영상 첨부] image

sajan-dpnm commented 3 years ago

i think the selection is completed when you are able to type the participant's name followed by space

sajan-dpnm commented 3 years ago

umm yeah, currently, the pop-up list doesn't support moving in between items

jangyoojin commented 3 years ago

space로 선택하는 것을 enter 키 입력시에도 되게 수정하는 건 어떨까요?

sajan-dpnm commented 3 years ago

currently the enter key listener is being used to propagate a new chat message, but yes it can be possible to use enter key to select participants when active