OK.  I got as far as

[100%] Built target wsjtx-install
Scanning dependencies of target install
[100%] Built target install

Where is the executable and/or install file?  (Lord, I hope it created a
windows version!)



On Tue, Dec 31, 2019 at 1:25 PM Kari <oh2...@sral.fi> wrote:

> Hi Albert,
>
> On 31.12.2019 18.28, Albert Gerheim wrote:
>
> If I fail to install this properly (and, just looking at it, it's the most
> likely outcome), is there any way to get the development community to make
> a small change?  It's like this:
>
> In the hundreds of QSO's I've worked with WSJT-X, I've never needed to
> change the "priority" RX frequency via the waterfall window.  However, I
> have to change the TX frequency via the waterfall window constantly.  I
> know I can change the TX frequency with shift-left-click, but I frequently
> work remotely using a smart phone or a tablet, and this combination isn't
> available.  To move the TX frequency to a clear spot, I have to move the RX
> frequency, then click the RX->TX button, then get the "priority" RX
> frequency back to the station I'm calling by double-clicking on his/her
> line in the scroll.
>
> To fix this, all you have to do is swap the callbacks for left-click and
> shift-left-click in the waterfall.  I find the current assignment
> incredibly annoying.
>
> No need to install QT ( other than the libraries required for
> compiling ).
>
> Just edit file "plotter.cpp" in the "widgets" diectory and swap
> lines 697 and 699. The code should then look like this:
>
>     if (ctrl) {
>       emit setFreq1 (newFreq, newFreq);
>     } else if (shift) {
>       emit setFreq1(newFreq,oldTxFreq);
>     } else {
>       emit setFreq1 (oldRxFreq, newFreq);
>     }
>
> This mod makes "plain" left-click change the TX frequency,
> shift+left-click RX frequency and ctrl+left-click both.
>
> BR, 73 & HNY de Kari, oh2gqc
>
>
> _______________________________________________
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>


-- 
Al Gerheim
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to