https://github.com/ccampbell/mousetrap
<script src="/path/to/mousetrap.min.js"></script> <script type="text/javascript"> Mousetrap.bind('[', function () { $('#next').click() }); </script>
https://github.com/ccampbell/mousetrap
<script src="/path/to/mousetrap.min.js"></script> <script type="text/javascript"> Mousetrap.bind('[', function () { $('#next').click() }); </script>