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

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



  User: ahvezda 
  Date: 06/12/04 22:04:31

  Modified:    .        system-gschemrc.in
  Log:
  Added Control-x, Control-c, and Control-v hotkeys and menu items for
  
  cut buffer, copy buffer, and paste buffer.  Fixed a few bugs dealing with
  
  enabling and disabling menu items.  Removed the right justification of the
  
  help menu.
  
  
  
  
  Revision  Changes    Path
  1.108     +13 -6     eda/geda/gaf/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/gaf/gschem/lib/system-gschemrc.in,v
  retrieving revision 1.107
  retrieving revision 1.108
  diff -u -b -r1.107 -r1.108
  --- system-gschemrc.in	3 Dec 2006 02:27:12 -0000	1.107
  +++ system-gschemrc.in	5 Dec 2006 03:04:31 -0000	1.108
  @@ -1306,7 +1306,10 @@
       ("Shift H" . hierarchy-keymap)
       ("Shift U" . edit-undo)
       ("Shift R" . edit-redo)
  -    ("Shift Z" . view-zoom-out-hotkey)))
  +    ("Shift Z" . view-zoom-out-hotkey)
  +    ("Control x" . buffer-cut1)
  +    ("Control c" . buffer-copy1)
  +    ("Control v" . buffer-paste1-hotkey)))
   
   ; finally set the keymap point to the newly created datastructure 
   (define current-keymap global-keymap)
  @@ -1356,6 +1359,10 @@
              ("Redo"               edit-redo       	edit-redo)
   	   ("SEPARATOR"          no-action       	no-action)
              ("Select Mode"        edit-select     	edit-select)
  +	   ("Cut Buffer"         buffer-cut1            buffer-cut1)
  +           ("Copy Buffer"        buffer-copy1           buffer-copy1)
  +           ("Paste Buffer"       buffer-paste1-hotkey   buffer-paste1-hotkey)
  +	   ("SEPARATOR"          no-action       	no-action)
              ("Edit..."		 edit-edit       	edit-edit)
              ("Edit Text..."	 edit-text       	edit-text)
              ("Copy Mode"		 edit-copy       	edit-copy-hotkey)
  @@ -1392,11 +1399,11 @@
   	   ("Cut into 3"	buffer-cut3       	buffer-cut3)
   	   ("Cut into 4"	buffer-cut4       	buffer-cut4)
   	   ("Cut into 5"	buffer-cut5       	buffer-cut5)
  -	   ("Paste from 1"	buffer-paste1       	buffer-paste1-hotkey)
  -	   ("Paste from 2"	buffer-paste2       	buffer-paste2-hotkey)
  -	   ("Paste from 3"	buffer-paste3       	buffer-paste3-hotkey)
  -	   ("Paste from 4"	buffer-paste4       	buffer-paste4-hotkey)
  -	   ("Paste from 5"	buffer-paste5       	buffer-paste5-hotkey)))
  +	   ("Paste from 1"	buffer-paste1-hotkey    buffer-paste1-hotkey)
  +	   ("Paste from 2"	buffer-paste2-hotkey    buffer-paste2-hotkey)
  +	   ("Paste from 3"	buffer-paste3-hotkey    buffer-paste3-hotkey)
  +	   ("Paste from 4"	buffer-paste4-hotkey    buffer-paste4-hotkey)
  +	   ("Paste from 5"	buffer-paste5-hotkey    buffer-paste5-hotkey)))
   
   (define view-menu-items 
   ;;
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs