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

Posted by ravas on
URL: https://forum.librecad.org/how-to-use-spacebar-key-as-Enter-key-in-command-line-tp5712264p5712266.html

@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