Changing click-drag delay setting? Announcing the arrival of Valued Associate #679: Cesar...

Simple HTTP Server

Sally's older brother

malloc in main() or malloc in another function: allocating memory for a struct and its members

As a dual citizen, my US passport will expire one day after traveling to the US. Will this work?

What does the writing on Poe's helmet say?

What is the difference between a "ranged attack" and a "ranged weapon attack"?

what is the log of the PDF for a Normal Distribution?

Should a wizard buy fine inks every time he want to copy spells into his spellbook?

i2c bus hangs in master RPi access to MSP430G uC ~1 in 1000 accesses

What is the role of と after a noun when it doesn't appear to count or list anything?

Simple Line in LaTeX Help!

Why is std::move not [[nodiscard]] in C++20?

Why complex landing gears are used instead of simple,reliability and light weight muscle wire or shape memory alloys?

Monty Hall Problem-Probability Paradox

What does it mean that physics no longer uses mechanical models to describe phenomena?

Is multiple magic items in one inherently imbalanced?

How does light 'choose' between wave and particle behaviour?

Why is it faster to reheat something than it is to cook it?

Was Kant an Intuitionist about mathematical objects?

Did pre-Columbian Americans know the spherical shape of the Earth?

How much damage would a cupful of neutron star matter do to the Earth?

Mounting TV on a weird wall that has some material between the drywall and stud

Why not send Voyager 3 and 4 following up the paths taken by Voyager 1 and 2 to re-transmit signals of later as they fly away from Earth?

How to ask rejected full-time candidates to apply to teach individual courses?



