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

Get active window title in Node.js.

Results 18 active-window issues
Sort by recently updated
recently updated
newest added

Powershell on windows with cyrillic locale uses koir8-r encoding. To fix this issue, just add ``` [Console]::OutputEncoding = [System.Text.Encoding]::UTF8 ``` before `Write-Host` in `scripts/windows.ps1`

Hi....I am working at electron js...I want URL from browser.....

I have a problem, I want to get now active window when i press some keys。so first i press key ,I can get the active window,but second press back throw...

Hi, it doesn't work on macOS Mojave beta 10.14 `Thrown: execution error: Not authorized to send Apple events to System Events. (-1743)`

As this project seems abandoned, this is just a heads up for new users. There are several old Pull Requests here that haven't even been reviewed (a couple of them...

Hey i've been giving this a good test and found it randomly crashes when switching windows. I can't seem to find a culprit it just appears to be random. This...

Added some stuff to the windows powershell script to include PID. Haven't modified linux/mac commands so just return null. If anyone can code the mac/linux versions that'd be great.

This cool script failed and my node application crashed when the windowless Java app was started in the background and automatically got 'focused' on OSX El Capitan 10.11.6. Instead of...

Hi guys, I am using this module for a NodeJS/Electron/angular2 desktop application. Everything works good in the development mode but I don't understand why it doesn't work when I create...

Hi , is it possible to capture data when windows file explorer is active? At the moment no data is being captured when file explorer is in focus (on my...