alols / xcape

Linux utility to configure modifier keys to act as other keys when pressed and released on their own.
GNU General Public License v3.0
2.1k stars 117 forks source link

Ignore action when Ctrl or Alt is pressed before interception button #137

Open MurzNN opened 2 years ago

MurzNN commented 2 years ago

I need to configure Shift_L button to act as Ctrl_Shift+H - it works okay. But the problem is that keypresses like Ctrl + Shift and Alt + Shift trigger this action too.

Is there some workaround to disable triggering action when Ctrl, Alt, Meta is held when Shift_L is pressed?