jQuery.keyboard icon indicating copy to clipboard operation
jQuery.keyboard copied to clipboard

'enter' or 'return'

Open rafis opened this issue 11 years ago • 2 comments

In keyboards it is 'return', but in plugin 'form' it is 'enter'. This causing issue that enter key doesn't work. Also in textarea I would make it not to submit, but to put newline '\n' even if it is called 'form' plugin.

rafis avatar Jul 25 '13 10:07 rafis

I think jQuery.keyboard diserve a complete refactorisation. The problem is that I did it for fun, I don't have any usage of it. So, if I'm afraid to make some quick fixes and insufficient tests. For the form problem, I think a good solution would be to add it as an option. Like on facebook, you would be able to enable or disable form submission.

Do you use it somewhere on the internet ? never saw it in real action :'(

cahnory avatar Jul 25 '13 18:07 cahnory

Well, you have made a good SEO-advertisment with static articles linking to your plugin :+1: And the demand on jquery virtual keyboard should be high due to increasing development rate of informational terminals. One approach is to use hardware keyboard and other is virtual keyboard. I'm trying to adapt it here and here. I haven't tried other solutions yet: https://github.com/Mottie/Keyboard http://keith-wood.name/keypad.html

rafis avatar Jul 26 '13 08:07 rafis