;
; Start of color section
;
; Load up a color scheme has a light (almost white) background
; Comment out the first line and comment in the second line for a
; dark (black) background. The dark background is the original look.
;
;(load (string-append gedadatarc "/gschem-darkbg")) ; dark background
(load (string-append gedadatarc "/gschem-lightbg")) ; light background
; middle-button string
;
; Controls if the middle mouse button draws strokes, repeats the last
; command, or does an action (move and copy (holding down the ALT key)
; are supported) on a single objects.
;
;(middle-button "action")
(middle-button "stroke")
;(middle-button "repeat")
|