📄 phonelist
字号:
# this a ready-to-use example of the phone file# just move it to ~/.seyon, or whatever your Seyon's# default directory is# line comment# another one# you can have comments both on a singe line# and at end of lines258-7096 Athena BITS=8 BPS=9600 SCRIPT=athena # like here# blank lines are OK too, for readability.# the format is simple.# the first field is the phone number# the presence of this field is reuired.# the second field is the host name# the presence of this field is reuired.# all other fields are optional.# if any of those is not present,# Seyon will use the default value specified in the resources# you don't even have to specifiy the default values in the resources# if the default default values (did you get this?) suit # you just fine, and most of the time they do.# recognized fileds are# SCRIPT script file name to be run when connected# BPS baud rate# BITS number of bits# PARITY parity# STOPB number of stop bits# PREFIX prefix# SUFFIX suffix# the keyword CURRENT (can be abbreviated to CUR) can be used# to instruct Seyon to use the current values rather# than giving the exact value or using the default ones# in this case those fields will appear with a question mark (?)# in the dialing directory since they depend on the current values# (e.g. the number you called last or the values use set via the# Settings window) and are not known ahead of time.# frankly, I don't know why anybody would use this keyword.# the title has to be either a single word, like the above# or a collection of words, but quoted, like below.258-7096 "Athena Dialup" BITS=7 PARITY=2 STOPB=1 # using 7-E-1# more examples:258-7096 Athena BPS=9600 SCRIPT=athena # using default BITS258-7096 Athena BITS=7 SCRIPT=athena # using default BPS258-7096 Athena BITS=7 BPS=19200 # no script258-7096 Athena # no script, default BPS, BITS, PREFIX, and SUFFIX, ..etc.258-7096 Athena PREFIX=ATP # use pulse dialing, override default258-7096 Athena PREFIX=AT%c1\n5DT # another example258-7096 Athena PREFIX=AT%c1\n5^M~~ATDT # notice the 2-sec delay after ^M258-7096 Athena PREFIX="AT %c1 \n5 ^M ~~ ATDT" # quoted because of spaces258-7096 Athena SUFFIX=^M # overrides the default suffix# here we use the the keyword CURRENT258-7096 Athena BITS=CURRENT BPS=CUR SCRIPT=athena SUFFIX=CUR PARITY=CUR
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -