Steam Screenshot Arrow and Wheel Controls

Allows you to use the arrow keys to switch screenshots.

< Opiniones de Steam Screenshot Arrow and Wheel Controls

Puntuación: Pasable; el script funciona, pero tiene carencias importantes

§
Publicado: 11/02/2016

Bug report

Win7 64-bit
Firefox 42.0

I found if using this script, you couldn't type anything in "Add a comment" while browsing an addon of Steam workshop.(example: http://steamcommunity.com/sharedfiles/filedetails/?id=???) It worked but got some issues so please update.

§
Publicado: 16/03/2016
Editado: 16/03/2016

I found this problem when I press F5 or Ctrl+W. This did nothing.

I try edit line 19-22 to

addEventListener('keydown',function(e){
    if (e.which==37) {prev();e.preventDefault();}
    else if (e.which==39) {next();e.preventDefault();}
});

And it work fine.

Publicar respuesta

Inicia sesión para responder.