annotate deployment.connections @ 449:1c9d043c2c03

fix lint error
author Carl Byington <carl@five-ten-sg.com>
date Thu, 17 Mar 2016 13:49:04 -0700
parents 93621e963303
children ece82b571900
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
132
265a4733edcb read deployment.connections on startup for new host entries
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
1 #
202
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
2 # available host keys:
132
265a4733edcb read deployment.connections on startup for new host entries
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
3 #
202
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
4 # nickname (string)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
5 # color (string) ("red", "green", "blue", "gray")
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
6 # fontsize (float)
244
32737a428805 add host preference for fixed screen size
Carl Byington <carl@five-ten-sg.com>
parents: 202
diff changeset
7 # fixed_size (boolean)
32737a428805 add host preference for fixed screen size
Carl Byington <carl@five-ten-sg.com>
parents: 202
diff changeset
8 # fixed_width (integer)
32737a428805 add host preference for fixed screen size
Carl Byington <carl@five-ten-sg.com>
parents: 202
diff changeset
9 # fixed_height (integer)
202
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
10 # pubkeyid (integer) (-2, -1) -2=none, -1=any
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
11 # useauthagent (string) ("no", "confirm", "yes")
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
12 # postlogin (string)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
13 # compression (boolean)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
14 # httpproxy (string)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
15 # wantsession (boolean)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
16 # stayconnected (boolean)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
17 # delkey (string) ("del", "backspace")
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
18 # encoding (string) ("UTF-8", etc)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
19 # username (string)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
20 # hostname (string)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
21 # port (integer)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
22 # monitor (string)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
23 # emulation (string) ("xterm-color", "xterm-256color", "xterm", "vt100", "ansi", "screen", or other answerback string)
272
ce2f4e397703 document encryption settings for 5250 emulation
Carl Byington <carl@five-ten-sg.com>
parents: 262
diff changeset
24 # encryption5250 (string) ("NONE", "SSLv2", "SSLv3", "TLS")
202
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
25 # library5250 (string)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
26 # menu5250 (string)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
27 # program5250 (string)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
28 # wantx11forward (boolean)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
29 # x11host (string)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
30 # x11port (integer)
132
265a4733edcb read deployment.connections on startup for new host entries
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
31
265a4733edcb read deployment.connections on startup for new host entries
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
32
265a4733edcb read deployment.connections on startup for new host entries
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
33 tn5250://pub1.rzkh.de:23#battleship
265a4733edcb read deployment.connections on startup for new host entries
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
34 encryption5250=NONE
262
db26984b69f5 update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 244
diff changeset
35 fontsize=20
244
32737a428805 add host preference for fixed screen size
Carl Byington <carl@five-ten-sg.com>
parents: 202
diff changeset
36 fixed_size=true
32737a428805 add host preference for fixed screen size
Carl Byington <carl@five-ten-sg.com>
parents: 202
diff changeset
37 fixed_width=80
32737a428805 add host preference for fixed screen size
Carl Byington <carl@five-ten-sg.com>
parents: 202
diff changeset
38 fixed_height=25
132
265a4733edcb read deployment.connections on startup for new host entries
Carl Byington <carl@five-ten-sg.com>
parents:
diff changeset
39
202
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
40
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
41 #
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
42 # global settings are under global:// tag
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
43 #
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
44 # available global keys:
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
45 #
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
46 # memkeys (boolean)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
47 # connPersist (boolean)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
48 # emulation (string) ("xterm-color", "xterm-256color", "xterm", "vt100", "ansi", "screen")
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
49 # scrollback (integer)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
50 # rotation (string) ("Default", "Force landscape", "Force portrait", "Automatic")
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
51 # shiftfkeys (boolean)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
52 # ctrlfkeys (boolean)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
53 # keymode (string) ("Use right-side keys", "Use left-side keys", "none")
244
32737a428805 add host preference for fixed screen size
Carl Byington <carl@five-ten-sg.com>
parents: 202
diff changeset
54 # 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")
32737a428805 add host preference for fixed screen size
Carl Byington <carl@five-ten-sg.com>
parents: 202
diff changeset
55 # 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")
32737a428805 add host preference for fixed screen size
Carl Byington <carl@five-ten-sg.com>
parents: 202
diff changeset
56 # 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")
32737a428805 add host preference for fixed screen size
Carl Byington <carl@five-ten-sg.com>
parents: 202
diff changeset
57 # 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")
32737a428805 add host preference for fixed screen size
Carl Byington <carl@five-ten-sg.com>
parents: 202
diff changeset
58 # 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")
202
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
59 # keepalive (boolean)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
60 # wifilock (boolean)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
61 # bumpyarrows (boolean)
359
93621e963303 allow eula agreement to be set from deployment.connections
Carl Byington <carl@five-ten-sg.com>
parents: 272
diff changeset
62 # eula (boolean)
202
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
63 # extended_longpress (boolean)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
64 # ctrl_string (string)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
65 # picker_string (string)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
66 # picker_keep_open (boolean)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
67 # list_custom_keymap (string) ("none", "full", "asus_tf", "sgh_i927", "sgh_i927_ics", "se_xppro")
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
68 # bell (boolean)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
69 # bellVolume (float)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
70 # bellVibrate (boolean)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
71 # bellNotification (boolean)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
72 # screen_capture_folder (string)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
73 # screen_capture_popup (boolean)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
74 # file_dialog (string)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
75 # download_folder (string)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
76 # remote_upload_folder (string)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
77 # upload_dest_prompt (boolean)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
78 # background_file_transfer (boolean)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
79 # debug_keycodes (boolean)
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
80 #
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
81
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
82 global://
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
83 emulation=xterm-256color
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
84 scrollback=200
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
85 rotation=Force landscape
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
86 camera=None
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
87 volup=Soft Function Keypad
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
88 voldn=Tab
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
89 search=None
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
90 ptt=Monitor Key
359
93621e963303 allow eula agreement to be set from deployment.connections
Carl Byington <carl@five-ten-sg.com>
parents: 272
diff changeset
91 eula=true
202
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
92
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
93 #
b16288cbad37 configure hardware buttons for showing soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents: 132
diff changeset
94 # end