Skip to content

karyboy/kinesisKeyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kinesisKeyboard

kinesisKeyboard is an onscreen keyboard that can be used by web applications, with the kinesis framework for kinect, to input characters in input fields , textarea etc. using the kinect motion sensor. It uses the mottie keyboard and bridges it with kinesis.

Usage

To make an input field use the kinesisKeyboard , do the following :

$(function(){
                    bridge.setOpts({holdtime:1000});  // holdtime sets the time after which the character under kinesis cursor is input to the field
                    $('.kinesiskeyboard').keyboard(); // jquery selector for the input element 
          });

Dependencies

  • mottie keyboard
  • kinesis with kinect sensor or the simulator which comes with kinesis install package.
  • jquery UI theme

License

About

an onscreen keyboard compatible with kinesis framework .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors