Closed YjzJim closed 8 months ago
copilot key is KEY_LEFTSHIFT + KEY_LEFTMETA
Hi there, could you tell me how do you remap it into KEY_RIGHTCTRL
? Because in my case, copilot key emits a key combo (scancode: db 2a 6e 6e 2a db) and never can hold the key press (even with the key held).
This works: @YaQia [[remap]] input = ["KEY_LEFTMETA", "KEY_LEFTSHIFT"] output = ["KEY_RIGHTCTRL"]
My problem was and still is that it also compromises the original key combo which i may need for my wm.
copilot key is KEY_LEFTSHIFT + KEY_LEFTMETA