alecpl
2010-03-25 33e2e42321ef70c772ee180ed9e35397e922abac
program/js/app.js
@@ -1456,6 +1456,10 @@
      this.command('delete');
    else if (list.key_pressed == list.BACKSPACE_KEY)
      this.command('delete');
    else if (list.key_pressed == 33)
      this.command('previouspage');
    else if (list.key_pressed == 34)
      this.command('nextpage');
    else
      list.shiftkey = false;
    };