Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smeech authored Jan 14, 2025
1 parent 35962a4 commit 8851602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/delays-characters/0.1.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An Espanso trigger that uses the Python `pynput` library to inject text, *instea

See https://pynput.readthedocs.io/en/latest/keyboard.html#controlling-the-keyboard for details of the keywords, and https://pynput.readthedocs.io/en/latest/keyboard.html#pynput.keyboard.Key for the key names.

If necessary, use `python -m pip install pynput` to add pynput to your Python installation. Tested here with Python 3 but may work from Python 2.7 or earlier.
If necessary, use `python -m pip install pynput` to add pynput to your Python installation. Tested here with Python 3.10 but may work from Python 2.7 or earlier.

Supports keywords "type", "tap", "press", "release", and "sleep".

Expand Down

0 comments on commit 8851602

Please sign in to comment.