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

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



  User: ahvezda 
  Date: 05/02/20 19:10:03

  Modified:    .        system-gschemrc.in
  Log:
  Added hotkey assignment, hotkey callback implementation, and move the new
  
  Add/Picture... menu item to the end of the menu list.
  
  
  
  
  Revision  Changes    Path
  1.81      +4 -3      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.80
  retrieving revision 1.81
  diff -u -b -r1.80 -r1.81
  --- system-gschemrc.in	19 Feb 2005 23:27:06 -0000	1.80
  +++ system-gschemrc.in	21 Feb 2005 00:10:03 -0000	1.81
  @@ -994,7 +994,8 @@
       ("b" . add-box-hotkey)
       ("i" . add-circle-hotkey)
       ("r" . add-arc-hotkey)
  -    ("p" . add-pin-hotkey)))
  +    ("p" . add-pin-hotkey)
  +    ("g" . add-picture-hotkey)))
   
   ; All keys in this keymap *must* be unique
   (define hierarchy-keymap
  @@ -1202,10 +1203,10 @@
   	   ("SEPARATOR"		no-action		no-action)
   	   ("Line"		add-line  	     	add-line-hotkey)
   	   ("Box"		add-box  	     	add-box-hotkey)
  -	   ("Picture..."       	add-picture  	     	add-picture-hotkey)
   	   ("Circle"		add-circle  	     	add-circle-hotkey)
   	   ("Arc"		add-arc  	     	add-arc-hotkey)
  -	   ("Pin"		add-pin  	     	add-pin-hotkey)))
  +	   ("Pin"		add-pin  	     	add-pin-hotkey)
  +	   ("Picture..."       	add-picture  	     	add-picture-hotkey)))
   
   (define hierarchy-menu-items 
   ;;