我有一些問題得到兩個代碼的兩邊使用uinput工作。 基於Getting started with uinput: the user level input subsystem我總結了以下作家(減去錯誤處理): int main(int ac, char **av)
{
int fd = open("/dev/uinput", O_WRONLY | O_NONBLOCK);
我試圖安裝uinput安裝uinput,發現我需要運行(pip install python-uinput) 不同之處在於,當我嘗試運行它,我得到這個錯誤的命令: Cannot fetch index base URL https://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement