Help with screenswitch

Topics that doesn't fall into the categories above
Post Reply
Profound
Posts: 1
Joined: Wed May 23, 2018 6:06 pm

Help with screenswitch

Post by Profound »

Hi,

I am having trouble with screenswitch and RDP sessions. I can only seem to connect to one at a time?

http://wtware.com/docs5/config.html#screenswitch

I'd like to be able to click a button down the bottom right, as the keyboard shortcuts I set never seem to work.

Should 'screenswitch = none' give me a switch button on the info menu? (all I see is a red cross)

My config, with some details masked:


infobox=shutdown
turnoffmenu=on,msg:shutdown
screenswitch=shift-ctrl-n
sleep=60,poweroff
autoshutdown=30
clienthostname=thin-terminal
httpd=x.x.x.0/24
ntp=x.x.x.x
microphone=off
sound=on
sound_rate=44100
sound_buffer=300
sound_level=100
video=auto
display=1280x1024
bpp=16
connection con1
displayName=con1
server=x.x.x.x
user=x
graphic=abcdefg
sound=oss
sound_level=100
connection con2
displayName=con2
server=x.x.x.y
user=x
graphic=abcdefg
sound=oss
sound_level=100
connection
displayname=other
server=--new--
graphic=abcdefg
sound=oss
sound_level=100
akatik
SUPPORT
SUPPORT
Posts: 630
Joined: Mon Jan 17, 2005 6:30 pm
Contact:

Re: Help with screenswitch

Post by akatik »

1. Remove everything from config.
2. Write:

Code: Select all

server=x.x.x.x
next screen
server=x.x.x.y
3. Reboot terminal. You'll get two connections at the same time. Win-1 and Win-2 to switch. Or popup window in right bottom.

Here is the manual: http://wtware.com/docs5/configfile.html
Post Reply