streamdeckfs
streamdeckfs copied to clipboard
SteamDeckFS is a tool, written in Python (3.9+), to configure a StreamDeck (by Elgato), using the file system
Hi @twidi, I searched a way to write text when a key is pressed (like streamdeck-ui proposed: https://timothycrosley.github.io/streamdeck-ui/#write-text), but i found nothing in the documentation. The example is to create...
This pull request should fix two opened issues: - #58 - #59
Hi ! When I install **streamdeckfs** on a brand new virtual environment i get the error below: ``` Traceback (most recent call last): File "/tmp/venv/bin/streamdeckfs", line 5, in from streamdeckfs.commands...
``` ❯ streamdeckfs inspect Found 1 Stream Deck(s): * Deck AL46K2C82243 critical: Oops... Traceback (most recent call last): File "/home/cdl/.local/lib/python3.10/site-packages/streamdeckfs/commands/__init__.py", line 26, in main cli() File "/home/cdl/.local/lib/python3.10/site-packages/click/core.py", line 1128, in...