KpyM Telnet/SSH Server - Forum
How can I simulate Shift+F4? |
sournk |
How can I simulate Shift+F4? |
Feb 03 2011 10:21 |
|
.
|
Kroum Grigorov |
|
Feb 08 2011 11:39 |
|
In the end of c:\program files\kts\utf-8.ini file
Replace the lines
[code]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ESC moved to the end
input343 = "1B"
key343 = "FFFFFFFF 1 0 1B 1 1B 0 0 1B 1 1B"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; eof
input344 = "eof"
key344 = "eof"
[/code]
with
[code]
; shift + f4
input343 = "1b 5b 32 36 7e"
key343 = "FFFFFFFF 1 10 0 1 10 1 10 0 1 73 0 10 0 1 73 0 0 0 1 10"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ESC moved to the end
input344 = "1B"
key344 = "FFFFFFFF 1 0 1B 1 1B 0 0 1B 1 1B"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; eof
input345 = "eof"
key345 = "eof"
[/code]
This works for me with PuTTY client
Depending on your client software this might or might not work for you.
Kroum
|
© 2007 - 2008 Kroum Grigorov