[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: system-gschemrc.in



  User: cnieves 
  Date: 06/05/17 10:20:48

  Modified:    .        system-gschemrc.in
  Log:
  Added support for moving the selected objects just dragging them.
  
  Added multiple copy command.
  
  Allow rotating while copying or moving objects.
  
  
  
  
  Revision  Changes    Path
  1.92      +8 -0      eda/geda/devel/gschem/lib/system-gschemrc.in
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: system-gschemrc.in
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/lib/system-gschemrc.in,v
  retrieving revision 1.91
  retrieving revision 1.92
  diff -u -b -r1.91 -r1.92
  --- system-gschemrc.in	24 Apr 2006 04:02:11 -0000	1.91
  +++ system-gschemrc.in	17 May 2006 14:20:48 -0000	1.92
  @@ -613,6 +613,12 @@
   (image-color "enabled")
   ;(image-color "disabled")
   
  +; drag-can-move string
  +;
  +; If enabled, the drag movement over selected objects can move the objects.
  +(drag-can-move "enabled")
  +;(drag-can-move "disabled")
  +
   ; middle-button string
   ;
   ; Controls if the middle mouse button draws strokes, repeats the last 
  @@ -1100,6 +1106,7 @@
       ("s" . edit-select)
       ("c" . edit-copy-hotkey)    ; This can also just be edit-copy and then
       ("e" . edit-edit)           ; you must pick the anchor point
  +    ("y" . edit-mcopy-hotkey)   ; This can also just be edit-mcopy
       ("x" . edit-text)           
       ("m" . edit-move-hotkey)    ; This can also just be edit-move 
       ("d" . edit-delete)
  @@ -1294,6 +1301,7 @@
              ("Edit..."		 edit-edit       	edit-edit)
              ("Edit Text..."	 edit-text       	edit-text)
              ("Copy Mode"		 edit-copy       	edit-copy-hotkey)
  +           ("Multiple Copy Mode" edit-mcopy       	edit-mcopy-hotkey)
              ("Move Mode"		 edit-move       	edit-move-hotkey)
              ("Delete"		 edit-delete     	edit-delete)
              ("Rotate 90 Mode"	 edit-rotate-90  	edit-rotate-90-hotkey)