electron-active-window icon indicating copy to clipboard operation
electron-active-window copied to clipboard

C++ N-API module to get information on the currently selected window on Linux, MacOS and Windows.

Results 4 electron-active-window issues
Sort by recently updated
recently updated
newest added

Use [active-win](https://github.com/sindresorhus/active-win) instead.

The type definitions for keys have a few incorrect entries on my machine (windows 10). ``` // Enter: 28, Enter: 3612, // Backquote: 41, Backquote: 125, ``` Above you'll find...

Really appreciate your open source work @nullxx 🙏. This is a question rather than an issue. I'm trying to understand why to consider this module over the [active-win](https://github.com/sindresorhus/active-win) library? It...

**Issues:** 1. Couldn't install package on Linux machine getting following error: ``` make: Entering directory '/home/ahmadgoraya/Documents/taskick-electron/node_modules/electron-active-window/build' CC(target) Release/obj.target/nothing/../node-addon-api/src/nothing.o AR(target) Release/obj.target/../node-addon-api/src/nothing.a COPY Release/nothing.a CXX(target) Release/obj.target/wm/cppsrc/main.o CXX(target) Release/obj.target/wm/cppsrc/linux/windowlinux.o ../cppsrc/linux/windowlinux.cpp:6:10: fatal error: X11/extensions/scrnsaver.h:...