<?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: Quick 90 degrees rotate command. in Modeling</title>
    <link>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/690076#M178684</link>
    <description>&lt;P&gt;Does anyone know why quick rotate does not work in the profile manager?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 17 Jan 2026 17:12:44 GMT</pubDate>
    <dc:creator>FWRD_151</dc:creator>
    <dc:date>2026-01-17T17:12:44Z</dc:date>
    <item>
      <title>Quick 90 degrees rotate command.</title>
      <link>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/687260#M178539</link>
      <description>&lt;P&gt;Hi Community.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got sick of waiting for Graphisoft to implement a function to rotate geometry quickly by 90 degrees, like whacking the spacebar in Revit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I built my own dirty version using AutoHotKey.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Install AHK v2 (with your admin's blessing) it's harmless.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Paste the below code into a new text file saved as *.ahk, on your machine.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;^Space::&lt;BR /&gt;{&lt;BR /&gt;BlockInput("On") ; Temporarily block all user input&lt;BR /&gt;Send("{Ctrl up}") ; Release Ctrl key if held&lt;BR /&gt;Sleep(20)&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;BlockInput("Off") ; Allow input again&lt;BR /&gt;Sleep(10)&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Send("^d") ; Send clean Ctrl+d&lt;BR /&gt;Sleep(10)&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Click()&lt;BR /&gt;Sleep(10)&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Send("1")&lt;BR /&gt;Send("{Enter}")&lt;BR /&gt;Sleep(10)&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Send("90")&lt;BR /&gt;Send("{Enter}")&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Put a shortcut to this script in your startup folder, so it's always on when you start windows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I can use ctrl+Spacebar to rotate whatever I have selected in plans or 3d windows. Nice little timesaver. feel free to adapt to your own workflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Notes:&lt;/P&gt;&lt;P&gt;Assumes Ctrl+Space is unassigned in your Archicad shortcuts, either clear it in AC or reassign in the code to something you prefer.&lt;/P&gt;&lt;P&gt;"^d" refers to "Ctrl+d" which is my rotate shortcut, replace in the code with your own shortcut or reassign to Ctrl+d in Archicad&lt;/P&gt;&lt;P&gt;Assumes using degrees,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Works by simply recreating the key sequence of shortcut to rotate, clicking 3-points and defining 90 degrees. won't copy and rotate.&lt;/P&gt;&lt;P&gt;No guarentees and not responsible for any malfunctioning on your machine.&lt;/P&gt;&lt;P&gt;I have a couple other timesavers with AHK if anyone is interested.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="grey"&gt;Operating system used: &lt;EM&gt;Windows 6020 AUT&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 16:32:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/687260#M178539</guid>
      <dc:creator>Toni Mayerhofer</dc:creator>
      <dc:date>2025-12-18T16:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Quick 90 degrees rotate command.</title>
      <link>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/687272#M178540</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This quick rotation is already available in archicad, starting from version 29.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.graphisoft.com/AC/29/INT/_AC29_Help/005_NewFeatures/005_NewFeatures-6.htm" target="_blank"&gt;https://help.graphisoft.com/AC/29/INT/_AC29_Help/005_NewFeatures/005_NewFeatures-6.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 17:28:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/687272#M178540</guid>
      <dc:creator>CosminF</dc:creator>
      <dc:date>2025-12-18T17:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Quick 90 degrees rotate command.</title>
      <link>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/687300#M178545</link>
      <description>&lt;P&gt;Other than all the AI (that require you to be on a subscription plan) and MEP things, quick rotate was one of the headline features of AC29 which came out two months ago.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 03:01:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/687300#M178545</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2025-12-19T03:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Quick 90 degrees rotate command.</title>
      <link>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/687302#M178546</link>
      <description>&lt;P&gt;quick rotate = the highlight of the year&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 04:27:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/687302#M178546</guid>
      <dc:creator>jl_lt</dc:creator>
      <dc:date>2025-12-19T04:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Quick 90 degrees rotate command.</title>
      <link>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/687307#M178547</link>
      <description>&lt;P&gt;It would be interesting to see the other AHKs you have made for Archicad.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 05:44:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/687307#M178547</guid>
      <dc:creator>vistasp</dc:creator>
      <dc:date>2025-12-19T05:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Quick 90 degrees rotate command.</title>
      <link>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/687319#M178548</link>
      <description>&lt;P&gt;This is so funny! Only took AC 15 years.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 08:21:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/687319#M178548</guid>
      <dc:creator>Toni Mayerhofer</dc:creator>
      <dc:date>2025-12-19T08:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Quick 90 degrees rotate command.</title>
      <link>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/687320#M178549</link>
      <description>&lt;P&gt;Let me just flip through the other new features of AC 29 to check they arent redundant also!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 08:24:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/687320#M178549</guid>
      <dc:creator>Toni Mayerhofer</dc:creator>
      <dc:date>2025-12-19T08:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Quick 90 degrees rotate command.</title>
      <link>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/687358#M178550</link>
      <description>&lt;P&gt;There is also a &lt;A href="https://bimdots.com/product/rotation-hotkeys/" target="_self"&gt;free add-on&lt;/A&gt; for older versions (26-27-28).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 11:39:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/687358#M178550</guid>
      <dc:creator>Turit</dc:creator>
      <dc:date>2025-12-19T11:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Quick 90 degrees rotate command.</title>
      <link>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/687375#M178551</link>
      <description>&lt;P&gt;Maybe make one similar to mirror objects?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 13:06:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/687375#M178551</guid>
      <dc:creator>cuba</dc:creator>
      <dc:date>2025-12-19T13:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Quick 90 degrees rotate command.</title>
      <link>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/690076#M178684</link>
      <description>&lt;P&gt;Does anyone know why quick rotate does not work in the profile manager?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jan 2026 17:12:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Quick-90-degrees-rotate-command/m-p/690076#M178684</guid>
      <dc:creator>FWRD_151</dc:creator>
      <dc:date>2026-01-17T17:12:44Z</dc:date>
    </item>
  </channel>
</rss>

