intuitive_interface by default is now enabled
This commit is contained in:
parent
f69debac09
commit
b675e94333
|
|
@ -8340,7 +8340,7 @@ set_ne draw_grid 1
|
|||
set_ne big_grid_points 0
|
||||
set_ne draw_grid_axes 1
|
||||
set_ne persistent_command 0
|
||||
set_ne intuitive_interface 0
|
||||
set_ne intuitive_interface 1
|
||||
set_ne autotrim_wires 0
|
||||
set_ne compare_sch 0
|
||||
set_ne disable_unique_names 0
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@
|
|||
|
||||
#### if set to 1 allow click & drag objects in the schematic
|
||||
#### to move them without keyboard commands ('m')
|
||||
#### default: 0
|
||||
#### default: enabled (1)
|
||||
# set intuitive_interface 0
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue