We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8dcfd commit 7b6367aCopy full SHA for 7b6367a
docs/quickstart.rst
@@ -31,6 +31,12 @@ because it enables the arrow keys to traverse the command history.
31
32
python -m ahkpy
33
34
+To start AutoHotkey.py without the terminal window, use *pyw*:
35
+
36
+.. code-block:: text
37
38
+ pyw -m ahkpy myscript.py
39
40
The AutoHotkey.py interface resembles that of the Python interpreter. For more
41
information on the interface options refer to `Python documentation
42
<https://docs.python.org/3/using/cmdline.html#interface-options>`_.
0 commit comments