Mercurial > 510Connectbot
comparison 510Connectbot.connections @ 512:e1dd1fd46e18
change connections file name and look for it in the accuspeech voice projects directory, then the downloads directory
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 10 Feb 2023 14:32:41 -0700 |
parents | deployment.connections@6dbddfa27f6c |
children | b61919d8a701 |
comparison
equal
deleted
inserted
replaced
511:6dbddfa27f6c | 512:e1dd1fd46e18 |
---|---|
1 # | |
2 # available host keys: | |
3 # | |
4 # nickname (string) | |
5 # color (string) ("red", "green", "blue", "gray") | |
6 # fontsize (float) | |
7 # fixed_size (boolean) | |
8 # fixed_width (integer) | |
9 # fixed_height (integer) | |
10 # pubkeyid (integer) (-2, -1) -2=none, -1=any | |
11 # useauthagent (string) ("no", "confirm", "yes") | |
12 # postlogin (string) | |
13 # compression (boolean) | |
14 # httpproxy (string) | |
15 # wantsession (boolean) | |
16 # stayconnected (boolean) | |
17 # delkey (string) ("del", "backspace") | |
18 # encoding (string) ("UTF-8", etc) | |
19 # username (string) | |
20 # hostname (string) | |
21 # port (integer) | |
22 # monitor (string) | |
23 # emulation (string) ("xterm-color", "xterm-256color", "xterm", "vt100", "ansi", "screen", or other answerback string) | |
24 # encryption5250 (string) ("NONE", "TLSv1.2", "TLSv1.3") | |
25 # library5250 (string) | |
26 # menu5250 (string) | |
27 # program5250 (string) | |
28 # wantx11forward (boolean) | |
29 # x11host (string) | |
30 # x11port (integer) | |
31 # autolaunch (boolean) | |
32 | |
33 | |
34 # | |
35 # global settings are under global:// tag | |
36 # | |
37 # available global keys: | |
38 # | |
39 # memkeys (boolean) | |
40 # connPersist (boolean) | |
41 # emulation (string) ("xterm-color", "xterm-256color", "xterm", "vt100", "ansi", "screen") | |
42 # scrollback (integer) | |
43 # rotation (string) ("Default", "Force landscape", "Force portrait", "Automatic") | |
44 # shiftfkeys (boolean) | |
45 # ctrlfkeys (boolean) | |
46 # keymode (string) ("Use right-side keys", "Use left-side keys", "none") | |
47 # camera (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "Increase Font Size", "Decrease Font Size", "None") | |
48 # volup (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "Increase Font Size", "Decrease Font Size", "None") | |
49 # voldn (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "Increase Font Size", "Decrease Font Size", "None") | |
50 # search (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "Increase Font Size", "Decrease Font Size", "None") | |
51 # ptt (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "Increase Font Size", "Decrease Font Size", "None") | |
52 # keepalive (boolean) | |
53 # wifilock (boolean) | |
54 # bumpyarrows (boolean) | |
55 # eula (boolean) | |
56 # extended_longpress (boolean) | |
57 # ctrl_string (string) | |
58 # picker_string (string) | |
59 # picker_keep_open (boolean) | |
60 # list_custom_keymap (string) ("none", "full", "asus_tf", "sgh_i927", "sgh_i927_ics", "se_xppro") | |
61 # bell (boolean) | |
62 # bellVolume (float) | |
63 # bellVibrate (boolean) | |
64 # bellNotification (boolean) | |
65 # screen_capture_folder (string) | |
66 # screen_capture_popup (boolean) | |
67 # file_dialog (string) | |
68 # download_folder (string) | |
69 # remote_upload_folder (string) | |
70 # upload_dest_prompt (boolean) | |
71 # background_file_transfer (boolean) | |
72 # debug_keycodes (boolean) | |
73 # delete_deployment (boolean) | |
74 # fg_color (integer) (1 based just as shown by color activity) | |
75 # bg_color (integer) (1 based just as shown by color activity) | |
76 # | |
77 | |
78 | |
79 tn5250://pub400.com:23#pub400 | |
80 encryption5250=TLSv1.3 | |
81 fontsize=20 | |
82 fixed_size=true | |
83 fixed_width=40 | |
84 fixed_height=25 | |
85 | |
86 global:// | |
87 emulation=xterm-256color | |
88 scrollback=200 | |
89 rotation=Force portrait | |
90 camera=None | |
91 volup=Soft Function Keypad | |
92 voldn=Tab | |
93 search=None | |
94 ptt=Monitor Key | |
95 eula=true | |
96 delete_deployment=false | |
97 fg_color=11 | |
98 bg_color=1 | |
99 | |
100 # | |
101 # end |