diff --git a/lib/Surface/USB/Handler.js b/lib/Surface/USB/Handler.js index 3b5e522b0..84151d5c5 100644 --- a/lib/Surface/USB/Handler.js +++ b/lib/Surface/USB/Handler.js @@ -84,7 +84,7 @@ class IpcWrapper { setVariable(name, value) { process.send({ cmd: 'setVariable', id: this.#id, device: this.#devicePath, name, value }) } - xeysSubscribePages(pageCount) { + xkeysSubscribePages(pageCount) { process.send({ cmd: 'xkeys-subscribePage', id: this.#id, device: this.#devicePath, pageCount }) } }