Undo Redo Undo Redo
CADForums.net Forum Index CADForums.net
Discussion of AutoCAD and other CAD software.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web cadforums.net
Undo Redo Undo Redo

 
Post new topic   Reply to topic    CADForums.net Forum Index -> Customization
Author Message
stephen4444
Guest





Posted: Wed Jan 12, 2005 5:25 am    Post subject: Undo Redo Undo Redo Reply with quote

anyone know how to switch between undo and redo with the same keyboard shortcut. Basically same as type undo then redo then undo then redo...

Back to top
Rudy Tovar
Guest





Posted: Wed Jan 12, 2005 6:19 am    Post subject: Re: Undo Redo Undo Redo Reply with quote

Just setup a variable...

(if (= toggle_undoredo 1)
(progn
(command "redo"...)
(setq toggle_undoredo nil)
)
(progn
(command "undo"...)
(setq toggle_undoredo 1)
)
)




"stephen4444" <nospam@address.withheld> wrote in message
news:7865999.1105489588180.JavaMail.jive@jiveforum1.autodesk.com...
Quote:
anyone know how to switch between undo and redo with the same keyboard
shortcut. Basically same as type undo then redo then undo then redo...
Back to top
stephen4444
Guest





Posted: Wed Jan 12, 2005 10:05 pm    Post subject: Re: Undo Redo Undo Redo Reply with quote

Thanks !

Back to top
 
Post new topic   Reply to topic    CADForums.net Forum Index -> Customization All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server DSP VoIP Electronics New Topics
Powered by phpBB