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

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



  User: peterb  
  Date: 07/04/21 16:58:20

  Modified:    .        system-gschemrc.in
  Log:
  Change keystrokes for grid size change shortcuts.
  
  
  
  Incrementing/decrementing the grid size is something that users
  
  are likely to do several times in quick succession.  As such, it
  
  the keystroke should be a single key. This sets increment/decrement 
  
  to ']' and '[' respectively.
  
  
  
  
  Revision  Changes    Path
  1.125     +2 -2      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.124
  retrieving revision 1.125
  diff -u -b -r1.124 -r1.125
  --- system-gschemrc.in	21 Apr 2007 17:15:12 -0000	1.124
  +++ system-gschemrc.in	21 Apr 2007 20:58:20 -0000	1.125
  @@ -1475,8 +1475,6 @@
       ("s" . options-snap)
       ("r" . options-rubberband)
       ("Shift S" . options-snap-size)
  -    ("e" . options-scale-up-snap-size)
  -    ("d" . options-scale-down-snap-size)
       ("l" . options-show-log-window)
       ("c" . options-show-coord-window)))
   
  @@ -1507,6 +1505,8 @@
       ("m" . edit-move-hotkey)
       ("n" . add-net-hotkey)
       ("o" . options-keymap)
  +    ("bracketright" . options-scale-up-snap-size)
  +    ("bracketleft" . options-scale-down-snap-size)
       ("p" . page-keymap)
       ("q" . no-action)
       ("r" . view-redraw)
  
  
  


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