Find and raise a window in KDE4 with shortcut
Solution 1:
you can use wmctrl as the basis:
% wmctrl -a WIN
the only thing you have to do is find out "WIN", which is the id for the window matching a certain criteria.
<WIN> This argument specifies the window. By default it's interpreted as a string. The string is matched against the window titles and the first matching window is used. The matching isn't case sensitive and the string may appear in any position of the title.
Solution 2:
Left click on the the window title bar, scroll to advanced and then click on the window shortcut configuration. I can't find out how to get rid of them.