How do I use Unity drag handles?












20















I saw on this post that Unity has touch enabled drag handles. How do I turn them on so I can use them with a mouse?



enter image description here










share|improve this question





























    20















    I saw on this post that Unity has touch enabled drag handles. How do I turn them on so I can use them with a mouse?



    enter image description here










    share|improve this question



























      20












      20








      20


      3






      I saw on this post that Unity has touch enabled drag handles. How do I turn them on so I can use them with a mouse?



      enter image description here










      share|improve this question
















      I saw on this post that Unity has touch enabled drag handles. How do I turn them on so I can use them with a mouse?



      enter image description here







      unity multi-touch window-management grab-handles






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 10 '12 at 18:43









      RolandiXor

      44.6k25140231




      44.6k25140231










      asked Mar 24 '11 at 16:05









      Jorge CastroJorge Castro

      36.7k106422617




      36.7k106422617






















          1 Answer
          1






          active

          oldest

          votes


















          18














          The Unity multitouch grab handles plugin ships with Unity. It is activated by a three finger press on a touch screen. You can toggle it by repeatably tapping three fingers on your touchscreen.



          You can use it with a mouse by toggling the plugin on and off. To ensure the plugin is enabled, do the following:




          1. Start the CompizConfig Setting Manager: Press Alt + F2 to open the run dialog, type ccsm, and press Enter (if that doesn't work, you probably need to install the package compizconfig-settings-manager first).



          2. The grab handle plugin will only work correctly, if the Png plugin is enabled, so scroll down to the Image Loading section and make sure Png is ticked:




            (source: xrmb2.net)




          3. Now scroll further down to the Uncategorized section and tick the Unity MT Grab Handles plugin:




            (source: xrmb2.net)




          4. By default, there is no shortcut defined to initiate the handles, so click on the Unity MT Grab Handles button to configure the shortcut (and also the fade duration, if you like):




            (source: xrmb2.net)




          5. Next to Toggle Handles click on the Disabled button and tick the Enable checkbox:




            (source: xrmb2.net)




          6. Now click on Grab key combination and press the desired shortcut:




            (source: xrmb2.net)



          7. Confirm and close the CompizConfig Setting Manager. Now you should see the handles like in the picture in the question when using the shortcut you just defined.







          share|improve this answer





















          • 2





            I thought three-finger-tap was equivalent to middle click, which is paste? What happens if I have something in my clipboard and I three-finger-tap a window? Will it paste or will drag handles appear? or both? or neither? :D

            – popey
            Mar 24 '11 at 17:16











          • it will do the drag handles right now (i think thats how utouch works)

            – Jason Smith
            Mar 24 '11 at 17:22











          • @popey The middle click was moved to a 5 finger tap, as it turns out.

            – Didi Kohen
            Dec 10 '12 at 14:37













          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',
          autoActivateHeartbeat: false,
          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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f31877%2fhow-do-i-use-unity-drag-handles%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









          18














          The Unity multitouch grab handles plugin ships with Unity. It is activated by a three finger press on a touch screen. You can toggle it by repeatably tapping three fingers on your touchscreen.



          You can use it with a mouse by toggling the plugin on and off. To ensure the plugin is enabled, do the following:




          1. Start the CompizConfig Setting Manager: Press Alt + F2 to open the run dialog, type ccsm, and press Enter (if that doesn't work, you probably need to install the package compizconfig-settings-manager first).



          2. The grab handle plugin will only work correctly, if the Png plugin is enabled, so scroll down to the Image Loading section and make sure Png is ticked:




            (source: xrmb2.net)




          3. Now scroll further down to the Uncategorized section and tick the Unity MT Grab Handles plugin:




            (source: xrmb2.net)




          4. By default, there is no shortcut defined to initiate the handles, so click on the Unity MT Grab Handles button to configure the shortcut (and also the fade duration, if you like):




            (source: xrmb2.net)




          5. Next to Toggle Handles click on the Disabled button and tick the Enable checkbox:




            (source: xrmb2.net)




          6. Now click on Grab key combination and press the desired shortcut:




            (source: xrmb2.net)



          7. Confirm and close the CompizConfig Setting Manager. Now you should see the handles like in the picture in the question when using the shortcut you just defined.







          share|improve this answer





















          • 2





            I thought three-finger-tap was equivalent to middle click, which is paste? What happens if I have something in my clipboard and I three-finger-tap a window? Will it paste or will drag handles appear? or both? or neither? :D

            – popey
            Mar 24 '11 at 17:16











          • it will do the drag handles right now (i think thats how utouch works)

            – Jason Smith
            Mar 24 '11 at 17:22











          • @popey The middle click was moved to a 5 finger tap, as it turns out.

            – Didi Kohen
            Dec 10 '12 at 14:37


















          18














          The Unity multitouch grab handles plugin ships with Unity. It is activated by a three finger press on a touch screen. You can toggle it by repeatably tapping three fingers on your touchscreen.



          You can use it with a mouse by toggling the plugin on and off. To ensure the plugin is enabled, do the following:




          1. Start the CompizConfig Setting Manager: Press Alt + F2 to open the run dialog, type ccsm, and press Enter (if that doesn't work, you probably need to install the package compizconfig-settings-manager first).



          2. The grab handle plugin will only work correctly, if the Png plugin is enabled, so scroll down to the Image Loading section and make sure Png is ticked:




            (source: xrmb2.net)




          3. Now scroll further down to the Uncategorized section and tick the Unity MT Grab Handles plugin:




            (source: xrmb2.net)




          4. By default, there is no shortcut defined to initiate the handles, so click on the Unity MT Grab Handles button to configure the shortcut (and also the fade duration, if you like):




            (source: xrmb2.net)




          5. Next to Toggle Handles click on the Disabled button and tick the Enable checkbox:




            (source: xrmb2.net)




          6. Now click on Grab key combination and press the desired shortcut:




            (source: xrmb2.net)



          7. Confirm and close the CompizConfig Setting Manager. Now you should see the handles like in the picture in the question when using the shortcut you just defined.







          share|improve this answer





















          • 2





            I thought three-finger-tap was equivalent to middle click, which is paste? What happens if I have something in my clipboard and I three-finger-tap a window? Will it paste or will drag handles appear? or both? or neither? :D

            – popey
            Mar 24 '11 at 17:16











          • it will do the drag handles right now (i think thats how utouch works)

            – Jason Smith
            Mar 24 '11 at 17:22











          • @popey The middle click was moved to a 5 finger tap, as it turns out.

            – Didi Kohen
            Dec 10 '12 at 14:37
















          18












          18








          18







          The Unity multitouch grab handles plugin ships with Unity. It is activated by a three finger press on a touch screen. You can toggle it by repeatably tapping three fingers on your touchscreen.



          You can use it with a mouse by toggling the plugin on and off. To ensure the plugin is enabled, do the following:




          1. Start the CompizConfig Setting Manager: Press Alt + F2 to open the run dialog, type ccsm, and press Enter (if that doesn't work, you probably need to install the package compizconfig-settings-manager first).



          2. The grab handle plugin will only work correctly, if the Png plugin is enabled, so scroll down to the Image Loading section and make sure Png is ticked:




            (source: xrmb2.net)




          3. Now scroll further down to the Uncategorized section and tick the Unity MT Grab Handles plugin:




            (source: xrmb2.net)




          4. By default, there is no shortcut defined to initiate the handles, so click on the Unity MT Grab Handles button to configure the shortcut (and also the fade duration, if you like):




            (source: xrmb2.net)




          5. Next to Toggle Handles click on the Disabled button and tick the Enable checkbox:




            (source: xrmb2.net)




          6. Now click on Grab key combination and press the desired shortcut:




            (source: xrmb2.net)



          7. Confirm and close the CompizConfig Setting Manager. Now you should see the handles like in the picture in the question when using the shortcut you just defined.







          share|improve this answer















          The Unity multitouch grab handles plugin ships with Unity. It is activated by a three finger press on a touch screen. You can toggle it by repeatably tapping three fingers on your touchscreen.



          You can use it with a mouse by toggling the plugin on and off. To ensure the plugin is enabled, do the following:




          1. Start the CompizConfig Setting Manager: Press Alt + F2 to open the run dialog, type ccsm, and press Enter (if that doesn't work, you probably need to install the package compizconfig-settings-manager first).



          2. The grab handle plugin will only work correctly, if the Png plugin is enabled, so scroll down to the Image Loading section and make sure Png is ticked:




            (source: xrmb2.net)




          3. Now scroll further down to the Uncategorized section and tick the Unity MT Grab Handles plugin:




            (source: xrmb2.net)




          4. By default, there is no shortcut defined to initiate the handles, so click on the Unity MT Grab Handles button to configure the shortcut (and also the fade duration, if you like):




            (source: xrmb2.net)




          5. Next to Toggle Handles click on the Disabled button and tick the Enable checkbox:




            (source: xrmb2.net)




          6. Now click on Grab key combination and press the desired shortcut:




            (source: xrmb2.net)



          7. Confirm and close the CompizConfig Setting Manager. Now you should see the handles like in the picture in the question when using the shortcut you just defined.








          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 5 hours ago









          Glorfindel

          2653413




          2653413










          answered Mar 24 '11 at 16:08









          Jason SmithJason Smith

          1,5241110




          1,5241110








          • 2





            I thought three-finger-tap was equivalent to middle click, which is paste? What happens if I have something in my clipboard and I three-finger-tap a window? Will it paste or will drag handles appear? or both? or neither? :D

            – popey
            Mar 24 '11 at 17:16











          • it will do the drag handles right now (i think thats how utouch works)

            – Jason Smith
            Mar 24 '11 at 17:22











          • @popey The middle click was moved to a 5 finger tap, as it turns out.

            – Didi Kohen
            Dec 10 '12 at 14:37
















          • 2





            I thought three-finger-tap was equivalent to middle click, which is paste? What happens if I have something in my clipboard and I three-finger-tap a window? Will it paste or will drag handles appear? or both? or neither? :D

            – popey
            Mar 24 '11 at 17:16











          • it will do the drag handles right now (i think thats how utouch works)

            – Jason Smith
            Mar 24 '11 at 17:22











          • @popey The middle click was moved to a 5 finger tap, as it turns out.

            – Didi Kohen
            Dec 10 '12 at 14:37










          2




          2





          I thought three-finger-tap was equivalent to middle click, which is paste? What happens if I have something in my clipboard and I three-finger-tap a window? Will it paste or will drag handles appear? or both? or neither? :D

          – popey
          Mar 24 '11 at 17:16





          I thought three-finger-tap was equivalent to middle click, which is paste? What happens if I have something in my clipboard and I three-finger-tap a window? Will it paste or will drag handles appear? or both? or neither? :D

          – popey
          Mar 24 '11 at 17:16













          it will do the drag handles right now (i think thats how utouch works)

          – Jason Smith
          Mar 24 '11 at 17:22





          it will do the drag handles right now (i think thats how utouch works)

          – Jason Smith
          Mar 24 '11 at 17:22













          @popey The middle click was moved to a 5 finger tap, as it turns out.

          – Didi Kohen
          Dec 10 '12 at 14:37







          @popey The middle click was moved to a 5 finger tap, as it turns out.

          – Didi Kohen
          Dec 10 '12 at 14:37




















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f31877%2fhow-do-i-use-unity-drag-handles%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?

          迪纳利

          南乌拉尔铁路局