Skip to content

Prevent high CPU usage due to mass key remappings

Andreas Hartmetz requested to merge work/ahartmetz/bundle_x11_remapnotify into master

At least when using xmodmap, the changes seem to trickle in key by key, triggering the expensive x11MappingNotify() for each of them, and burning CPU time in kglobalacceld and the X server (together keeping a core busy) for one minute+.

Merge request reports