Author Topic: Apply Scale Factor to All keyboard Inputs  (Read 1797 times)

0 Members and 1 Guest are viewing this topic.

vogtc

  • Mosquito
  • Posts: 1
Apply Scale Factor to All keyboard Inputs
« on: January 15, 2015, 08:58:12 PM »
Is it possible to apply a scale factor to all keyboard inputs for all commands?
For Example, Lets say the scale factor is .5. When your run a command such as the offset command, if you type 100 for the offset distance it would actually offset 50 units in the drawing. Same thing with the line command, draw a line by typing 100 on the keyboard and it would draw a line 50 units in the drawing.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Apply Scale Factor to All keyboard Inputs
« Reply #1 on: January 15, 2015, 10:00:49 PM »
Not that I know.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

owenwengerd

  • Bull Frog
  • Posts: 451
Re: Apply Scale Factor to All keyboard Inputs
« Reply #2 on: January 16, 2015, 10:19:02 AM »
The usual way to handle this is to think from the opposite perspective. First SCALE everything in the layout, then perform your work, then SCALE everything back.