Results 1 to 5 of 5

Thread: alphabet toolbar

  1. #1
    Member
    Join Date
    2002-11
    Posts
    2

    Default alphabet toolbar

    Do you know of an Autocad toolbar that the buttons emulate the standard keyboard. Or a way to make a keyboard toolbar. I find when I am doing a lot of revisions to cad drawings, I have only one hand available for input as my other is crossing of the changes as I make them. A lot of times I just need to revise one letter of something and it is real time consuming to keep switching from the keyboard to the mouse

    Thanks for your help

    Phil

  2. #2
    Certified AUGI Addict rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Houston
    Posts
    7,519

    Default Re: alphabet toolbar

    Try Windows Start menu | Run | OSK

  3. #3
    Certifiable AUGI Addict Robert.Hall's Avatar
    Join Date
    2004-07
    Location
    Detroit Michigan
    Posts
    2,510

    Default Re: alphabet toolbar

    Kewl, thanks for the tip.

  4. #4
    AUGI Addict kennet.sjoberg's Avatar
    Join Date
    2002-05
    Posts
    1,706

    Default Re: alphabet toolbar

    If you want to start the Windows keyboard with a AutoCAD command you can use this function
    Code:
    (defun c:keyb ( / ) (startapp "OSK" ) (princ) )
    and then type
    Command: keyb

    : ) Happy Computing !

    kennet

  5. #5
    Member
    Join Date
    2002-11
    Posts
    2

    Thumbs up Re: alphabet toolbar

    Wow,
    That is an awesome tip
    Thanks
    Phil

Similar Threads

  1. 2012: Autofill alphabet
    By dknock in forum AutoCAD Tables
    Replies: 1
    Last Post: 2012-01-05, 06:05 PM
  2. Toolbar Icons Don't Match Toolbar Function
    By walkonfire984109 in forum AutoCAD LT - General
    Replies: 1
    Last Post: 2010-11-17, 07:04 PM
  3. Is there an easy way to have a Toolbar button call up another Toolbar?
    By jonathanschade in forum AutoCAD CUI Menus
    Replies: 5
    Last Post: 2007-04-12, 04:40 PM
  4. Toolbar images not being successfully applied to custom toolbar
    By tbrown.113150 in forum AutoCAD CUI Menus
    Replies: 3
    Last Post: 2007-04-06, 05:06 PM
  5. Fillet Short /Alphabet Command
    By mtjnien.68601 in forum AutoCAD General
    Replies: 4
    Last Post: 2006-04-20, 02:41 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •