forked from cyd01/KiTTY
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kitty_ini.txt
332 lines (219 loc) · 8.34 KB
/
kitty_ini.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
[Agent]
; askconfirmation: ask for confirmation on private key usage
; See http://people.mpi-klsb.mpg.de/~pcernko/pageant.html for information
; - yes : always
; - no : never
; - auto: only is private key comment contains 'needs confirm'
;askconfirmation=auto
; messageonkeyusage: allow notification bullet on private key usage
;messageonkeyusage=no
[ConfigBox]
; dblclick: define the default action when double click on a session in session list
; Allowed values are:
; - open: press open button
; - start: press start button
dblclick=open
; default: if yes all the sessions belong to their own folder and the default folder too
;default=yes
; defaultsettings: enable/disable the automatic creation of the 'Default Settings' session
;defaultsettings=yes
; filter: enable/disable filter in saved sessions selection box
filter=yes
; height: the number of visible lines into the saved sessions selection box (in main window)
height=21
; left: X position of the confuguration box (-1 means center)
;left=-1
; proxyselection: add a proxy selection feature in the main configuration box
;proxyselection=no
; noexit: if set to yes, return to the configuration box at main program exit
;noexit=no
; top: Y position of the confuguration box (-1 means center)
;top=-1
; windowheight: the size of the configuration box
;windowheight=800
[KiTTY]
; adb: enable/disable adb support
adb=yes
; antiidle: character string regularly sent to maintain the connection alive
;antiidle== \k08\
; antiidledelay: time delay between two sending
;antiidledelay=60
; autoreconnect: enable/disable the automatic reconnection feature
autoreconnect=yes
; autostoresshkey: enable/disable the automatic ssh key store feature (no confirmation window)
;autostoresshkey=no
; backgroundimage: enable/disable the background image feature
bgimage=no
; bcdelay: time delay between each character in automatic features (autocommand, login script, user function ...)
;bcdelay=0
; capslock: force upper case
capslock=no
; commanddelay: delay in milliseconds between two lines of the automatic start command script (Connection/Data/Command setting)
;commanddelay=0.05
; conf: enable/disable the automatic creation of the default configuration file
conf=yes
; configdir: set the configuration directory
; In portable mode it is the place where to find settings files directories: Sessions, SshHostKeys, ...
; Usually it is the same directory where kitty.exe is
;configdir=
; cryptsalt: set salt mode for password encryption
;cryptsalt=1
; CtHelperPath: the full path to the cthelper.exe binary (Wrapper for Cygwin feature)
;CtHelperPath=
; ctrltab: switch between PuTTY windows with CTRL+Tab
ctrltab=yes
; cygterm: enable/disable the cygterm feature
cygterm=no
; debug: for debug purpose only
;debug=no
; downloaddir: this is the local directory where files are downloaded with the pscp integration
;downloaddir=
; fileextension: the extension for session settings files in portable mode
;fileextension=.ktx
; hostkeyextension: the extension for server host key files
;hostkeyextension=.khk
; hyperlink: enable/disable the hyperlink feature
hyperlink=yes
; icon: enable/disable the icon management feature (a particular icon for specific session)
icon=yes
; iconfile: point to a file where internal icons are located
;iconfile=kitty.exe
; initdelay: initial delay in seconds before automatic sending of password, or auto command
;initdelay=2.0
; KiClassName: change the internal software name to be the same as PuTTY
;KiClassName=PuTTY
; maxblinkingtime: maximum blinks (in system tray) where receiving bell signal
maxblinkingtime=5
; mouseshortcuts: enable/disable mouse shortcuts
mouseshortcuts=yes
; numberoficons: total number of internal icons
;numberoficons=45
; paste: enable/disable one line at a time feature in paste action (useful on slow servers only)
paste=no
; pastesize: paste size limit (number of characters). Above the limit a confirmation is requested. (0 means unlimited)
;pastesize=0
; PlinkPath: the full path to the plink.exe (or klink.exe) binary
;PlinkPath=
; PSCPPath: the full path to the pscp.exe (or kscp.exe) binary
;PSCPPath=
; ReconnectDelay: the delay before trying to reconnect automatically (in seconds)
ReconnectDelay=5
; sav: path to the save file of the KiTTY registry. In most cases it is located here %APPDATA%/KiTTY/kitty.sav
;
; savemode: specify the save mode for sessions settings
; Allowed values are:
; - registry : to save sessions into windows registry
; - file : to save sessions into one unique file (currently not maintained)
; - dir : to save sessions into files in the directory structure
;savemode=registry
; scriptfilefilter: specify the local script files extension
; Default value is (*.ksh,*.sh)|*.ksh;*.sh|SQL files (*.sql)|*.sql|All files (*.*)|*.*|
;scriptfilefilter=All files (*.*)|*.*|
; scriptmode: enable/disable RuTTY scripting mode
;scriptmode=yes
; shortcuts: enable/disable keyboard shortcuts
shortcuts=yes
; size: enable/disable window size in the window title
size=no
; slidedelay: delay in seconds before automatic image switching in slideshow mode
; 0 means no automatic slide, waiting for keyboard event
;slidedelay=0
; sshversion: Force the SSH version title.
; Default value: PuTTY-KiTTY
; KiTTY claims it is PuTTY-KiTTY. But sometimes there are servers that do not allow non standard values.
; So it is possible to redefine it
;sshversion=OpenSSH_5.5
; transparency: enable/disable the transparency feature
transparency=yes
; userpasssshnosave: if yes, SSH password will not be saved internally (and can't be reused automatically)
userpasssshnosave=no
; winrol: enable/disable the rolling feature (rolling into the title bar)
winrol=yes
; WinSCPPath: the full path to the winscp.exe binary:
;WinSCPPath=
; wintitle: enable/disable the enhanced title feature (for protected mode and window size)
wintitle=yes
; zmodem: enable/disable zmodem feature (to send/receive files with sz/rz commands)
zmodem=yes
[Shortcuts]
; Shortcuts: definition for the menu shortcuts keys
; (re)send automatic command (default is SHIFT+F12)
;autocommand=
; Change settings ...
;changesettings=
; Clear scrollback
;clearscrollback=
; Close and restart current session
;closerestart=
; run a local command (default is CONTROL+F5)
;command=
; Copy all window buffers to clipboard
;copyall=
; Open a duplicate window (with same session settings)
;duplicate=
; open text editor connected to the main window (default is SHIFT+F2)
;editor=
; open text editor with clipboard content, connected to the main window (default is CONTROL+SHIFT+F2)
;editorclipboard=
; Show event log
;eventlog=
; Switch font to black on white colors
;fontblackandwhite=
; Decrease font size
;fontdown=
; Switch font to negative colors
;fontnegative=
; Increase font size
;fontup=
; Switch to full screen
;fullscreen=
; receive a remote file with pscp.exe: the full path must be selected in clipboard (default is CONTROL+F4)
;getfile=
; change the background image (default is CONTROL+F11)
;imagechange=
; special command box (default is CONTROL+F8)
;input=
; special command with multi-line editor (default is SHIFT+F8)
;inputm=
; Repeat key exchange
;keyexchange=
; New session ...
;opennew=
; Start a new configuration box with current settings but without hostname
;opennewcurrent=
; Print current clipboard content (default if SHIFT+F7)
;print=
; Print all window buffer content (default is F7)
;printall=
; Protect the window, disable keyboard and mouse input (default is CONTROL+F9)
;protect=
; Reset terminal
;resetterminal=
; Roll-up the window into the title bar (default is CONTROL+F12)
;rollup=
; Load a local script and run it remotely (default is CONTROL+F2)
;script=
; Send a local file with pscp.exe (default is CONTROL+F3)
;sendfile=
; Show current port forwarding definition (default is SHIFT+F6)
;showportforward=
; Enable or disable logging (default is SHIFT+F5)
;switchlogmode=
; Send the window to the system tray (default is CONTROL+F6)
;tray=
; Switch to embedded image viewer (default SHIFT+F11)
;viewer=
; Switch to always visible (default is CONTROL+F7)
;visible=
; Start WinSCP (default is SHIFT+F3)
;winscp=
[Print]
; height: characters size (Printing)
height=100
; maxline: maximum number of lines per page
maxline=60
; maxchar: maximum number of characters per line
maxchar=85
[Launcher]
; reload: enable session list reload on each menu respawn
reload=yes