Mottie / Keyboard

Virtual Keyboard using jQuery ~
http://mottie.github.io/Keyboard/
Other
1.78k stars 723 forks source link

moving up from last right key in the Navigation extension. #581

Closed bsurai closed 7 years ago

bsurai commented 7 years ago

Here is demo https://mottie.github.io/Keyboard/docs/navigate.html

Case: 1) assume 'Cancel' is active now. 2) user presses Up button on laptop keyboard 3) 'x' button has been activated because 'Cancel' and 'x' have index 2 in their arrays.

I prefer to get different 3rd step. 3) right 'shift' has been activated because 'Cancel' and right 'shift' are last in theirs arrays.

May I implement it?

Mottie commented 7 years ago

Hi @bsurai!

Sure go for it! I would appreciate some help!

Mottie commented 7 years ago

Available in v1.26.26, thanks again @bsurai!