English version Russian version Version française Nederlandse versie Versión española Version portuguese Version polonaise Italian version Versiunea româna   KiTTY News

KiTTY : Forum

Last modification : -

KiTTY web site




Forum Home
 

feature documentation on the welcome site

nl - Wed 06/05/2009 01:10:06 CEST +0200

Hi,

there are a lot of usefull information which I've found in the forum, but not in the feature documentation on the welcome site.
Mabe you could add this to the feature overview on the welcome site.

Here is a list of features I've found in the forum:

      1. ##########################################
Technical features:
    * Automatic command

"\n" Return, means send the characters
"\p" means wait for 1 second (you can add several \p if you need)
"\s05" for a 5 seconds pause (05 or anything else).

[KiTTY]
initdelay=2.0
commanddelay=0.1
bcdelay=5

  • initdelay: it's the delay (in seconds) between KiTTY starting and the first autocommand line sending
  • commandelay: it's the delay (in seconds) between two lines (the same between login and password, and password and command)
  • bcdelay: it's the delay (in milliseconds) between each characters (should not be modify)
      1. ##########################################
    Graphical features:
     * Config Box

     * parameter to disable the automatic filter. Just write these two lines into you kitty.ini file:

     In File kitty.ini
     [ConfigBox]
     filter=no

     * parameter to set the size the configuration box window
     In File kitty.ini
     [ConfigBox]
     windowheight=800

      1. ##########################################
    Graphical features:
     * defaul transparency

     Add "\k11\k6D\k6D\k6D\k11" to Autocommand "Connection->Data->Command"

     The first \k11 means press CTRL down.
     Each \k6D means press Minus (on numeric pad). So if you need more transparency add other \k6D.
     The last \k11 means release CTRL.

      1. ##########################################
Others features:
    * command-line option

     "kitty.exe -nofiles" With it, neither kitty.ini nor kitty.sav files will be created. But %APPDATA%\KiTTY is created.
     "kitty.exe -load "Session Name"" Open a session automatic

     Mabe there are a lot more options? Would it be possible to and an help command, to see all options "kitty.exe -help"

      1. ##########################################
Others features:
    * The PuTTYCyg patch

I would be nice to add the information for the kitty.ini on the page and to say that the cygwin1.dll should be taken from cygwin installation to work with newer version.
Here cygwin support 4 cygwin 1.7 is working with the new dll.

In File kitty.ini
[KiTTY]
cygterm=yes

      1. ##########################################
Others features:
    * Shortcuts and internal commands

- Disable Shortcuts
kitty.ini file:
[KiTTY]
shortcuts=no

- printall
F7 (copy all to clipboard + print clipboard)
You can also redefine the shortcut key by setting the configuration file kitty.ini.

In File kitty.ini
Shortcuts
printall={F7}

- savedump
CTRL+F8 In the inputbox write /savedump

- copy kitty reg entry to kitty reg tree when using savemode=file
CTRL+F8 In the inputbox write /copytokitty

- copy kitty reg entry to putty reg tree when not using savemode=dir
CTRL+F8 In the inputbox write /copytoputty

It would realy be nice to have an overciew over the shortcuts.

      1. ##########################################
Others features:
    * automatically copy KiTTY on PuTTY registry key

It is also possible to automatically copy KiTTY on PuTTY registry key at each KiTTY exit by adding these lines to the kitty.ini file:
[PuTTY]
keys=load

It doesen`t seem to work with savemode=file or savemode=dir

      1. ##########################################
Others features:
    * PSCP Port
kitty.ini file:
[KiTTY]
pscpport=22

I don't realy understood what it is for.
      1. ##########################################
Regards nl

Cyd - Tue 12/05/2009 16:18:35 CEST +0200

Hi nl
Thanks for all of your reports.
I have created new section: Command-line options
and modify some others:
Cyd

jpp - Thu 30/09/2010 18:36:51 CEST +0200

other nice feature would be nice to document :

shortcut keys in kitty.ini, adding a section:

[Shortcuts]
list={CONTROL}{F1} {F8}
{CONTROL}{F1}=help
{F8}=France

special keys:
{ALT}
{WIN}
{SHIFT}
{CONTROL}
{F1}...{F12}
{RETURN}
{ESCAPE}
{SPACE}
{PRINT}
{PAUSE}
{PRIOR}
{RIGHT}
{LEFT}
{NEXT}
{BACK}
{HOME}
{DOWN}
{ATTN}
{END}
{TAB}
{INS}
{DEL}
{UP}





Answer


The forum is actually closed