|
From: Petr M. <mi...@ph...> - 2007-05-31 16:00:50
|
> I think it was a design mistake to treat 'q' and ' ' as special-case keys,
> because it seriously interferes with implementing a general hot-key/bind
> interface.
These keys were functioning ages before the bind.
> You can disable 'q' in x11 by shifting the magic key to 'ctrl-q' instead:
> gnuplot*ctrlq: on
>
> But this is awkward, since it needs to be done externally.
> Also it doesn't work for the wxt terminal.
>
> I would favor getting rid of the 'q' and ' ' hard-wired hotkeys, or
> at least make them default bindings that can be turned off by a script.
Yes, to be changed via 'bind'.
And there could be
term->set_interactive('hotkey', 'q', 'disable')
term->set_interactive('hotkey', 'q', 'enable')
Well -- is there any possibility to get back the built-in command?
E.g.
bind a 'plot x'
bind a builtin-autoscale
does not work.
---
PM
|