|
From: Tatsuro M. <tma...@ya...> - 2014-06-19 03:15:03
|
----- Original Message ----- >> >>>>> 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 > > My problems seem specific to the "raise" function. > For instance, the "r" key does properly switch on > the ruler (so, it's not a focus issue). I have test on 5.0-rc1 on Ubuntu 12.04 LTS and windows 7. On Ubuntu, on wxt and qt, space key functionality does not work, while on x11, it works as expected. On windows, on qt, space key functionality does not work, while on wxt and windows, it works as expected. Ubuntu: wxwidgtes 2.8.12, qt 4.8.1. Windows wxwidgtes 3.0.0, qt 5.3.0 Does someone else check the qt terminal? Tatsuro |