CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] ARKANCE | CONTACT - CZ | SK | EN | DE
Over 1.091.000 registered users (EN+CZ). AutoCAD tips, Inventor tips, Revit tips. Try the new precise Engineering calculator. New AutoCAD 2026 commands and variables.
RSS channel - CAD tips RSS tips
RSS discussions

Discussion Discussion forum

?
CAD discussions, advices, exchange of experience

CAD Forum - Homepage CAD discussion forum - ask any CAD-related questions here, share your CAD knowledge on AutoCAD, Inventor, Revit and other Autodesk software with your peers from all over the world. To start a new topic, choose an appropriate forum.

Please abide by the rules of this forum.
This is a peer-to-peer forum. The forum doesn't replace the official direct technical support provided by ARKANCE for its customers.
How to post questions: register or login, go to the specific forum and click the NEW TOPIC button.
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Topic ClosedA2K4 style accelerators for A2K6 and above

 Post Reply Post Reply
Author
cparnell View Drop Down
Newbie
Newbie


Joined: 07.Aug.2007
Location: United States
Using: Inventor 2010, AutoCAD 2010
Status: Offline
Points: 6
Direct Link To This Post Topic: A2K4 style accelerators for A2K6 and above
    Posted: 07.Aug.2007 at 14:14

I am aware of AutoCADs Temporary Override Keys for AutoCAD 2006 and above, however I have had issues with them working all of the time. To me my custom accelerators keys in AutoCAD 2004 worked much better.

I created the following accelerators for my OSnaps and I miss them dearly. Does any one know how to create this same ability for AutoCAD 2006?

 

["1"]_CEN
["2"]_ENDP
["3"]_INT
["4"]_MID
["5"]_NODE
["6"]_PERP
["7"]_QUA
["8"]_TAN
["9"]_nea

 

I have been told that creating what I did, or copied from some ones input, was an undocumented feature with AutoCAD 2004.

AutoCAD 2006 CUI interface does not allow single character input for Temporary Overrides.

I know very very little about LISP and have not been able to figure out any way to create this functionality with LISP or other wise. Can anyone help me?

I have tried the trial version of AutoHook but that did not work as well as my accelerator keys.

 
Thanks for any help in advance. 
Charles Parnell
Back to Top
Vladimir Michl View Drop Down
Moderator Group
Moderator Group

Arkance Systems CZ

Joined: 26.Jul.2007
Location: Czech Republic
Using: Autodesk software
Status: Offline
Points: 2098
Direct Link To This Post Posted: 07.Aug.2007 at 16:24
You may also use Keyboard shortcuts (not just the Overrides) in CUI. I doubt you can use plain (top row) number keys as accelerators - only the Shift+number or Ctrl+number combinations, but you can use the Numpad numbers.
Vladimir Michl (moderator)
ARKANCE - https://arkance.world - Autodesk Platinum Partner
Back to Top
cparnell View Drop Down
Newbie
Newbie


Joined: 07.Aug.2007
Location: United States
Using: Inventor 2010, AutoCAD 2010
Status: Offline
Points: 6
Direct Link To This Post Posted: 07.Aug.2007 at 16:41
I agree with you that keyboard shortcuts could be used (key + key), however that is some what the same as a temporary override key (key + key).
I did think of using the numpad keys but I would rather keep my right hand on the mousse and use my left hand for my single key accelerator keys if I can find out how.
 
Thanks for the response.
Charles Parnell
Back to Top
golftom View Drop Down
Newbie
Newbie


Joined: 05.Sep.2007
Location: United States
Status: Offline
Points: 1
Direct Link To This Post Posted: 05.Sep.2007 at 13:45
Hello,
There is a 3rd party program called "AutoHook" that will allow you to redefine "any" key or key combination. The arrow keys, the ins, home, pgup, ... and the F keys. I have used it since r2000. I think the price is about $30.00.
Unfortuneatley, they do not have a version for r2008, yet.
Hope this helps
The web site for autohook is:
command dash digital dot com

Back to Top
iDraft View Drop Down
Newbie
Newbie


Joined: 21.Sep.2007
Status: Offline
Points: 21
Direct Link To This Post Posted: 21.Sep.2007 at 12:10
well personally what i use for snaps instead are autolisp routines. i took lisp file from someone else with some basic snap stuff and built more into it so  have lisp extensions for all of my basic commands with letter codes ie. lee is line from end to end etc and osnap lisps like oso for osnap node and stuff. it's the long way workaround, but won't go away.

this type of lisp code is really easy to write here is a sample.

(defun c:Lee() (command "line" "end" pause "end" pause *cancel*))

(DEFUN C:osE() (command "osmode" "1"))

anyways also you can define the lisp funtion to be a number from the command line like so. for osnap endpoint. etc.

(DEFUN C:1() (command "osmode" "1"))
Back to Top
cparnell View Drop Down
Newbie
Newbie


Joined: 07.Aug.2007
Location: United States
Using: Inventor 2010, AutoCAD 2010
Status: Offline
Points: 6
Direct Link To This Post Posted: 21.Sep.2007 at 13:39
Thank you for the responce, however I just upgraded to A2K8.
Charles Parnell
Back to Top
cparnell View Drop Down
Newbie
Newbie


Joined: 07.Aug.2007
Location: United States
Using: Inventor 2010, AutoCAD 2010
Status: Offline
Points: 6
Direct Link To This Post Posted: 21.Sep.2007 at 13:40
iDraft
I am curious about your process, I will see what I can do with it.
 
Thanks
Charles Parnell
Back to Top
iDraft View Drop Down
Newbie
Newbie


Joined: 21.Sep.2007
Status: Offline
Points: 21
Direct Link To This Post Posted: 21.Sep.2007 at 14:01
yeah, it work pretty well. when the guy i got the idea from mentioned it to me i was pretty skeptical myself, but having used it for a few years now i can't work without it, it cuts a lot of keys out of the whole deal (like the extra enter keys while stepping through the snap inputs)


Edited by iDraft - 21.Sep.2007 at 14:01
iDraft
Jesse Davis
Send Me an Email
Subcontract your Civil and Survey Drafting
Back to Top

Related CAD tips:


 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0,195 seconds.