Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/octalmage/closewindow

Close the active window.
https://github.com/octalmage/closewindow

Last synced: about 1 month ago
JSON representation

Close the active window.

Awesome Lists containing this project

README

        

# closeWindow

Close the active window. This sends ALT+F4 on Windows/Linux or CMD+Q on Mac.

## Usage

```
var closeWindow = require('closeWindow');
closeWindow();
```