Greasy Fork is available in English.

Steam Screenshot Arrow and Wheel Controls

Allows you to use the arrow keys to switch screenshots.

< Spätná väzba na Steam Screenshot Arrow and Wheel Controls

Hodnotenie: OK - skript funguje, ale má chyby

§
Pridaný: 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.

§
Pridaný: 16.03.2016
Upravený: 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.

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.