-
Notifications
You must be signed in to change notification settings - Fork 724
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
Remove keys & Open keyboard automatically #49
Comments
I don't mean to sound rude, it's all in the documentation. Just read through the options. Look at $('#keyboard').keyboard({
initialized : function(e, keyboard, el) {
keyboard.reveal();
}
}); Here is a demo of the above code, but I left in all of the options. I hope that isn't too confusing. You can get to a fresh version if you go to the main demo page and click the playground link, then you can try out all of the different settings. |
Hello Mottie thanks. I thing i solve my problem... i only dont know how remove keys... i read and read but can´t find... Can you please give me the name of the file and the line to remove key... i want remove enter... Thanks |
Well you have two options:
|
Has this been solved as well? I'm going to close it, but feel free to re-open it if you are still having problems. |
So, to hide ONE key I have to do all keyboard layout? |
Sorry, no... but I will consider including something like that once I get around to updating this library. |
Hello,
It is possible remove some keys? how?
It is possible have the keyboard open... everytime open... when we go to the page see the keyboard without click.
The text was updated successfully, but these errors were encountered: