wez / evremap

A keyboard input remapper for Linux/Wayland systems, written by @wez
MIT License
401 stars 32 forks source link

hoping to add copilot key support, or indirectly, remap using key code #50

Closed YjzJim closed 8 months ago

YjzJim commented 8 months ago

copilot key is KEY_LEFTSHIFT + KEY_LEFTMETA

YaQia commented 1 month 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).

YjzJim commented 1 month ago

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.