Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bind keyboard toggle to button #27

Closed
lavakush-rgukt opened this issue Dec 5, 2017 · 1 comment
Closed

bind keyboard toggle to button #27

lavakush-rgukt opened this issue Dec 5, 2017 · 1 comment
Labels

Comments

@lavakush-rgukt
Copy link

How can we able to bind the MOK key to particular id and how can we enable/disable mok keyboard

@srm985
Copy link
Owner

srm985 commented Dec 5, 2017

If I understand correctly, you would like to launch the keyboard by clicking a button - is this correct? Currently, the keyboard is displayed when a specified input-capable element (i.e. input, textarea, content editable div) is focused. This not only serves to trigger the keyboard but also helps it understand into which field it should input text.

Could you help me better understand your idea to launch the keyboard with a button? Once you have clicked the button, how does the keyboard know into which field it should input text? Is there a specific button for each field? Is there only one field on the page? Is the field specifically scoped with the button? Understanding your goals will help me not only improve the keyboard for you, but potentially help others as well.

As far as enabling and disabling goes, the keyboard currently does not have this capability. I'm not sure why I never created this function but I have opened issue #28 to create enable/disable functionality and issue #29 to allow full destruction of the keyboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants