On January 18, 2010, Aaron J. Seigo wrote:
> On January 18, 2010, Jonathan Riddell wrote:
> > panel.addWidget("launcher");
> > //TODO how to set launcher global shortcut?
>
> good question; this one i don't think you can .. i'll add a method for
> this.
widget.globalShortcut = 'Alt+F1' // or
On January 18, 2010, Aaron J. Seigo wrote:
> > systray = panel.addWidget("systemtray");
> > //TODO how to do sysTray->action("add default applets") ?
>
> you would have to write the appropriate configuration values for it. this
> is widget specific, obviously. there are some problems in doin
On January 18, 2010, Jonathan Riddell wrote:
> As I understand it this should be replaced with a javascript script.
> Unfortunately there's not much in the way of examples to copy as far
> as I can find.
as i pointed out on irc (but will repeat here so others can benefit too :),
you can find exam