Steam Screenshot Arrow and Wheel Controls

Allows you to use the arrow keys to switch screenshots.

< 腳本Steam Screenshot Arrow and Wheel Controls的回應

評論:普通 - 腳本能使用,但有一些問題

§
發表於: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.

§
發表於:2016-03-16
編輯: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.

發表回覆

登入以回覆