From: Daniel J S. <dan...@ie...> - 2007-05-31 20:29:34
|
Timothée Lecomte wrote: > They are. Quote: > "By default, the <space> hotkey raises gnuplot's command window. On some > terminals (e.g. x11, wx, pm), 'q' closes the graph window. These defaults > can > be changed to ctrl-space and ctrl-q by starting gnuplot as 'gnuplot -ctrlq', > see `x11 command-line-options`, or by the X Resource 'gnuplot*ctrlq'. > Note: if <space> (or ctrl-space) does not raise the gnuplot window under > X11, > see discussion in `raise`." Right, but I'm saying that the following documenation is equally as good/bad: <Shift-B2-Motion> vertical motion -- change xyplane Space `builtin-raise-window` raise gnuplot console window a `builtin-autoscale` (set autoscale keepfix; replot) b `builtin-toggle-border` e `builtin-replot` g `builtin-toggle-grid` h `builtin-help` l `builtin-toggle-log` y logscale for plots, z and cb logscale for splots L `builtin-nearest-log` toggle logscale of axis nearest cursor m `builtin-toggle-mouse` r `builtin-toggle-ruler` 1 `builtin-decrement-mousemode` 2 `builtin-increment-mousemode` 3 `builtin-decrement-clipboardmode` 4 `builtin-increment-clipboardmode` 5 `builtin-toggle-polardistance` 6 `builtin-toggle-verbose` 7 `builtin-toggle-ratio` n `builtin-zoom-next` go to next zoom in the zoom stack p `builtin-zoom-previous` go to previous zoom in the zoom stack q `builtin-close-window` close this plot window u `builtin-unzoom` Right `builtin-rotate-right` only for splots; <shift> increases amount Up `builtin-rotate-up` only for splots; <shift> increases amount Left `builtin-rotate-left` only for splots; <shift> increases amount Down `builtin-rotate-down` only for splots; <shift> increases amount Escape `builtin-cancel-zoom` cancel zoom region *IF* we say that > I'll repeat myself, maybe you lost it in the noise of my message: The easy > fix means a big regression; 'q' and ' ' would not always work anymore, but > only when the terminal is the active one. is a bug. And then fix it sooner than later. :-) Besides, that's another thing we could easily change. 'q' and ' ' have nothing to do with redrawing, so there is no need to disable those. Dan |