Windows 11/modern keyboard: handle hardware keyboard input suggestions announcements again (#16313)
Closes #16283
Summary of the issue:
In Windows 11, NVDA does not announce top suggestion from hardware keyboard input suggestions list.
Description of user facing changes
NVDA will once again announce hardware keyboard input suggestions.
Description of development approach
Edited IMECandidateUI/IMECandidateItem classes in emoji panel app module:
• IMECandidateUI: in Windows 11, NVDA will descend one more level if Automation Id is "IME_Prediction_Window".
• IMECandidateItem: NVDA will handle UIA element selected event as long as focus is not on the candidate item itself (refined from previous iteratino of this class).