Of course, all the above GUI actions moves can be replaced with key presses e.g. enter instead of click, arrow keys instead of mouse moves.
I think you might be asking “is there a command line where I can type ‘LINE (10,100,5,5)’ like in Eagle?” - the answer to that is no. I guess you could write some Python script to do it.
Enter the desired {X, Y} coordinates. (Remember that the Y-axis direction is opposite to what most of us have been conditioned to.)
Those mouse and keyboard actions sound like a lot of motion to perform a simple task. I suppose they ARE a lot - but after you become accustomed to working with one hand on the keyboard and the other on the mouse, they can be done quite rapidly. If you are attentive with your mouse clicks, you can place one end of the trace where you want it to be , and only worry about entering one coordinate pair.
Here we are, at version 9, and we still can’t draw a line by entering coordinates via the keyboard. Every other CAD program I’ve ever used has this feature. It’s kind of a kludge to have to draw the line first and then edit it. Why can’t we have a little status bar to enter coordinates that are applied to the current draw mode?
Also, how about being able to set the width of the line as well while drawing it?
It’s always a compromise between different priorities. Entering coordinates is common for mechanical CAD programs, but I don’t believe it’s common for a PCB design program. Starting a track at some specific coordinate is a rarity. Swamping KiCad in 100’s of trivial functions would swamp the user interface and make it very difficult to use.
That function is available from the popup / context menu:
I applaud you for searching this forum for your topic, but If you have further questions, please open a new topic, (and possibly link to the old one), as the whole history of the old topic is rarely important enough to be read when a followup post is made many years later.