Add enableLayoutCandidatesKeyPress option. Fixes #1866

This commit is contained in:
Francisco Hodge
2023-02-25 13:23:34 -05:00
parent a198d02259
commit b2872b7809
2 changed files with 19 additions and 1 deletions
+5
View File
@@ -256,6 +256,11 @@ export interface KeyboardOptions {
*/
disableCandidateNormalization?: boolean;
/**
* Enables onKeyPress triggering for layoutCandidate items
*/
enableLayoutCandidatesKeyPress?: boolean;
/**
* Executes the callback function every time simple-keyboard is rendered (e.g: when you change layouts).
*/