ask

ask .. how do I add a shortcut open and hide panels in lightning launcher, like hide and seek in the themes have lutz linke ?? sorry my bad english ..

9 Commentsto ask

  1. Stahw says:

    You can do it by adding a “go to a desktop/position” just take care of what you pin or not 😉

  2. Or you can use a short script like this:

    var panel = LL.getCurrentDesktop().getItemByName(““);

    panel.setVisibility(!panel.isVisible()); 

  3. Weco Rockers says:

    continues to open its panel using the command / action what sir pierre ??

  4. Stahw says:

    Weco Rockers in facts this launcher supports javascript, so if you know how to write script, you can open/hide the panel with a script. Pierre gives you an example you can copy/paste on the script editor (think you need to enable “expert mode” in the Ll settings).

  5. Weco Rockers says:

    I am having trouble installing the script in panel sir ..

  6. Weco Rockers says:

    ” at line 2 : referenceEror ” panel ” is not defined (test#2)

  7. Weco Rockers says:

    if pleased .. make me a tutorial installation script in the panel and how to add items to the shortcut open / hide panel

  8. Stahw says:

    Did you set a name to the panel?

    So enter edit mode, click the panel, long press to get personalise option (the 1st one), then +, and + again, set a name (eg panel1).

    In the script you write the name where Pierre told you, with ” ” but no <> (respect the case, if you write panel1, don’t copy Panel 1).

    Go back to your desktop, add a shortcut “do nothing”, edit mode, personalize, plus, plus, scroll down to press, run a script, and choose your script

  9. Weco Rockers says:

    thank you for the help sir stahw and sir pierre ..

Leave a Reply

Your email address will not be published. Required fields are marked *