|
From: <pl...@pi...> - 2014-06-19 00:53:40
|
On 06/18/14 23:03, Philipp K. Janert wrote: > > On Wed, 18 Jun 2014 13:52:05 -0700 > Ethan A Merritt <sf...@us...> wrote: > >> On Wednesday, 18 June, 2014 13:44:56 Philipp K. Janert wrote: >>> On Wed, 18 Jun 2014 13:24:13 -0700 >>> Ethan A Merritt <sf...@us...> wrote: >>> >>>> On Wednesday, 18 June, 2014 13:07:40 Philipp K. Janert wrote: >>>>> >>>>> On my system, the spacebar does not raise the >>>>> command window after a plot, when using the >>>>> wxt terminal. The spacebar works as expected >>>>> when using the x11 terminal. >>>>> >>>>> ctrl-space does not work either. >>>>> >>>>> This happens both with the "packaged" version >>>>> of gnuplot (4.6.3) and with the RC (5rc1). >>>>> >>>>> I looked over the wxt terminals "settings" >>>>> dialog, but did not find anything that seemed >>>>> applicable. >>>>> >>>>> Anything else I could try? Is this a wxt-config >>>>> issue somehow? >>>> >>>> It's a configuration option: >>>> >>>> ./configure --enable-raise-console >>> >>> That should be enabled by default, isn't it? >>> >>> In any case - it does not work (for me), even >>> if I enable it explicitly (as you suggest). >>> >>> Do others see this, too? Anything one can do >>> about that? >> >> bind ' ' "raise" >> >> should work for all terminals regardless of default configuration. >> > > Still no cigar. Very odd. I begin to wonder > whether my window mgr intercepts key strokes, > or something like that (not gnuplot related). > > Anyway - if no-one else is seeing this, it > must be a problem on my end. Thanks for the > advice. > > wxt here, space while mouse is over the plot window does raise the command window. WM configured for 'focus follows mouse' , so this works even if the plot window is partially behind something else. The plot window will have to have been clicked on to give it the focus if you have some other set up, in order for it to get passed the keystroke Peter. |