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

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



  User: ahvezda 
  Date: 06/08/06 15:23:19

  Modified:    .        system-gschemrc.in
  Log:
  Applied patch by Tomaz Solc to add cursor key panning.  Minor cleanup of
  
  the code afterwards (mainly to add the keyboardpan_gain to the toplevel
  
  as a proper rc variable).
  
  
  
  
  Revision  Changes    Path
  1.96      +14 -0     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.95
  retrieving revision 1.96
  diff -u -b -r1.95 -r1.96
  --- system-gschemrc.in	24 Jul 2006 03:29:21 -0000	1.95
  +++ system-gschemrc.in	6 Aug 2006 19:23:19 -0000	1.96
  @@ -179,6 +179,16 @@
   ;(mousepan-gain 1)
   ;(mousepan-gain 10)
   
  +; keyboardpan-gain integer
  +;
  +; Controls how much the display pans when using the keyboard cursors.  
  +; A larger value provides greater pan distance when moving the mouse, 
  +; while a smaller value provides a smoother, but smaller pan distance 
  +; when moving the mouse.
  +(keyboardpan-gain 20)
  +;(keyboardpan-gain 10)
  +;(keyboardpan-gain 1)
  +;(keyboardpan-gain 5)
   
   
   ; action-feedback-mode string
  @@ -1247,6 +1257,10 @@
       ("v" . view-keymap)
       ("w" . view-zoom-box-hotkey)
       ("x" . view-pan-hotkey)
  +    ("Left" . view-pan-left)
  +    ("Right" . view-pan-right)
  +    ("Up" . view-pan-up)
  +    ("Down" . view-pan-down)
       ("y" . buffer-keymap)
       ("z" . view-zoom-in-hotkey)
       ("period" . repeat-last-command)
  
  
  


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