Mercurial > 510Connectbot
comparison deployment.connections @ 202:b16288cbad37
configure hardware buttons for showing soft function keypad
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 02 Jul 2014 22:03:34 -0700 |
parents | 265a4733edcb |
children | 32737a428805 |
comparison
equal
deleted
inserted
replaced
201:621732df242e | 202:b16288cbad37 |
---|---|
1 # | 1 # |
2 # available keys: | 2 # available host keys: |
3 # | 3 # |
4 # hostkeyalgo | 4 # nickname (string) |
5 # hostkey | 5 # color (string) ("red", "green", "blue", "gray") |
6 # color | 6 # fontsize (float) |
7 # usekeys | 7 # pubkeyid (integer) (-2, -1) -2=none, -1=any |
8 # useauthagent | 8 # useauthagent (string) ("no", "confirm", "yes") |
9 # postlogin | 9 # postlogin (string) |
10 # pubkeyid | 10 # compression (boolean) |
11 # wantsession | 11 # httpproxy (string) |
12 # delkey | 12 # wantsession (boolean) |
13 # fontsize | 13 # stayconnected (boolean) |
14 # compression | 14 # delkey (string) ("del", "backspace") |
15 # httpproxy | 15 # encoding (string) ("UTF-8", etc) |
16 # encoding | 16 # username (string) |
17 # stayconnected | 17 # hostname (string) |
18 # wantx11forward | 18 # port (integer) |
19 # x11host | 19 # monitor (string) |
20 # x11port | 20 # emulation (string) ("xterm-color", "xterm-256color", "xterm", "vt100", "ansi", "screen", or other answerback string) |
21 # monitor | 21 # encryption5250 (string) |
22 # emulation | 22 # library5250 (string) |
23 # encryption5250 | 23 # menu5250 (string) |
24 # library5250 | 24 # program5250 (string) |
25 # menu5250 | 25 # wantx11forward (boolean) |
26 # program5250 | 26 # x11host (string) |
27 # x11port (integer) | |
27 | 28 |
28 | 29 |
29 tn5250://pub1.rzkh.de:23#battleship | 30 tn5250://pub1.rzkh.de:23#battleship |
30 encryption5250=NONE | 31 encryption5250=NONE |
32 fontsize=12.5 | |
31 | 33 |
34 | |
35 # | |
36 # global settings are under global:// tag | |
37 # | |
38 # available global keys: | |
39 # | |
40 # memkeys (boolean) | |
41 # update (string) ("Daily", "Weekly", "Never") | |
42 # connPersist (boolean) | |
43 # emulation (string) ("xterm-color", "xterm-256color", "xterm", "vt100", "ansi", "screen") | |
44 # scrollback (integer) | |
45 # rotation (string) ("Default", "Force landscape", "Force portrait", "Automatic") | |
46 # shiftfkeys (boolean) | |
47 # ctrlfkeys (boolean) | |
48 # volumefont (boolean) | |
49 # 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") | |
51 # volup (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "None") | |
52 # voldn (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "None") | |
53 # search (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "None") | |
54 # ptt (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "None") | |
55 # keepalive (boolean) | |
56 # wifilock (boolean) | |
57 # bumpyarrows (boolean) | |
58 # extended_longpress (boolean) | |
59 # ctrl_string (string) | |
60 # picker_string (string) | |
61 # picker_keep_open (boolean) | |
62 # list_custom_keymap (string) ("none", "full", "asus_tf", "sgh_i927", "sgh_i927_ics", "se_xppro") | |
63 # bell (boolean) | |
64 # bellVolume (float) | |
65 # bellVibrate (boolean) | |
66 # 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_popup (boolean) | |
72 # file_dialog (string) | |
73 # download_folder (string) | |
74 # remote_upload_folder (string) | |
75 # upload_dest_prompt (boolean) | |
76 # background_file_transfer (boolean) | |
77 # debug_keycodes (boolean) | |
78 # | |
79 | |
80 global:// | |
81 update=Never | |
82 emulation=xterm-256color | |
83 scrollback=200 | |
84 rotation=Force landscape | |
85 camera=None | |
86 volup=Soft Function Keypad | |
87 voldn=Tab | |
88 search=None | |
89 ptt=Monitor Key | |
90 default_font_size=12.5 | |
91 | |
92 # | |
93 # end |