Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/octalmage/closewindow
- Owner: octalmage
- Created: 2017-06-14T22:28:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-14T22:50:29.000Z (over 7 years ago)
- Last Synced: 2023-03-26T17:07:01.045Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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();
```