hello everybuddy. I am wandering how to create item with the ‘run a script’ entry? Can anyone help me :)

hello everybuddy. I am wandering how to create item with the ‘run a script’ entry? Can anyone help me 🙂

6 Commentsto hello everybuddy. I am wandering how to create item with the ‘run a script’ entry? Can anyone help me :)

  1. Add item -> Lightning action -> Run script

  2. 宋来瑞 says:

    Lukas Morawietz thank you very much. and then I want to run the script to create an item automaticlly. can you help?

  3. 宋来瑞 says:

    Lukas Morawietz Sorry for my poor english 🙂

  4. a complete example could be:

    var intent = new Intent(put_something_here_according_to_your_need_and_the_documentation);

    LL.getCurrentDesktop().addShortcut(“hello”, intent, 0, 0);

  5. 宋来瑞 says:

    Pierre Hébert   thank you ,this is what I want. 

Leave a Reply

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