Hello,
I'm using Lazarus 4.4 on Ubuntu 24.04.
I've configured an external tool (project1) that launches a Pascal binary with a -h parameter.
This should return the help message.
The working directory is $(ProjPath). I've added Ctrl-H as a keyboard shortcut (I've removed it from the only place is used to be).
The problem is, when I press Ctrl-H, nothing happens. When I go Tools -> Project1, nothing happens.
Shouldn't there be a message in Messages or the Event Log?