Listen for global keypress in NodeJS

how do I detect a global keypress in NodeJS? With global i mean just in other windows (on Linux). The script i’m making is only for Linux. ioHook didn’t work for me, it just gave XKB Keyboard support is required. Anyone knows a good package for that?