MCPcopy Create free account
hub / github.com/hoothin/UserScripts / keyUpHandler

Function keyUpHandler

Picviewer CE+/Picviewer CE+.user.js:15771–15776  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

15769 };
15770
15771 function keyUpHandler(e){
15772 if(e.keyCode!=validKeyCode[index])return;
15773 container.removeEventListener('keyup',keyUpHandler,false);
15774 keyDown=false;
15775 stop();
15776 };
15777 container.addEventListener('keyup',keyUpHandler,false);
15778
15779 });

Callers

nothing calls this directly

Calls 1

stopFunction · 0.70

Tested by

no test coverage detected