Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 753 Bytes

File metadata and controls

21 lines (16 loc) · 753 Bytes

2017-12-02 Asyncio

2017-07-23

To get uinput as user, try Changing uInput Device Permission | tkcheng. Add a uinput group and then

KERNEL==”uinput”, GROUP=”uinput”, MODE:=”0660″

in a udev rule

2020-06-18 Libevdev conversion

string to scancode: libevdev.evbit("KEY_A").value scancode to string: `libevdev.evbit(1, 30).name

2020-06-18 Singleton instance

2020-06-19 Multiprocess logging