Is there anyway to move (swap) an icon pinned to the taskbar by keyboard?











up vote
0
down vote

favorite












My Ubuntu version is default 18.04.



It seems to be configured via some macro or shell script, But I can't find and figure out.



Is there any way I can move (or swap) pinned Ubuntu taskbar icons using a simple key combination like super + whatever + arrow?










share|improve this question









New contributor




jong-hyun Yeo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    up vote
    0
    down vote

    favorite












    My Ubuntu version is default 18.04.



    It seems to be configured via some macro or shell script, But I can't find and figure out.



    Is there any way I can move (or swap) pinned Ubuntu taskbar icons using a simple key combination like super + whatever + arrow?










    share|improve this question









    New contributor




    jong-hyun Yeo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      My Ubuntu version is default 18.04.



      It seems to be configured via some macro or shell script, But I can't find and figure out.



      Is there any way I can move (or swap) pinned Ubuntu taskbar icons using a simple key combination like super + whatever + arrow?










      share|improve this question









      New contributor




      jong-hyun Yeo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      My Ubuntu version is default 18.04.



      It seems to be configured via some macro or shell script, But I can't find and figure out.



      Is there any way I can move (or swap) pinned Ubuntu taskbar icons using a simple key combination like super + whatever + arrow?







      command-line shortcut-keys gnome-shell shortcuts taskbar






      share|improve this question









      New contributor




      jong-hyun Yeo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      jong-hyun Yeo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited yesterday









      Zanna

      48.9k13123234




      48.9k13123234






      New contributor




      jong-hyun Yeo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Nov 18 at 4:18









      jong-hyun Yeo

      32




      32




      New contributor




      jong-hyun Yeo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      jong-hyun Yeo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      jong-hyun Yeo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          There is no built-in possibility to move the pinned icons through keystrokes. The pinned icons (and their order) are defined in a dconf setting, e.g.



          org.gnome.shell favorite-apps ['firefox.desktop', 'org.gnome.Nautilus.desktop', 'zim.desktop', 'org.gnome.Terminal.desktop', 'libreoffice-writer.desktop', 'libreoffice-calc.desktop', 'libreoffice-impress.desktop', 'org.gnome.gedit.desktop']


          Thus, at least, the pinned icons and/or their order could be changed in a script by changing the setting:



          gsetting set org.gnome.shell favorite-apps ['...']  


          It would probably not be that easy to implement a keyboard interface that would allow to select an icon and move it with keystrokes. There is no way that I know to select the Ubuntu dash with the keyboard. In Standard Gnome Shell, however, without Ubuntu Dock active, one can reach the Dash in the overview with: Super Ctrl+Alt+Tab.






          share|improve this answer























          • @Zanna I was assuming the default Ubuntu 18.04 environment. Rather than closing the question immediately, the OP should probably be given the change to indicate the details.
            – vanadium
            2 days ago






          • 1




            OP edited the question, it is indeed default 18.04. Nonetheless, I would not jump to assumption in general before OP actually edits the post. Besides questions always can be reopened
            – Sergiy Kolodyazhnyy
            yesterday













          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          jong-hyun Yeo is a new contributor. Be nice, and check out our Code of Conduct.










           

          draft saved


          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1093887%2fis-there-anyway-to-move-swap-an-icon-pinned-to-the-taskbar-by-keyboard%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          1
          down vote



          accepted










          There is no built-in possibility to move the pinned icons through keystrokes. The pinned icons (and their order) are defined in a dconf setting, e.g.



          org.gnome.shell favorite-apps ['firefox.desktop', 'org.gnome.Nautilus.desktop', 'zim.desktop', 'org.gnome.Terminal.desktop', 'libreoffice-writer.desktop', 'libreoffice-calc.desktop', 'libreoffice-impress.desktop', 'org.gnome.gedit.desktop']


          Thus, at least, the pinned icons and/or their order could be changed in a script by changing the setting:



          gsetting set org.gnome.shell favorite-apps ['...']  


          It would probably not be that easy to implement a keyboard interface that would allow to select an icon and move it with keystrokes. There is no way that I know to select the Ubuntu dash with the keyboard. In Standard Gnome Shell, however, without Ubuntu Dock active, one can reach the Dash in the overview with: Super Ctrl+Alt+Tab.






          share|improve this answer























          • @Zanna I was assuming the default Ubuntu 18.04 environment. Rather than closing the question immediately, the OP should probably be given the change to indicate the details.
            – vanadium
            2 days ago






          • 1




            OP edited the question, it is indeed default 18.04. Nonetheless, I would not jump to assumption in general before OP actually edits the post. Besides questions always can be reopened
            – Sergiy Kolodyazhnyy
            yesterday

















          up vote
          1
          down vote



          accepted










          There is no built-in possibility to move the pinned icons through keystrokes. The pinned icons (and their order) are defined in a dconf setting, e.g.



          org.gnome.shell favorite-apps ['firefox.desktop', 'org.gnome.Nautilus.desktop', 'zim.desktop', 'org.gnome.Terminal.desktop', 'libreoffice-writer.desktop', 'libreoffice-calc.desktop', 'libreoffice-impress.desktop', 'org.gnome.gedit.desktop']


          Thus, at least, the pinned icons and/or their order could be changed in a script by changing the setting:



          gsetting set org.gnome.shell favorite-apps ['...']  


          It would probably not be that easy to implement a keyboard interface that would allow to select an icon and move it with keystrokes. There is no way that I know to select the Ubuntu dash with the keyboard. In Standard Gnome Shell, however, without Ubuntu Dock active, one can reach the Dash in the overview with: Super Ctrl+Alt+Tab.






          share|improve this answer























          • @Zanna I was assuming the default Ubuntu 18.04 environment. Rather than closing the question immediately, the OP should probably be given the change to indicate the details.
            – vanadium
            2 days ago






          • 1




            OP edited the question, it is indeed default 18.04. Nonetheless, I would not jump to assumption in general before OP actually edits the post. Besides questions always can be reopened
            – Sergiy Kolodyazhnyy
            yesterday















          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          There is no built-in possibility to move the pinned icons through keystrokes. The pinned icons (and their order) are defined in a dconf setting, e.g.



          org.gnome.shell favorite-apps ['firefox.desktop', 'org.gnome.Nautilus.desktop', 'zim.desktop', 'org.gnome.Terminal.desktop', 'libreoffice-writer.desktop', 'libreoffice-calc.desktop', 'libreoffice-impress.desktop', 'org.gnome.gedit.desktop']


          Thus, at least, the pinned icons and/or their order could be changed in a script by changing the setting:



          gsetting set org.gnome.shell favorite-apps ['...']  


          It would probably not be that easy to implement a keyboard interface that would allow to select an icon and move it with keystrokes. There is no way that I know to select the Ubuntu dash with the keyboard. In Standard Gnome Shell, however, without Ubuntu Dock active, one can reach the Dash in the overview with: Super Ctrl+Alt+Tab.






          share|improve this answer














          There is no built-in possibility to move the pinned icons through keystrokes. The pinned icons (and their order) are defined in a dconf setting, e.g.



          org.gnome.shell favorite-apps ['firefox.desktop', 'org.gnome.Nautilus.desktop', 'zim.desktop', 'org.gnome.Terminal.desktop', 'libreoffice-writer.desktop', 'libreoffice-calc.desktop', 'libreoffice-impress.desktop', 'org.gnome.gedit.desktop']


          Thus, at least, the pinned icons and/or their order could be changed in a script by changing the setting:



          gsetting set org.gnome.shell favorite-apps ['...']  


          It would probably not be that easy to implement a keyboard interface that would allow to select an icon and move it with keystrokes. There is no way that I know to select the Ubuntu dash with the keyboard. In Standard Gnome Shell, however, without Ubuntu Dock active, one can reach the Dash in the overview with: Super Ctrl+Alt+Tab.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited yesterday









          Zanna

          48.9k13123234




          48.9k13123234










          answered 2 days ago









          vanadium

          4,1721925




          4,1721925












          • @Zanna I was assuming the default Ubuntu 18.04 environment. Rather than closing the question immediately, the OP should probably be given the change to indicate the details.
            – vanadium
            2 days ago






          • 1




            OP edited the question, it is indeed default 18.04. Nonetheless, I would not jump to assumption in general before OP actually edits the post. Besides questions always can be reopened
            – Sergiy Kolodyazhnyy
            yesterday




















          • @Zanna I was assuming the default Ubuntu 18.04 environment. Rather than closing the question immediately, the OP should probably be given the change to indicate the details.
            – vanadium
            2 days ago






          • 1




            OP edited the question, it is indeed default 18.04. Nonetheless, I would not jump to assumption in general before OP actually edits the post. Besides questions always can be reopened
            – Sergiy Kolodyazhnyy
            yesterday


















          @Zanna I was assuming the default Ubuntu 18.04 environment. Rather than closing the question immediately, the OP should probably be given the change to indicate the details.
          – vanadium
          2 days ago




          @Zanna I was assuming the default Ubuntu 18.04 environment. Rather than closing the question immediately, the OP should probably be given the change to indicate the details.
          – vanadium
          2 days ago




          1




          1




          OP edited the question, it is indeed default 18.04. Nonetheless, I would not jump to assumption in general before OP actually edits the post. Besides questions always can be reopened
          – Sergiy Kolodyazhnyy
          yesterday






          OP edited the question, it is indeed default 18.04. Nonetheless, I would not jump to assumption in general before OP actually edits the post. Besides questions always can be reopened
          – Sergiy Kolodyazhnyy
          yesterday












          jong-hyun Yeo is a new contributor. Be nice, and check out our Code of Conduct.










           

          draft saved


          draft discarded


















          jong-hyun Yeo is a new contributor. Be nice, and check out our Code of Conduct.













          jong-hyun Yeo is a new contributor. Be nice, and check out our Code of Conduct.












          jong-hyun Yeo is a new contributor. Be nice, and check out our Code of Conduct.















           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1093887%2fis-there-anyway-to-move-swap-an-icon-pinned-to-the-taskbar-by-keyboard%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          How did Captain America manage to do this?

          迪纳利

          南乌拉尔铁路局