Home | History | Annotate | Download | only in js

Lines Matching refs:shiftKey

3494 $(document).bind('keyup keydown', function(e){shifted = e.shiftKey; return true;} );