how to use spacebar key as Enter key in command line

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

how to use spacebar key as Enter key in command line

naik2902
guys. please tell me  how to change my spacebar key as Enter key in librecad.  
 same thing what we use in Autocad.  

  Using spacebar as Enter key is better and more convenient option since we use it more frequently and it also makes our job faster and easier with single hand when using command line.
Reply | Threaded
Open this post in threaded view
|

Re: how to use spacebar key as Enter key in command line

dxli
just need to still treat space in command widget normally
naik2902 wrote
guys. please tell me  how to change my spacebar key as Enter key in librecad.  
 same thing what we use in Autocad.  

  Using spacebar as Enter key is better and more convenient option since we use it more frequently and it also makes our job faster and easier with single hand when using command line.
Reply | Threaded
Open this post in threaded view
|

Re: how to use spacebar key as Enter key in command line

ravas
@naik2902: The issue is that we have a calculator command that uses a space http://wiki.librecad.org/index.php/Calculator

@dxli: What do you think about making it so "cal" toggles a calculator mode?

cal 27*37
cal avg(321,123)

-vs-

cal
27*37
avg(321,123)
cal
Reply | Threaded
Open this post in threaded view
|

Re: how to use spacebar key as Enter key in command line

naik2902
This post was updated on .
ohh i see... thats why .. so we add space after Cal when doing calculation.  

this is really not good.

 if i want calculator why i should do my calculation in command line?  i can use calculator app instead of that.  calculator is not priority to sacrifice spacebar for it.  

IF i want to draw a line or circle then u can understand how quick it is  using L + space or C+space  with my single left hand.   now here on librecad i have to use my right hand everytime to press enter key which slows down my speed.  

this makes my task on librecad twice slower and difficult than doing it on Autocad.  dev should know how much important role spacebar plays is in increasing productivity and speed on CAD. they should ask any draftsman who worked on autocad.

 this is really unfortunate in librecad.    

@dxli
 
@ravas