Stevesteve Posted June 9, 2015 Posted June 9, 2015 Hi, Is there a way to modify the LINE command so that it doesn't start a new line at the end of the previous one? So, if I click at 4 spots, instead of making 3 lines, it would make 2 lines: one between clicks 1 and 2, and another between clicks 3 and 4. When drawing many lines I would like to avoid two right clicks between every line. Thanks Quote
BMXerScott Posted June 9, 2015 Posted June 9, 2015 Have you tried the MULTIPLE command? Simply enter MULTIPLE; when prompted, enter the LINE command and draw all the lines you want. The command will stay active until you hit Esc. Quote
Stevesteve Posted June 9, 2015 Author Posted June 9, 2015 That's halfway there! It removes one right click. Thanks Quote
BIGAL Posted June 10, 2015 Posted June 10, 2015 Right hand on mouse, thing on left hand called thumb bangs spacebar twice. Would beat MULTIPLE. Quote
Stevesteve Posted June 10, 2015 Author Posted June 10, 2015 To me that's worse: 6 clicks to make two non-contiguous lines-- I'm looking for 4. I don't discriminate between left thumb, right, or left clicks. So back to the original question; any way of changing the default action of the LINE command? Thanks Quote
Dadgad Posted June 10, 2015 Posted June 10, 2015 To me that's worse: 6 clicks to make two non-contiguous lines-- I'm looking for 4. I don't discriminate between left thumb, right, or left clicks. So back to the original question; any way of changing the default action of the LINE command? Thanks It seems like you will need to incorporate an escape into the end of the line command macro. Quote
Dadgad Posted June 10, 2015 Posted June 10, 2015 (edited) Have you tried the MULTIPLE command?Simply enter MULTIPLE; when prompted, enter the LINE command and draw all the lines you want. The command will stay active until you hit Esc. That is pretty cool, thanks, I never knew about this command. Edited June 10, 2015 by Dadgad Quote
anniesmith Posted June 24, 2015 Posted June 24, 2015 I know I can use Up to iterate through previous commands. Running the last command simply involves Up + Enter. However, I was thinking of buying the Happy Hacking Keyboard as I spend a lot of time in vim. This keyboard has no arrow keys, and the only way I know how to get this kind of behaviour is by pressing Ctrl + R and beginning to repeat my previous command. Is there an easy way to emulate Up + Enter in an UNIX terminal without the arrow keys? Quote
Commandobill Posted June 30, 2015 Posted June 30, 2015 Right hand on mouse, thing on left hand called thumb bangs spacebar twice. Would beat MULTIPLE. I laughed way too hard at this. Quote
steven-g Posted June 30, 2015 Posted June 30, 2015 Maybe a macro *^C^Cline;\\; not including starting the macro, and finishing it (with escape) it's 2 clicks per line Quote
RobDraw Posted June 30, 2015 Posted June 30, 2015 I think the OP will count those as clicks. IMHO, there is no real advantage to having this option as opposed to doing it the traditional way. Quote
steven-g Posted June 30, 2015 Posted June 30, 2015 The OP has to start the line command at the moment anyway so it's a huge time saver of at least one click - thats 50% The advantage of a macro depends on how the OP starts the line command, if using a toolpalette or menu item then the OP can have the choice of a normal line or a 2 click line repeat, having icons next too each other. Quote
RobDraw Posted June 30, 2015 Posted June 30, 2015 I suppose there could be a value to this, if one were drawing nothing but single lines for long periods of time. A vast majority of users do not do this. They have other tasks. Therefore the time saved is negligible. If the OP is drawing lines for most of the day with hardly a break from it, I'd be interested to hear about the type of work he does. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.