KpyM Telnet/SSH Server - Forum
ALT key not working |
Wou Emmanuel |
ALT key not working |
Jan 24 2008 04:08 |
|
Inside a Telnet session.
When I run a DOS program such as Edit.com
Can not call the Pull-down menu with ALT key
e.g. ALT-F for FIle Menu
How to correct this key mapping error?
Emman
|
Kroum Grigorov |
|
Jan 24 2008 13:06 |
|
Use Ctrl+A instead the ALT key.
ALT combos are not mapped as these are not part of the telnet protocol.
Kroum
|
Wou Emmnauel |
ALT Key |
Jan 25 2008 02:24 |
|
Is it possible to map the Ctrl-A to ALT key?
Emman
|
Kroum Grigorov |
|
Jan 25 2008 10:26 |
|
It's already mapped.
Pressing Ctrl-A in the client will generate ALT on the host.
But note that pressing Ctrl-A-F will NOT generate ALT-F on the host because the telnet protocol does not specify what should be sent to the host when these keys are pressed together.
Kroum
|
Evanda |
|
Jul 07 2011 18:29 |
|
How can I unmap it? For my application i have no use for ALT and instead would like the '^A' character. I tried commenting out the lines in utf-8.ini (and restarting server):
; ctrl + a / alt
;input0 = "01"
;key0 = "FFFFFFFF 1 2 0 1 12 0 0 0 1 12"
but it still does not seem to send.
|
Kroum Grigorov |
|
Jul 19 2011 17:05 |
|
You have to remap this to CTRL+A
Replace the lines from the utf-8.ini with
input0 = "01"
key0 = "FFFFFFFF 1 8 0 1 11 1 8 1 1 41 0 8 1 1 41 0 0 0 1 11"
You can get the keyX mappings for keys/comboes through the [url=l0c41://www.kpym.com/phpbb/viewtopic.php?t=368]k_map.exe[/url] tool
Kroum
|
© 2007 - 2008 Kroum Grigorov