<?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: Using a Smartphone as a Macro Keypad for AutoCAD - Another Take on Workflow Customization in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-a-smartphone-as-a-macro-keypad-for-autocad-another-take-on/m-p/14112326#M170966</link>
    <description>&lt;P&gt;I miss my Puck and Tablet.&lt;/P&gt;&lt;P&gt;That seems like it could be quite useful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bring back the Tablet, sans Puck! lol&lt;/P&gt;</description>
    <pubDate>Thu, 30 Apr 2026 15:53:42 GMT</pubDate>
    <dc:creator>DGCSCAD</dc:creator>
    <dc:date>2026-04-30T15:53:42Z</dc:date>
    <item>
      <title>Using a Smartphone as a Macro Keypad for AutoCAD - Another Take on Workflow Customization</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-a-smartphone-as-a-macro-keypad-for-autocad-another-take-on/m-p/14111726#M170965</link>
      <description>&lt;P&gt;AutoCAD already offers a rich set of customization tools - the CUI editor, tool palettes, command aliases, and AutoLISP routines - and over the years I've explored most of them. This post is about adding one more layer to that stack: turning a smartphone into a dedicated macro keypad for AutoCAD, without purchasing any new hardware.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Background&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A while back I used a 3D mouse with programmable buttons, and it noticeably improved the fluency of my CAD sessions. When my workflow shifted away from 3D modeling I sold it, but the memory of having key commands literally under my fingertips stuck with me. As my CAD workload grew again recently, I started looking for a cost-effective way to recreate that experience.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Why a Phone Instead of a Physical Macro Pad&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Smartphone With Laptop.jpg" style="width: 388px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1637022iEE5392EFC60EBEF6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Smartphone With Laptop.jpg" alt="Smartphone With Laptop.jpg" /&gt;&lt;/span&gt;A dedicated external macro keypad is the obvious solution - one button per command, no hunting the keyboard. But it means buying hardware and finding space on the desk. Then it occurred to me: I already carry a touchscreen device every day. Why not use it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After some research I found a category of apps originally designed for PC gaming remote control that do exactly this - they turn a mobile device into a fully customizable button controller communicating with your PC over Bluetooth or Wi-Fi. For CAD use, that translates into a programmable softkey panel you can design yourself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Layout&lt;/STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="Layout.jpg" style="width: 323px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1637023i496E5DD5A5F08725/image-size/large?v=v2&amp;amp;px=999" role="button" title="Layout.jpg" alt="Layout.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After a few days of iteration I settled on a layout I keep next to my laptop under my left hand:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Top row: Most-used native AutoCAD commands (LINE, TRIM, OFFSET, etc.)&lt;/LI&gt;&lt;LI&gt;Middle two rows: Custom AutoLISP-based commands specific to my surveying and documentation workflows&lt;/LI&gt;&lt;LI&gt;Bottom area: A touchpad strip with modifier and function keys&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result is that nearly every command I reach for during active drafting is accessible with a minimal hand movement - less mouse travel, fewer keyboard combinations to remember. You can also create multiple "pages" of buttons, so maintaining separate layouts for AutoCAD, Civil 3D, or other tools in your stack is straightforward.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Real-World Performance&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Ergonomically, the phone sits naturally under my left hand and doesn't displace the keyboard or mouse. The compactness of the touch panel means I rarely lift my hand off the surface.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="photo_2025-12-12_10-39-44.jpg" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1637025iC2EF6A0768316024/image-size/medium?v=v2&amp;amp;px=400" role="button" title="photo_2025-12-12_10-39-44.jpg" alt="photo_2025-12-12_10-39-44.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A few limitations are worth being honest about:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sending Enter cleanly after typing a numeric value in the command line still requires some workaround in my setup&lt;/LI&gt;&lt;LI&gt;A stable connection worked best over Bluetooth in my tests; Wi-Fi and USB were less reliable depending on the app&lt;/LI&gt;&lt;LI&gt;Touch accuracy on small buttons takes a day or two to get used to&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Despite these, the workflow improvement was meaningful enough that this has become a permanent part of my daily setup. I'd estimate roughly a 10% gain in command-entry speed on a typical drafting day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The App&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The tool I used for this experiment is Monect PC Remote, a free-to-try app available for Android and iOS. It's not CAD-specific, but it's flexible enough to map virtually any keystroke or command string to a button.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A Thought for Autodesk&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This whole experiment made me wonder: would there be value in Autodesk releasing an official AutoCAD Companion app for smartphones and tablets? Not a mobile viewer - AutoCAD web and mobile already cover that - but something purpose-built for remote command control and CUI customization from a handheld device. An official app could go much further than a generic gaming remote: it could read your existing CUI profiles, sync tool palettes, suggest frequently used commands based on your session history, and maintain a secure connection to the desktop client natively. Given how many AutoCAD users work on laptops at client sites or on-site visits, a polished first-party solution like this could be a genuinely useful addition to the ecosystem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone else experimented with phone-based macro layouts or similar setups? Would be curious to hear what tools and configurations the community is using.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The original version of the article in Italian is available at the following &lt;A href="https://topografo.it/telecomando-autocad" target="_blank" rel="noopener"&gt;link&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2026 09:27:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-a-smartphone-as-a-macro-keypad-for-autocad-another-take-on/m-p/14111726#M170965</guid>
      <dc:creator>ershovitalia</dc:creator>
      <dc:date>2026-04-30T09:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Smartphone as a Macro Keypad for AutoCAD - Another Take on Workflow Customization</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-a-smartphone-as-a-macro-keypad-for-autocad-another-take-on/m-p/14112326#M170966</link>
      <description>&lt;P&gt;I miss my Puck and Tablet.&lt;/P&gt;&lt;P&gt;That seems like it could be quite useful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bring back the Tablet, sans Puck! lol&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2026 15:53:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-a-smartphone-as-a-macro-keypad-for-autocad-another-take-on/m-p/14112326#M170966</guid>
      <dc:creator>DGCSCAD</dc:creator>
      <dc:date>2026-04-30T15:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Smartphone as a Macro Keypad for AutoCAD - Another Take on Workflow Customization</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-a-smartphone-as-a-macro-keypad-for-autocad-another-take-on/m-p/14112686#M170969</link>
      <description>&lt;P&gt;Reminds me of an article I wrote awhile back called "&lt;A href="https://issuu.com/augi/docs/aw202110hr/32" target="_blank" rel="noopener"&gt;What Happened To The Digitizer?&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;Now that the physical desktop cubicle space has reduced in size due to higher lease costs, while the virtual screen desktop space with the use of multiple monitors are a dime a dozen, having a physical digitizer and a puck becomes less attractive.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2026 20:36:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-a-smartphone-as-a-macro-keypad-for-autocad-another-take-on/m-p/14112686#M170969</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2026-04-30T20:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Smartphone as a Macro Keypad for AutoCAD - Another Take on Workflow Customization</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-a-smartphone-as-a-macro-keypad-for-autocad-another-take-on/m-p/14112863#M170970</link>
      <description>&lt;P&gt;&amp;nbsp;Like the others the&amp;nbsp; Digitizer option I think is still in the CUI, I have a small "Medion" pad and have tested it with Acad, it was purchased from Aldi and was cheap. Of course the Summagarphics 11x11 ? Matched the template that came in the box with Acad remember the box full of goodies, the 4 button cursor was the way to go, watched proficient users in action and they were fast they just sort of knew where a button was without looking.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like the idea of using a phone, the new double flip ones would be very good as could have big buttons. Of course what about Speech it is already in Windows yes have played with it and ACAD, you can set words to commands so swearing at it was UNDO.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Things you find in current version Bricscad. Same should be in Acad.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screenshot529.png" style="width: 910px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1637244i2A883D20D195DA62/image-size/large?v=v2&amp;amp;px=999" role="button" title="screenshot529.png" alt="screenshot529.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2026 01:04:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-a-smartphone-as-a-macro-keypad-for-autocad-another-take-on/m-p/14112863#M170970</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2026-05-01T01:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Smartphone as a Macro Keypad for AutoCAD - Another Take on Workflow Customization</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-a-smartphone-as-a-macro-keypad-for-autocad-another-take-on/m-p/14113303#M170971</link>
      <description>&lt;P&gt;My first LISP programs were mapped to a tablet. I remember having to re-calibrate it every time I made a change. That went away after the implementation of icon menu's and floating tool bars.&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2026 11:16:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-a-smartphone-as-a-macro-keypad-for-autocad-another-take-on/m-p/14113303#M170971</guid>
      <dc:creator>DGCSCAD</dc:creator>
      <dc:date>2026-05-01T11:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Smartphone as a Macro Keypad for AutoCAD - Another Take on Workflow Customization</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-a-smartphone-as-a-macro-keypad-for-autocad-another-take-on/m-p/14114034#M170975</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14461688"&gt;@DGCSCAD&lt;/a&gt;&amp;nbsp;agree, I make custom toolbars and POP menu's. Image menu's for visual selection. You can pull stuff out of one menu and put into a new menu, I had POP menu's for some CIV3D commands but when working in 'Drafting" workspace, so no workspace swapping, just copied the command from the CUI and pasted into a custom.mnu in Notepad. My last workplace custom menu was 725 lines.&lt;/P&gt;</description>
      <pubDate>Sat, 02 May 2026 00:59:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-a-smartphone-as-a-macro-keypad-for-autocad-another-take-on/m-p/14114034#M170975</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2026-05-02T00:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Smartphone as a Macro Keypad for AutoCAD - Another Take on Workflow Customization</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-a-smartphone-as-a-macro-keypad-for-autocad-another-take-on/m-p/14132347#M171091</link>
      <description>&lt;P&gt;Here's a short timelapse video&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FhW8UJVw8wpI%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DhW8UJVw8wpI&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FhW8UJVw8wpI%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="400" height="225" scrolling="no" title="Restituzione da Nuvola di punti" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 May 2026 17:17:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-a-smartphone-as-a-macro-keypad-for-autocad-another-take-on/m-p/14132347#M171091</guid>
      <dc:creator>ershovitalia</dc:creator>
      <dc:date>2026-05-17T17:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Smartphone as a Macro Keypad for AutoCAD - Another Take on Workflow Customization</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-a-smartphone-as-a-macro-keypad-for-autocad-another-take-on/m-p/14133182#M171092</link>
      <description>&lt;P&gt;Stream Deck:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://www.elgato.com/us/en/s/stream-deck-mobile?srsltid=AfmBOoojNv5gDLLrtSbdt1LNwp81ZDU7jn-9zsI_IvSDNlKM7_NV5iY3" target="_blank" rel="noopener"&gt;&lt;BR /&gt;https://www.elgato.com/us/en/s/stream-deck-mobile?srsltid=AfmBOoojNv5gDLLrtSbdt1LNwp81ZDU7jn-9zsI_IvSDNlKM7_NV5iY3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the Free (6) perpetual version, or upgrade to the paid tier (64 + more features)... Create your own commands, or buy pre-made Stream Deck profiles (including AutoCAD).&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 14:35:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-a-smartphone-as-a-macro-keypad-for-autocad-another-take-on/m-p/14133182#M171092</guid>
      <dc:creator>BlackBox_</dc:creator>
      <dc:date>2026-05-18T14:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Smartphone as a Macro Keypad for AutoCAD - Another Take on Workflow Customization</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-a-smartphone-as-a-macro-keypad-for-autocad-another-take-on/m-p/14133765#M171095</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1206685"&gt;@BlackBox_&lt;/a&gt;&amp;nbsp;had a look at link could not find a lot of detail, maybe use a IPAD ?&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 01:28:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-a-smartphone-as-a-macro-keypad-for-autocad-another-take-on/m-p/14133765#M171095</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2026-05-19T01:28:12Z</dc:date>
    </item>
  </channel>
</rss>

