mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 16:31:17 -05:00
Fixed logic for toggling focus between windows after SpecJT is restarted.
Enlarged Doppler field width in azel.dat. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@124 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
35d8181422
commit
96821117a3
@ -110,7 +110,7 @@ subroutine astro0(nyear,month,nday,uth8,nfreq,grid,cauxra,cauxdec, &
|
|||||||
1010 format(i2.2,':',i2.2,':',i2.2,',',f5.1,',',f5.1,',Moon'/ &
|
1010 format(i2.2,':',i2.2,':',i2.2,',',f5.1,',',f5.1,',Moon'/ &
|
||||||
i2.2,':',i2.2,':',i2.2,',',f5.1,',',f5.1,',Sun'/ &
|
i2.2,':',i2.2,':',i2.2,',',f5.1,',',f5.1,',Sun'/ &
|
||||||
i2.2,':',i2.2,':',i2.2,',',f5.1,',',f5.1,',Source'/ &
|
i2.2,':',i2.2,':',i2.2,',',f5.1,',',f5.1,',Source'/ &
|
||||||
i4,',',f6.1,',',f6.2,',',f6.1,',',f6.2,',Doppler')
|
i4,',',f7.1,',',f7.2,',',f7.1,',',f7.2,',Doppler')
|
||||||
rewind 14
|
rewind 14
|
||||||
isec0=isec
|
isec0=isec
|
||||||
endif
|
endif
|
||||||
|
@ -23,6 +23,7 @@ def hidespecjt():
|
|||||||
def showspecjt():
|
def showspecjt():
|
||||||
root.deiconify()
|
root.deiconify()
|
||||||
g.showspecjt=2
|
g.showspecjt=2
|
||||||
|
g.focus=1
|
||||||
|
|
||||||
if(__name__=="__main__"):
|
if(__name__=="__main__"):
|
||||||
root = Tk()
|
root = Tk()
|
||||||
|
4
wsjt.py
4
wsjt.py
@ -108,8 +108,8 @@ def showspecjt(event=NONE):
|
|||||||
else:
|
else:
|
||||||
g.focus=2
|
g.focus=2
|
||||||
else:
|
else:
|
||||||
g.focus=2
|
|
||||||
g.showspecjt=1
|
g.showspecjt=1
|
||||||
|
g.focus=2
|
||||||
|
|
||||||
#------------------------------------------------------ restart
|
#------------------------------------------------------ restart
|
||||||
def restart():
|
def restart():
|
||||||
@ -681,7 +681,7 @@ Shift-F8 Set JT65B mode
|
|||||||
CTRL-F8 Set JT65C mode
|
CTRL-F8 Set JT65C mode
|
||||||
Shift-CTRL-F8 Set CW mode
|
Shift-CTRL-F8 Set CW mode
|
||||||
F9 Set EME Echo mode
|
F9 Set EME Echo mode
|
||||||
F10 Display waterfall screen
|
F10 Toggle focus between WSJT screens
|
||||||
Alt-1 to Alt-6 Tx1 to Tx6
|
Alt-1 to Alt-6 Tx1 to Tx6
|
||||||
Alt-A Toggle Auto On/Off
|
Alt-A Toggle Auto On/Off
|
||||||
Alt-D Decode
|
Alt-D Decode
|
||||||
|
Loading…
Reference in New Issue
Block a user