On Fri, 6 Jun 2008 15:25:12 +0200 "Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote:
> 2008/6/6 Mattias Gaertner <[EMAIL PROTECTED]>: > > > > 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 _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