Changing click-drag delay setting?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Mouse hover has delay/select (lubuntu 12.10How to let mouse wheel scrolling not change system settings?Ubuntu synaptics touchpad mouse move over buttons doesn't workDwell clicking software that supports right-dragging and allows to define shortcuts for KubuntuHow do I adjust the mouse pointer sensitivity with the GUI on Ubuntu 16.04 LTS?Mouse jumping on click/drag when sensitivity is decreased from terminalUbuntu thinks my mouse is a touchpad? Or a touchscreen?Mouse disappears when idle?Why is my mouse cursor teleporting leftwards incrementally when I drag certain elements?18.10 - Laptop Touchpad - Two Finger Click and Drag Stops Working After Update





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







1















To drag something with the mouse, it seems I have to hold the mouse button down for a fraction of a second before dragging (dragging immediately after clicking does not work).



I don't like this, but can't find any setting in the 'mouse & touchpad' settings to change it. Is there any way to reduce this delay?










share|improve this question































    1















    To drag something with the mouse, it seems I have to hold the mouse button down for a fraction of a second before dragging (dragging immediately after clicking does not work).



    I don't like this, but can't find any setting in the 'mouse & touchpad' settings to change it. Is there any way to reduce this delay?










    share|improve this question



























      1












      1








      1


      1






      To drag something with the mouse, it seems I have to hold the mouse button down for a fraction of a second before dragging (dragging immediately after clicking does not work).



      I don't like this, but can't find any setting in the 'mouse & touchpad' settings to change it. Is there any way to reduce this delay?










      share|improve this question
















      To drag something with the mouse, it seems I have to hold the mouse button down for a fraction of a second before dragging (dragging immediately after clicking does not work).



      I don't like this, but can't find any setting in the 'mouse & touchpad' settings to change it. Is there any way to reduce this delay?







      mouse settings input






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 14 '15 at 12:31







      UpTheCreek

















      asked Nov 14 '15 at 12:21









      UpTheCreekUpTheCreek

      1066




      1066






















          3 Answers
          3






          active

          oldest

          votes


















          1














          I have the same problem, though it seems to come and go, depending on system updates from Canonical.



          Interestingly, it was happening earlier to me until I plugged in an external USB mouse to test with. Now things are working perfectly, even when I remove the external USB mouse. By the way, my system is a Dell Vostro 2420 laptop with a trackpad.






          share|improve this answer































            1














            And now it's back again, at least with the trackpad. External USB mouse works fine when I plug it in. It seemed to go bad after I did a two-finger click-drag to scroll with the trackpad.






            share|improve this answer































              1














              The solution that's worked for me is toggling the input device on and off.



              First you find the input device that's misbehaving:



              foo@machine:$ xinput list
              ⎡ Virtual core pointer id=2 [master pointer (3)]
              ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
              ⎜ ↳ TPPS/2 IBM TrackPoint id=12 [slave pointer (2)]
              ⎜ ↳ SynPS/2 Synaptics TouchPad id=11 [slave pointer (2)]
              ⎣ Virtual core keyboard id=3 [master keyboard (2)]
              ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
              ↳ Power Button id=6 [slave keyboard (3)]
              ↳ Video Bus id=7 [slave keyboard (3)]
              ↳ Sleep Button id=8 [slave keyboard (3)]
              ↳ Integrated Camera id=9 [slave keyboard (3)]
              ↳ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
              ↳ ThinkPad Extra Buttons id=13 [slave keyboard (3)]


              Then you toggle that ID on and off, for me it's always been the Synaptics TouchPad (ID=11):



              foo@machine:$ xinput set-prop 11 "Device Enabled" 0
              foo@machine:$ xinput set-prop 11 "Device Enabled" 1


              And now its all working again, I think this is definitely a bug. I've randomly observed it across 3 different laptops, but haven't had the change to debug it.






              share|improve this answer


























              • This worked for me - thanks! (On openSUSE, in fact.) Yes, agree it definitely looks like a bug.

                – Adam Spiers
                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',
              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%2f697906%2fchanging-click-drag-delay-setting%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              1














              I have the same problem, though it seems to come and go, depending on system updates from Canonical.



              Interestingly, it was happening earlier to me until I plugged in an external USB mouse to test with. Now things are working perfectly, even when I remove the external USB mouse. By the way, my system is a Dell Vostro 2420 laptop with a trackpad.






              share|improve this answer




























                1














                I have the same problem, though it seems to come and go, depending on system updates from Canonical.



                Interestingly, it was happening earlier to me until I plugged in an external USB mouse to test with. Now things are working perfectly, even when I remove the external USB mouse. By the way, my system is a Dell Vostro 2420 laptop with a trackpad.






                share|improve this answer


























                  1












                  1








                  1







                  I have the same problem, though it seems to come and go, depending on system updates from Canonical.



                  Interestingly, it was happening earlier to me until I plugged in an external USB mouse to test with. Now things are working perfectly, even when I remove the external USB mouse. By the way, my system is a Dell Vostro 2420 laptop with a trackpad.






                  share|improve this answer













                  I have the same problem, though it seems to come and go, depending on system updates from Canonical.



                  Interestingly, it was happening earlier to me until I plugged in an external USB mouse to test with. Now things are working perfectly, even when I remove the external USB mouse. By the way, my system is a Dell Vostro 2420 laptop with a trackpad.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Dec 8 '15 at 3:00









                  Roy WoodRoy Wood

                  212




                  212

























                      1














                      And now it's back again, at least with the trackpad. External USB mouse works fine when I plug it in. It seemed to go bad after I did a two-finger click-drag to scroll with the trackpad.






                      share|improve this answer




























                        1














                        And now it's back again, at least with the trackpad. External USB mouse works fine when I plug it in. It seemed to go bad after I did a two-finger click-drag to scroll with the trackpad.






                        share|improve this answer


























                          1












                          1








                          1







                          And now it's back again, at least with the trackpad. External USB mouse works fine when I plug it in. It seemed to go bad after I did a two-finger click-drag to scroll with the trackpad.






                          share|improve this answer













                          And now it's back again, at least with the trackpad. External USB mouse works fine when I plug it in. It seemed to go bad after I did a two-finger click-drag to scroll with the trackpad.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Dec 8 '15 at 3:03









                          Roy WoodRoy Wood

                          212




                          212























                              1














                              The solution that's worked for me is toggling the input device on and off.



                              First you find the input device that's misbehaving:



                              foo@machine:$ xinput list
                              ⎡ Virtual core pointer id=2 [master pointer (3)]
                              ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
                              ⎜ ↳ TPPS/2 IBM TrackPoint id=12 [slave pointer (2)]
                              ⎜ ↳ SynPS/2 Synaptics TouchPad id=11 [slave pointer (2)]
                              ⎣ Virtual core keyboard id=3 [master keyboard (2)]
                              ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
                              ↳ Power Button id=6 [slave keyboard (3)]
                              ↳ Video Bus id=7 [slave keyboard (3)]
                              ↳ Sleep Button id=8 [slave keyboard (3)]
                              ↳ Integrated Camera id=9 [slave keyboard (3)]
                              ↳ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
                              ↳ ThinkPad Extra Buttons id=13 [slave keyboard (3)]


                              Then you toggle that ID on and off, for me it's always been the Synaptics TouchPad (ID=11):



                              foo@machine:$ xinput set-prop 11 "Device Enabled" 0
                              foo@machine:$ xinput set-prop 11 "Device Enabled" 1


                              And now its all working again, I think this is definitely a bug. I've randomly observed it across 3 different laptops, but haven't had the change to debug it.






                              share|improve this answer


























                              • This worked for me - thanks! (On openSUSE, in fact.) Yes, agree it definitely looks like a bug.

                                – Adam Spiers
                                yesterday


















                              1














                              The solution that's worked for me is toggling the input device on and off.



                              First you find the input device that's misbehaving:



                              foo@machine:$ xinput list
                              ⎡ Virtual core pointer id=2 [master pointer (3)]
                              ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
                              ⎜ ↳ TPPS/2 IBM TrackPoint id=12 [slave pointer (2)]
                              ⎜ ↳ SynPS/2 Synaptics TouchPad id=11 [slave pointer (2)]
                              ⎣ Virtual core keyboard id=3 [master keyboard (2)]
                              ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
                              ↳ Power Button id=6 [slave keyboard (3)]
                              ↳ Video Bus id=7 [slave keyboard (3)]
                              ↳ Sleep Button id=8 [slave keyboard (3)]
                              ↳ Integrated Camera id=9 [slave keyboard (3)]
                              ↳ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
                              ↳ ThinkPad Extra Buttons id=13 [slave keyboard (3)]


                              Then you toggle that ID on and off, for me it's always been the Synaptics TouchPad (ID=11):



                              foo@machine:$ xinput set-prop 11 "Device Enabled" 0
                              foo@machine:$ xinput set-prop 11 "Device Enabled" 1


                              And now its all working again, I think this is definitely a bug. I've randomly observed it across 3 different laptops, but haven't had the change to debug it.






                              share|improve this answer


























                              • This worked for me - thanks! (On openSUSE, in fact.) Yes, agree it definitely looks like a bug.

                                – Adam Spiers
                                yesterday
















                              1












                              1








                              1







                              The solution that's worked for me is toggling the input device on and off.



                              First you find the input device that's misbehaving:



                              foo@machine:$ xinput list
                              ⎡ Virtual core pointer id=2 [master pointer (3)]
                              ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
                              ⎜ ↳ TPPS/2 IBM TrackPoint id=12 [slave pointer (2)]
                              ⎜ ↳ SynPS/2 Synaptics TouchPad id=11 [slave pointer (2)]
                              ⎣ Virtual core keyboard id=3 [master keyboard (2)]
                              ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
                              ↳ Power Button id=6 [slave keyboard (3)]
                              ↳ Video Bus id=7 [slave keyboard (3)]
                              ↳ Sleep Button id=8 [slave keyboard (3)]
                              ↳ Integrated Camera id=9 [slave keyboard (3)]
                              ↳ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
                              ↳ ThinkPad Extra Buttons id=13 [slave keyboard (3)]


                              Then you toggle that ID on and off, for me it's always been the Synaptics TouchPad (ID=11):



                              foo@machine:$ xinput set-prop 11 "Device Enabled" 0
                              foo@machine:$ xinput set-prop 11 "Device Enabled" 1


                              And now its all working again, I think this is definitely a bug. I've randomly observed it across 3 different laptops, but haven't had the change to debug it.






                              share|improve this answer















                              The solution that's worked for me is toggling the input device on and off.



                              First you find the input device that's misbehaving:



                              foo@machine:$ xinput list
                              ⎡ Virtual core pointer id=2 [master pointer (3)]
                              ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
                              ⎜ ↳ TPPS/2 IBM TrackPoint id=12 [slave pointer (2)]
                              ⎜ ↳ SynPS/2 Synaptics TouchPad id=11 [slave pointer (2)]
                              ⎣ Virtual core keyboard id=3 [master keyboard (2)]
                              ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
                              ↳ Power Button id=6 [slave keyboard (3)]
                              ↳ Video Bus id=7 [slave keyboard (3)]
                              ↳ Sleep Button id=8 [slave keyboard (3)]
                              ↳ Integrated Camera id=9 [slave keyboard (3)]
                              ↳ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
                              ↳ ThinkPad Extra Buttons id=13 [slave keyboard (3)]


                              Then you toggle that ID on and off, for me it's always been the Synaptics TouchPad (ID=11):



                              foo@machine:$ xinput set-prop 11 "Device Enabled" 0
                              foo@machine:$ xinput set-prop 11 "Device Enabled" 1


                              And now its all working again, I think this is definitely a bug. I've randomly observed it across 3 different laptops, but haven't had the change to debug it.







                              share|improve this answer














                              share|improve this answer



                              share|improve this answer








                              edited 24 mins ago









                              Adam Spiers

                              1033




                              1033










                              answered May 16 '17 at 12:30









                              madmazemadmaze

                              3151212




                              3151212













                              • This worked for me - thanks! (On openSUSE, in fact.) Yes, agree it definitely looks like a bug.

                                – Adam Spiers
                                yesterday





















                              • This worked for me - thanks! (On openSUSE, in fact.) Yes, agree it definitely looks like a bug.

                                – Adam Spiers
                                yesterday



















                              This worked for me - thanks! (On openSUSE, in fact.) Yes, agree it definitely looks like a bug.

                              – Adam Spiers
                              yesterday







                              This worked for me - thanks! (On openSUSE, in fact.) Yes, agree it definitely looks like a bug.

                              – Adam Spiers
                              yesterday




















                              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%2f697906%2fchanging-click-drag-delay-setting%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

                              Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

                              Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

                              Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...