Recent

Author Topic: Tip for running on KDE4.x  (Read 5329 times)

xircon

  • New Member
  • *
  • Posts: 25
Tip for running on KDE4.x
« on: March 21, 2010, 07:29:09 pm »
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: [Select]
wmiface findNormalWindows "" " Lazarus" "" "" 0 false | \
    while read ln; do
        wmiface forceActiveWindow $ln
    done

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.

 

TinyPortal © 2005-2018