Article 57S2H KDE: find who is capturing keys combination

KDE: find who is capturing keys combination

by
usr345
from LinuxQuestions.org on (#57S2H)
I'm using Slackware 14.2, Emacs version: GNU Emacs 26.3 (build 1, i586-slackware-linux-gnu, GTK+ Version 3.18.9) of 2019-08-29.

I want to attach an action to "Super-s" key combination in Emacs:

Code:(define-key global-map [?\s-s] (lambda () (interactive) (message "hello-world")))A person, who suggested me this says, that it works for him on Emacs 25, Emacs 26, Emacs 27 on Apple/Mac computer. He ran Emacs -Q to disable any configs interference.

I tried the same, it didn't work. "Ctrl-h k s-s" shows nothing. The key combination must be captured by KDE window manager.

How to find who is capturing it and disable?latest?d=yIl2AUoC8zA latest?i=pwfbYWFMX7U:dmxsqwPAP2A:F7zBnMy latest?i=pwfbYWFMX7U:dmxsqwPAP2A:V_sGLiP latest?d=qj6IDK7rITs latest?i=pwfbYWFMX7U:dmxsqwPAP2A:gIN9vFwpwfbYWFMX7U
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments