mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Set key classname for accessibility
This commit is contained in:
parent
009a60b141
commit
a3ef83532b
@ -155,6 +155,8 @@ public class KeyboardAccessibilityDelegate<KV extends KeyboardView>
|
||||
Key k = getKeyOf(virtualViewId);
|
||||
if(k == null) return;
|
||||
|
||||
node.setClassName(android.inputmethodservice.Keyboard.Key.class.getName());
|
||||
|
||||
String description = getKeyDescription(k);
|
||||
|
||||
node.setContentDescription(description);
|
||||
|
Loading…
Reference in New Issue
Block a user