microsoft / BotFramework-WebChat

A highly-customizable web-based client for Azure Bot Services.
https://www.botframework.com/
MIT License
1.59k stars 1.53k forks source link

remove keyboard helper screen from web chat #5234

Closed amirmursal closed 1 month ago

amirmursal commented 3 months ago

Fix candidate for #5220, #5212, #4965, #4918

Changelog Entry

Fixes #4965. Removed keyboard helper screen in #5234, by @amirmursal

Description

Removed keyboard control screen from the chat window to address several accessibility issues

Review Checklist

This section is for contributors to review your work.

OEvgeny commented 2 months ago

We probably want to cleanup localizations as well: https://github.com/microsoft/BotFramework-WebChat/blob/e069c6258cce746d27f540858ef62f773baa45c5/packages/api/src/localization/en-US.json#L74-L90

OEvgeny commented 1 month ago

We probably want to cleanup localizations as well:

https://github.com/microsoft/BotFramework-WebChat/blob/e069c6258cce746d27f540858ef62f773baa45c5/packages/api/src/localization/en-US.json#L74-L90

Done

OEvgeny commented 1 month ago

Closes #4995 Closes #4996 Closes #4997 as well