Steam Screenshot Arrow and Wheel Controls

Allows you to use the arrow keys to switch screenshots.

< Feedback on Steam Screenshot Arrow and Wheel Controls

Review: OK - script works, but has bugs

§
Posted: 2016-02-11

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.

§
Posted: 2016-03-16
Edited: 2016-03-16

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.

Post reply

Sign in to post a reply.