Warning, /plasma-bigscreen/mycroft-ptt-client/README.md is written in an unsupported language. File is not indexed.
0001 # mycroft_ptt_client 0002 Mycroft Push-To-Talk Client 0003 0004 A simple push to talk client for mycroft based on libinput for USB remotes or external devices that wish to activate the mycroft listener with a button press, currently binds KEY_VOICECOMMAND and KEY_ASSISTANT events. 0005 0006 Please Note: libinput requires USER to be added to input group. 0007 0008 Example: 0009 ``` bash 0010 sudo usermod -a -G input $USER 0011 ``` 0012 0013 0014 Mycroft PushToTalk Client Usage: 0015 ``` bash 0016 mycroft_ptt_client 0017 ```