Mercurial > 510Connectbot
diff 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 |
line wrap: on
line diff
--- a/deployment.connections Mon Jul 14 10:36:15 2014 -0700 +++ b/deployment.connections Mon Jul 14 11:07:11 2014 -0700 @@ -4,6 +4,9 @@ # nickname (string) # color (string) ("red", "green", "blue", "gray") # fontsize (float) +# fixed_size (boolean) +# fixed_width (integer) +# fixed_height (integer) # pubkeyid (integer) (-2, -1) -2=none, -1=any # useauthagent (string) ("no", "confirm", "yes") # postlogin (string) @@ -30,6 +33,9 @@ tn5250://pub1.rzkh.de:23#battleship encryption5250=NONE fontsize=12.5 + fixed_size=true + fixed_width=80 + fixed_height=25 # @@ -38,20 +44,18 @@ # available global keys: # # memkeys (boolean) -# update (string) ("Daily", "Weekly", "Never") # connPersist (boolean) # emulation (string) ("xterm-color", "xterm-256color", "xterm", "vt100", "ansi", "screen") # scrollback (integer) # rotation (string) ("Default", "Force landscape", "Force portrait", "Automatic") # shiftfkeys (boolean) # ctrlfkeys (boolean) -# volumefont (boolean) # keymode (string) ("Use right-side keys", "Use left-side keys", "none") -# camera (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "None") -# volup (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "None") -# voldn (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "None") -# search (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "None") -# ptt (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "None") +# 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") +# 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") +# 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") +# 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") +# 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") # keepalive (boolean) # wifilock (boolean) # bumpyarrows (boolean) @@ -64,9 +68,6 @@ # bellVolume (float) # bellVibrate (boolean) # bellNotification (boolean) -# default_font_size (float) -# default_fsize_width (integer) -# default_fsize_height (integer) # screen_capture_folder (string) # screen_capture_popup (boolean) # file_dialog (string) @@ -78,7 +79,6 @@ # global:// - update=Never emulation=xterm-256color scrollback=200 rotation=Force landscape @@ -87,7 +87,6 @@ voldn=Tab search=None ptt=Monitor Key - default_font_size=12.5 # # end