Forum > Linux
Tip for running on KDE4.x
(1/1)
xircon:
This overcomes some of the problems I was having with the IDE.
Open khotkeys and create and define a hotkey, on the action tab, paste:
--- Code: ---wmiface findNormalWindows "" " Lazarus" "" "" 0 false | \
while read ln; do
wmiface forceActiveWindow $ln
done
--- End code ---
Into the command/url box.
I defined meta+z, when pressed, it brings all Lazarus windows to the front.
I had to install wmiface, but it was in the Mandriva repos, so it will probably be in other distros.
Navigation
[0] Message Index