<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how reassign macro for double clicking mouse wheel or disable it in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9234867#M117973</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;i have already ordered logitech mouse i will need that also but i know how to change double clicking the wheel&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think you'll be able to re-assign wheel double click easily. You may need some kind of&amp;nbsp;&lt;A href="https://www.worldcadaccess.com/blog/2014/10/logitech-removed-double-clicking-from-its-mice-how-to-get-it-back.html" target="_blank" rel="noopener"&gt;THIS&lt;/A&gt;&amp;nbsp; solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jan 2020 09:17:45 GMT</pubDate>
    <dc:creator>ВeekeeCZ</dc:creator>
    <dc:date>2020-01-07T09:17:45Z</dc:date>
    <item>
      <title>how reassign macro for double clicking mouse wheel or disable it</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9233117#M117964</link>
      <description>&lt;P&gt;is there a way to do that?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 14:17:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9233117#M117964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-06T14:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: how reassign macro for double clicking mouse wheel or disable it</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9233138#M117965</link>
      <description>What problem are you actually trying to solve? Your ask is too generic.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Jan 2020 14:25:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9233138#M117965</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-01-06T14:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: how reassign macro for double clicking mouse wheel or disable it</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9233172#M117966</link>
      <description>&lt;P&gt;The MBUTTONPAN variable controls the behavior of the "third" button (aka the middle button) within AutoCAD.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The default value for MBUTTONPAN is 1 which tells AutoCAD to support panning when you press-and-hold the middle mouse button or wheel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The secondary value for MBUTTONPAN pan is 0. When set to that value, the middle mouse button will support the action defined in the customization file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking to the Customization file, launching the CUI command will take you to the Customize User Interface dialog box where you can customize many elements of the AutoCAD interface. Among those is the behavior of mouse buttons.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in the CUI command, the middle mouse button is referred to as Button 3. You can adjust the various behaviors of Button 3 by expanding "Mouse Buttons" within the Customize User Interface dialog box. There you will see settings for Click, Shift+Click, Ctrl+Click, and Ctrl+Shift+Click. Each of those behaviors has a setting for Button 3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's an AKN article that may be of assistance in your endeavors to customize the behavior of the middle mouse button: &lt;A href="https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/Wheel-button-on-mouse-does-not-perform-zoom-functions.html" target="_blank"&gt;https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/Wheel-button-on-mouse-does-not-perform-zoom-functions.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 14:40:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9233172#M117966</guid>
      <dc:creator>dgladfelter</dc:creator>
      <dc:date>2020-01-06T14:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: how reassign macro for double clicking mouse wheel or disable it</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9233256#M117967</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/106055"&gt;@dgladfelter&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;... &lt;/SPAN&gt;in the CUI command, the middle mouse button is referred to as Button 3. .... within the Customize User Interface dialog box ... you will see settings for Click, Shift+Click, Ctrl+Click, and Ctrl+Shift+Click.&amp;nbsp;....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;... but unfortunately, &lt;EM&gt;not&lt;/EM&gt;&amp;nbsp; for double-clicking.&amp;nbsp; And the AKN article seems to be about getting it to &lt;EM&gt;do&lt;/EM&gt;&amp;nbsp; what it's supposed to if it isn't, rather than getting it&amp;nbsp;&lt;EM&gt;not&lt;/EM&gt;&amp;nbsp; to do that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This question has come up several times before.&amp;nbsp; I'm not aware of a solution -- in a quick Search, no one had one to offer on [for example] &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/system-variable-for-middle-mouse-button/m-p/925762" target="_blank" rel="noopener"&gt;&amp;gt;this thread&amp;lt;&lt;/A&gt; or &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/customize-dbl-click-middle-button-action/m-p/779873" target="_blank" rel="noopener"&gt;&amp;gt;this one&amp;lt;&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 15:21:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9233256#M117967</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-01-06T15:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: how reassign macro for double clicking mouse wheel or disable it</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9233421#M117968</link>
      <description>&lt;P&gt;want to use trim instead of extend zoom for example or undo etc&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 16:30:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9233421#M117968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-06T16:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: how reassign macro for double clicking mouse wheel or disable it</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9233585#M117969</link>
      <description>You want TRIM command to be a mouse button? If yes, does your mouse driver allow you to assign different functions to the extra mouse buttons?&lt;BR /&gt;&lt;BR /&gt;Which mouse and driver are you using?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Jan 2020 17:43:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9233585#M117969</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-01-06T17:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: how reassign macro for double clicking mouse wheel or disable it</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9233931#M117970</link>
      <description>&lt;P&gt;i have already ordered logitech mouse i will need that also but i know how to change double clicking the wheel&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 20:05:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9233931#M117970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-06T20:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: how reassign macro for double clicking mouse wheel or disable it</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9234010#M117971</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;... i know how to change double clicking the wheel&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Is there a &lt;EM&gt;"don't"&lt;/EM&gt;&amp;nbsp; or a &lt;EM&gt;"need to"&lt;/EM&gt;&amp;nbsp; missing there?&amp;nbsp; [If you know how, presumably there's no need for the thread....]&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 20:35:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9234010#M117971</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-01-06T20:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: how reassign macro for double clicking mouse wheel or disable it</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9234057#M117972</link>
      <description>One more time... Only your mouse driver can assign different actions to your mouse buttons: find out what those keyboard keys are, then in AUtoCAD you assign those unique keyboard keys to the action you need.&lt;BR /&gt;&lt;BR /&gt;So, for example, your mouse's button #4 can be assigned to ALT+SHIFT+K for example, you then start CUI command inside AutoCAD and assign ALT+SHIFT+K to your TRIM command. Now you can use your mouse button #4 assigned to ALT+SHIFT+K to TRIM inside AutoCAD.&lt;BR /&gt;&lt;BR /&gt;You just have to hope ALT+SHIFT+K is not something you hate to do in all other applications outside of AUtoCAD because that is what you will be stuck with forever.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Jan 2020 20:55:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9234057#M117972</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-01-06T20:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: how reassign macro for double clicking mouse wheel or disable it</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9234867#M117973</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;i have already ordered logitech mouse i will need that also but i know how to change double clicking the wheel&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think you'll be able to re-assign wheel double click easily. You may need some kind of&amp;nbsp;&lt;A href="https://www.worldcadaccess.com/blog/2014/10/logitech-removed-double-clicking-from-its-mice-how-to-get-it-back.html" target="_blank" rel="noopener"&gt;THIS&lt;/A&gt;&amp;nbsp; solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 09:17:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9234867#M117973</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2020-01-07T09:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: how reassign macro for double clicking mouse wheel or disable it</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9234980#M117974</link>
      <description>&lt;P&gt;iam sorry i was busy didn't watch my comments i want to know its by wrong. and i can't edit my comment don't know why editing is disbaled&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 10:35:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9234980#M117974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-07T10:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: how reassign macro for double clicking mouse wheel or disable it</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9234983#M117975</link>
      <description>&lt;P&gt;the link you have referred doesn't work&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 10:35:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9234983#M117975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-07T10:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: how reassign macro for double clicking mouse wheel or disable it</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9234996#M117976</link>
      <description>&lt;P&gt;it worked when i used vpn oki but ur talking about logitech iam talking generally about the cad settings&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 10:44:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9234996#M117976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-07T10:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: how reassign macro for double clicking mouse wheel or disable it</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9235056#M117977</link>
      <description>&lt;P&gt;Just trying to suggest ANY solution.&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;Because otherwise, the answer would be NO. Not without turning off PAN too.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;But see yourself...&amp;nbsp;&lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://forums.autodesk.com/t5/autocad-forum/turn-off-wheel-double-click-zoom-extents/td-p/53144" target="_blank" rel="noopener"&gt;HERE&lt;/A&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp; is quite a comprehensive thread about this.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 11:29:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9235056#M117977</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2020-01-07T11:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: how reassign macro for double clicking mouse wheel or disable it</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9235316#M117978</link>
      <description>One more time:&lt;BR /&gt;&lt;BR /&gt;NO TO WHAT YOU WANT IN AUTOCAD ONLY.&lt;BR /&gt;&lt;BR /&gt;Now go try the other solutions we are all suggesting.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jan 2020 13:31:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-reassign-macro-for-double-clicking-mouse-wheel-or-disable-it/m-p/9235316#M117978</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-01-07T13:31:08Z</dc:date>
    </item>
  </channel>
</rss>

