Cloudef / wlc

High-level Wayland compositor library
MIT License
331 stars 58 forks source link

Allow keys to be remapped based on press duration #242

Open alimunjaya opened 7 years ago

alimunjaya commented 7 years ago

In X11 you can use xcape to remap the ctrl key to esc on short press and ctrl on long press. Can similar capability be added to wlc? It doesn't look like there are any keypress or key release hooks in src/compositor/seat/keyboard.c.

If someone can help me start the implementation I would appreciate the guidance.