Differences
This shows you the differences between the selected revisions of the page.
2015-12-18 | 2015-12-18 | ||
limit acronym recognition (martin) | 5.8 bugs 1346 + 1020: Session name (!N) and port number (!#) patterns for custom commands and terminal client path. (martin) | ||
Line 69: | Line 69: | ||
When using KiTTY in registry (non-portable) mode, you also need to specify KiTTY registry key in preferences. | When using KiTTY in registry (non-portable) mode, you also need to specify KiTTY registry key in preferences. | ||
- | When using KiTTY in portable mode, you need to specify pattern ''!U@!@'' in terminal client path as an alternative way to pass hostname and username to KiTTY: | + | When using KiTTY in portable mode, you need to specify patterns ''!U@!@ -P !#'' in terminal client path as an alternative way to pass hostname, username and port number to KiTTY. You may also use ''%%-title "!N"%%'' to pass a session name. //The ''!#'' and ''!N'' are available in the latest beta version only.// &beta |
<code> | <code> | ||
- | kitty.exe !U@!@ | + | kitty.exe !U@!@ -P !# -title "!N" |
</code> | </code> | ||