csiew / BiscuitWM

A window manager written in Python (based on TinyWM and xpywm)
https://csiew.github.io/BiscuitWM/
MIT License
7 stars 1 forks source link

Refactor key combination observer and mapping #6

Closed csiew closed 3 years ago

csiew commented 3 years ago

This ticket was initially meant to replace the Xlib-based keyboard event observer with pynput. It was realised that it would be much clearer to just move the keyboard combinations into a dictionary and map them to simple event names.