comparison deployment.connections @ 244:32737a428805

add host preference for fixed screen size
author Carl Byington <carl@five-ten-sg.com>
date Mon, 14 Jul 2014 11:07:11 -0700
parents b16288cbad37
children db26984b69f5
comparison
equal deleted inserted replaced
243:918dfcb862ed 244:32737a428805
2 # available host keys: 2 # available host keys:
3 # 3 #
4 # nickname (string) 4 # nickname (string)
5 # color (string) ("red", "green", "blue", "gray") 5 # color (string) ("red", "green", "blue", "gray")
6 # fontsize (float) 6 # fontsize (float)
7 # fixed_size (boolean)
8 # fixed_width (integer)
9 # fixed_height (integer)
7 # pubkeyid (integer) (-2, -1) -2=none, -1=any 10 # pubkeyid (integer) (-2, -1) -2=none, -1=any
8 # useauthagent (string) ("no", "confirm", "yes") 11 # useauthagent (string) ("no", "confirm", "yes")
9 # postlogin (string) 12 # postlogin (string)
10 # compression (boolean) 13 # compression (boolean)
11 # httpproxy (string) 14 # httpproxy (string)
28 31
29 32
30 tn5250://pub1.rzkh.de:23#battleship 33 tn5250://pub1.rzkh.de:23#battleship
31 encryption5250=NONE 34 encryption5250=NONE
32 fontsize=12.5 35 fontsize=12.5
36 fixed_size=true
37 fixed_width=80
38 fixed_height=25
33 39
34 40
35 # 41 #
36 # global settings are under global:// tag 42 # global settings are under global:// tag
37 # 43 #
38 # available global keys: 44 # available global keys:
39 # 45 #
40 # memkeys (boolean) 46 # memkeys (boolean)
41 # update (string) ("Daily", "Weekly", "Never")
42 # connPersist (boolean) 47 # connPersist (boolean)
43 # emulation (string) ("xterm-color", "xterm-256color", "xterm", "vt100", "ansi", "screen") 48 # emulation (string) ("xterm-color", "xterm-256color", "xterm", "vt100", "ansi", "screen")
44 # scrollback (integer) 49 # scrollback (integer)
45 # rotation (string) ("Default", "Force landscape", "Force portrait", "Automatic") 50 # rotation (string) ("Default", "Force landscape", "Force portrait", "Automatic")
46 # shiftfkeys (boolean) 51 # shiftfkeys (boolean)
47 # ctrlfkeys (boolean) 52 # ctrlfkeys (boolean)
48 # volumefont (boolean)
49 # keymode (string) ("Use right-side keys", "Use left-side keys", "none") 53 # keymode (string) ("Use right-side keys", "Use left-side keys", "none")
50 # camera (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "None") 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")
51 # volup (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "None") 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")
52 # voldn (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "None") 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")
53 # search (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "None") 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")
54 # ptt (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "None") 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")
55 # keepalive (boolean) 59 # keepalive (boolean)
56 # wifilock (boolean) 60 # wifilock (boolean)
57 # bumpyarrows (boolean) 61 # bumpyarrows (boolean)
58 # extended_longpress (boolean) 62 # extended_longpress (boolean)
59 # ctrl_string (string) 63 # ctrl_string (string)
62 # list_custom_keymap (string) ("none", "full", "asus_tf", "sgh_i927", "sgh_i927_ics", "se_xppro") 66 # list_custom_keymap (string) ("none", "full", "asus_tf", "sgh_i927", "sgh_i927_ics", "se_xppro")
63 # bell (boolean) 67 # bell (boolean)
64 # bellVolume (float) 68 # bellVolume (float)
65 # bellVibrate (boolean) 69 # bellVibrate (boolean)
66 # bellNotification (boolean) 70 # bellNotification (boolean)
67 # default_font_size (float)
68 # default_fsize_width (integer)
69 # default_fsize_height (integer)
70 # screen_capture_folder (string) 71 # screen_capture_folder (string)
71 # screen_capture_popup (boolean) 72 # screen_capture_popup (boolean)
72 # file_dialog (string) 73 # file_dialog (string)
73 # download_folder (string) 74 # download_folder (string)
74 # remote_upload_folder (string) 75 # remote_upload_folder (string)
76 # background_file_transfer (boolean) 77 # background_file_transfer (boolean)
77 # debug_keycodes (boolean) 78 # debug_keycodes (boolean)
78 # 79 #
79 80
80 global:// 81 global://
81 update=Never
82 emulation=xterm-256color 82 emulation=xterm-256color
83 scrollback=200 83 scrollback=200
84 rotation=Force landscape 84 rotation=Force landscape
85 camera=None 85 camera=None
86 volup=Soft Function Keypad 86 volup=Soft Function Keypad
87 voldn=Tab 87 voldn=Tab
88 search=None 88 search=None
89 ptt=Monitor Key 89 ptt=Monitor Key
90 default_font_size=12.5
91 90
92 # 91 #
93 # end 92 # end