[Lazarus] Cool IDE add-on idea
Ondrej Pokorny
lazarus at kluug.net
Tue Apr 24 22:20:25 CEST 2018
On 24.04.2018 22:14, Ondrej Pokorny via Lazarus wrote:
> On 24.04.2018 21:41, Graeme Geldenhuys via Lazarus wrote:
>> Currently I can't tab between toolbar buttons, can't trigger the "More"
>> dropdown.
>
> Unfortunately that's how the TToolBar works. No chance to change it.
> We'd need a new toolbar component that would accept focus for the tool
> buttons.
There is one way to do it more simply: add &-hotkeys to the buttons.
E.g. the help button can be triggered with Alt+H (because the caption is
&Help). Adding &-hotkeys to other buttons will allow to trigger them
with a keyboard as well.
Ondrej
More information about the Lazarus
mailing list