diff --git a/ip0443a52d.js b/ip0443a52d.js index 6994295..a9b62b9 100644 --- a/ip0443a52d.js +++ b/ip0443a52d.js @@ -7,7 +7,11 @@ if (!this.initialized) { console.log('key up initialized'); } -if (data.code === 'KeyL') { +console.log(data); + +if (data.code === 'KeyL' || + data.code === 'l' + ) { this.loadNext(); }