Stefan Schippers
12/07/2024, 5:31 PMset graph_use_ctrl_key 1
. If this option is enabled (default is 0, not enabled) mouse and keyboard events will always work on the schematic even if the mouse is inside a waveform graph. To perform actions on the graph you must press and hold the Ctrl
key. For example, Ctrl-f
when the mouse pointer is inside a waveform graph will full zoom the waveform. Ctrl-MouseWheel
will zoom the graph if the mouse is inside it. Without the Ctrl key all actions will be on the schematic.
2. It is now possible to enter wave expressions in the graph dialog box signal list on one line without wrapping it inside quotes. See in image the new and old way of describing signal expressions. Double quotes ("..."
) are optional and of course still work. They are needed if you want to use more lines for one expression. One side effect of this change is that it is no more legal to put more signals on one line, like: CLK DATA RST
, you need to put one signal per line.