| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This directory contains external scripts (Python, Node.js, etc.) that run alongside the main Macro application to provide system-level functionality that is not possible from within a web browser.
These scripts must be run manually and separately from the main application.
This script listens for global keyboard and gamepad events to provide a "panic button" to close the external browser window and return focus to Macro.
cd SystemScriptspip install -r requirements.txtTo start the listener, run the following command from this directory (SystemScripts):
python key_listener.pyYou should keep this script running in a separate terminal window while you use Macro.
| Back | FazBrowse Home | New Git URL |