[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: system-gschemrc.in
User: cnieves
Date: 07/02/23 14:24:34
Modified: . system-gschemrc.in
Log:
Added two new hotkeys to increase and decrease the snap grid size.
* include/prototype.h, lib/system-gschemrc.in, src/g_keys.c,
src/g_register.c, src/i_callbacks.c:
Added two new hotkeys to increase and decrease the snap grid size.
Feature Request #1443637. Thanks to KaiMartin for the suggestion.
Revision Changes Path
1.117 +6 -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.116
retrieving revision 1.117
diff -u -b -r1.116 -r1.117
--- system-gschemrc.in 22 Feb 2007 17:19:56 -0000 1.116
+++ system-gschemrc.in 23 Feb 2007 19:24:34 -0000 1.117
@@ -1285,6 +1285,8 @@
("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)))
@@ -1517,6 +1519,10 @@
("Toggle Grid On/Off" options-grid options-grid)
("Toggle Snap On/Off" options-snap options-snap)
("Snap Grid Spacing..." options-snap-size options-snap-size)
+ ("Scale up Grid Spacing" options-scale-up-snap-size
+ options-scale-up-snap-size)
+ ("Scale down Grid Spacing" options-scale-down-snap-size
+ options-scale-down-snap-size)
("Toggle Outline/Box" options-action-feedback
options-action-feedback)
("Toggle Net Rubberband" options-rubberband options-rubberband)
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs