yyykt

Results 1 comments of yyykt

`define_modmap` seems to be what you are looking for. ``` define_modmap({ Key.CAPSLOCK: Key.LEFT_CTRL }) ``` Please check [example/config.py](../blob/master/example/config.py)