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

does this work in the Desktop UI? #96

Open vviikk opened 6 years ago

vviikk commented 6 years ago

No change in the graphical desktop UI (KDE) but works in terminal.

valpackett commented 6 years ago

If you're running Wayland (KDE KWin as Wayland compositor), xcape will only affect X applications, which are run using Xwayland. Native Wayland applications won't be affected.

I'm currently working on a little utility that does xcape-like things (and more) on the evdev level: evscript :) Others have made different solutions. See #67!