There’s a shortcut to go to previous/next desktop but is there any such shortcut to go to adjacent screens…

There’s a shortcut to go to previous/next desktop but is there any such shortcut to go to adjacent screens (left/right/top/bottom)…. If not consider this a suggestion.

]]>

9 Commentsto There’s a shortcut to go to previous/next desktop but is there any such shortcut to go to adjacent screens…

  1. Anonymous says:

    < ![CDATA[

    Will adding a desktop bookmark do it for you ?

    ]]>

  2. Anonymous says:

    < ![CDATA[

    Nigel Pugh  not really, because if you moved something, then just want to go left and go back right, the bookmark will save elements positions, etc…

    ]]>

  3. Anonymous says:

    < ![CDATA[

    Benoît de Chezelles is correct. Just scroll to the position you want, & create a desktop bookmark.

    ]]>

  4. Anonymous says:

    < ![CDATA[

    Tried using the lightning desktop bookmark, but doesn’t seem to work from external apps (Kustom). It only allows me to bookmark to the home screen not the screen to the right.

    ]]>

  5. Anonymous says:

    < ![CDATA[

    Christopher Rogers​​, go to the position you wish to save. Create bookmark there. Move bookmark to wherever you need it, and it will always return you to the saved location/zoom state.

    ]]>

  6. Anonymous says:

    < ![CDATA[

    Chris Chastain​ thanks. I can get it to work creating and using a shortcut I place from within lightning… just having issues if I create a shortcut from kustom and select the lightning bookmark option.



    Regardless, I think a shortcut for adjacent screens would still be useful (for instance if you want a single pinned shortcut that continues to move to the screen on the right).

    ]]>

  7. Anonymous says:

    < ![CDATA[

    Ah, I get it now.


    I would assume that when creating a bookmark from another app, you would not have control over where the bookmark was created.



    Can you not create your bookmarks first, and then shortcut to then in kustom?


    I haven’t used it yet.

    ]]>

  8. Anonymous says:

    < ![CDATA[

    Chris Chastain​ correct, it let’s you choose a desktop when creating that shrortcut externally but not a specific screen in it.



    I tried creating the bookmark first but can’t select it, as it only allows the selection if an entire desktop.

    ]]>

  9. Anonymous says:

    < ![CDATA[

    The launcher will use the last position in this desktop.


    In order to go to adjacent screens, something you could try is a script like:


    var d = LL.getCurrentDesktop();


    var new_x = d.getPositionX() + d.getWidth();


    d.setPosition(new_x, d.getPositionY());



    (adjust new values for x and y with the desktop width and height)

    ]]>

Leave a Reply

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