[Lazarus] [tip] Lazarus under KDE
Mattias Gaertner
nc-gaertnma at netcologne.de
Fri Jun 6 17:22:12 CEST 2008
On Fri, 6 Jun 2008 15:25:12 +0200
"Graeme Geldenhuys" <graemeg.lists at gmail.com> wrote:
> 2008/6/6 Mattias Gaertner <nc-gaertnma at netcologne.de>:
> >
> > Probably we need different different default keys for every
> > widgetset eventually.
>
> In really for every widgetset, but rather every desktop environment.
> I'm running Lazarus+GTK1 under KDE now.
>
> We could do like KDE does in the first time setup wizard. It asks what
> keyboard shortcut theme you would like to use:
> eg KDE 3, KDE 4, Windows, Mac, UNIX, WindowMaker 3, Custom etc...
>
> Setting up keyboard shortcuts inside the ide code is already a huge
> task, so I have no idea where to even start with something like
> Shortcut Themes!
Don't confuse IDE shortcuts and IDE commands, menu items, etc.
An IDE shortcut is setup with
ecBuild: SetResult(VK_F9,[ssCtrl],VK_UNKNOWN,[]);
And there are already 3 shortcut themes (default, classic, macosx).
Mattias
More information about the Lazarus
mailing list