mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-07-14 00:00:06 +08:00
Add enableLayoutCandidatesKeyPress option. Fixes #1866
This commit is contained in:
@@ -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).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user