Help with screenswitch

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Help with screenswitch

Re: Help with screenswitch

by akatik » Thu May 24, 2018 6:16 am

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

Help with screenswitch

by Profound » Wed May 23, 2018 6:11 pm

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

Top